NEWS 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. -*- change-log -*-
  2. 2005-12-06 Ed L. Cashin <ecashin@coraid.com>
  3. fix u64 configuration on FreeBSD
  4. release vblade-10
  5. 2005-12-06 Valeriy Glushkov <valery@rocketdivision.com>
  6. implemented config string support
  7. added handler for ATA Check power mode command
  8. 2005-11-15 Ed L. Cashin <ecashin@coraid.com>
  9. add compatibility with platforms lacking u64 (e.g., Slackware)
  10. release vblade-9
  11. 2005-11-10 Ed L. Cashin <ecashin@coraid.com>
  12. call atainit on program startup
  13. put VBLADE_VERSION in dat.h and use it in firmware version
  14. release vblade-7
  15. include Stacey's patch to use p{read,write} on FreeBSD
  16. include Stacey's patch to typedef ulong on FreeBSD
  17. fix makefile dependencies (e.g., rebuild on new aoe.c)
  18. fix config string length specification
  19. include Stacey's patch to avoid compile warnings on FreeBSD
  20. release vblade-8
  21. 2005-11-10 "Stacey D. Son" <sson@verio.net>
  22. include FreeBSD support
  23. 2005-10-03 Ed L. Cashin <ecashin@coraid.com>
  24. don't invoke vblade with dash from vbladed
  25. 2005-08-31 20:14:12 GMT Ed L. Cashin <ecashin@coraid.com>
  26. ATA identify: don't juggle bytes in shorts on big endian arch
  27. add manpage for vblade, vbladed
  28. release vblade-6
  29. 2005-03-17 15:24:30 GMT Ed L. Cashin <ecashin@coraid.com>
  30. follow up on vblade-2's off-by-one patch, making end of device usable
  31. release vblade-5
  32. 2005-03-15 22:03:17 GMT Ed L. Cashin <ecashin@coraid.com>
  33. don't rely on kernel headers for defining the aoe type 0x88a2
  34. release vblade-4
  35. 2005-03-15 17:27:01 GMT Ed L. Cashin <ecashin@coraid.com>
  36. docs: aoe-2.6-7 is the first driver to support multiple blades per mac
  37. release vblade-3
  38. 2005-03-11 18:30:26 GMT Ed L. Cashin <ecashin@coraid.com>
  39. put 64-bit configuration into config.h file
  40. don't use uninitialized variables
  41. broadcast config query on startup
  42. clarify desired patch format in HACKING
  43. add sah@coraid.com's vblade-1.ata.c.patch: fix off-by-one and ext LBA
  44. add docs, remove daemonizing code from vblade
  45. release vblade-2
  46. 2005-02-08 20:21:52 GMT Ed L. Cashin <ecashin@coraid.com>
  47. starting documentation
  48. add script that daemonizes vblade process, logging output
  49. make vblade sources -Wall clean, use daemon(3)
  50. release vblade-1