NEWS 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. -*- change-log -*-
  2. 2006-11-20 Sam Hopkins <sah@coraid.com>
  3. apply contrib jumbo patch to standard distribution
  4. add jumbo configuration app. note in README
  5. add jumbo README reference to manpage
  6. add mask feature; -m flag
  7. update manpage to describe -m flag
  8. vblade-14
  9. 2006-10-05 Sam Hopkins <sah@coraid.com>
  10. fix confcmd memcpy bug
  11. correct scnt return value in read/write ata response
  12. replace O_RDONLY fallback with explicit stat. root always wins.
  13. vblade-13
  14. 2006-10-04 Sam Hopkins <sah@coraid.com>
  15. fix confcmd buglets
  16. fix atacmd buglets
  17. add atacmd handling for bad argument errors
  18. add O_RDONLY open if O_RDWR fails
  19. add contrib patch directory
  20. add contrib/README
  21. add jumbo patch to contrib
  22. add o_direct patch to contrib
  23. vblade-12
  24. 2006-09-21 "Adam J. Richter" <adam@yggdrasil.com>
  25. add install target for makefile
  26. vblade-11
  27. 2005-12-06 Ed L. Cashin <ecashin@coraid.com>
  28. fix u64 configuration on FreeBSD
  29. release vblade-10
  30. 2005-12-06 Valeriy Glushkov <valery@rocketdivision.com>
  31. implemented config string support
  32. added handler for ATA Check power mode command
  33. 2005-11-15 Ed L. Cashin <ecashin@coraid.com>
  34. add compatibility with platforms lacking u64 (e.g., Slackware)
  35. release vblade-9
  36. 2005-11-10 Ed L. Cashin <ecashin@coraid.com>
  37. call atainit on program startup
  38. put VBLADE_VERSION in dat.h and use it in firmware version
  39. release vblade-7
  40. include Stacey's patch to use p{read,write} on FreeBSD
  41. include Stacey's patch to typedef ulong on FreeBSD
  42. fix makefile dependencies (e.g., rebuild on new aoe.c)
  43. fix config string length specification
  44. include Stacey's patch to avoid compile warnings on FreeBSD
  45. release vblade-8
  46. 2005-11-10 "Stacey D. Son" <sson@verio.net>
  47. include FreeBSD support
  48. 2005-10-03 Ed L. Cashin <ecashin@coraid.com>
  49. don't invoke vblade with dash from vbladed
  50. 2005-08-31 20:14:12 GMT Ed L. Cashin <ecashin@coraid.com>
  51. ATA identify: don't juggle bytes in shorts on big endian arch
  52. add manpage for vblade, vbladed
  53. release vblade-6
  54. 2005-03-17 15:24:30 GMT Ed L. Cashin <ecashin@coraid.com>
  55. follow up on vblade-2's off-by-one patch, making end of device usable
  56. release vblade-5
  57. 2005-03-15 22:03:17 GMT Ed L. Cashin <ecashin@coraid.com>
  58. don't rely on kernel headers for defining the aoe type 0x88a2
  59. release vblade-4
  60. 2005-03-15 17:27:01 GMT Ed L. Cashin <ecashin@coraid.com>
  61. docs: aoe-2.6-7 is the first driver to support multiple blades per mac
  62. release vblade-3
  63. 2005-03-11 18:30:26 GMT Ed L. Cashin <ecashin@coraid.com>
  64. put 64-bit configuration into config.h file
  65. don't use uninitialized variables
  66. broadcast config query on startup
  67. clarify desired patch format in HACKING
  68. add sah@coraid.com's vblade-1.ata.c.patch: fix off-by-one and ext LBA
  69. add docs, remove daemonizing code from vblade
  70. release vblade-2
  71. 2005-02-08 20:21:52 GMT Ed L. Cashin <ecashin@coraid.com>
  72. starting documentation
  73. add script that daemonizes vblade process, logging output
  74. make vblade sources -Wall clean, use daemon(3)
  75. release vblade-1