NEWS 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. -*- change-log -*-
  2. 2009-08-14 Sam Hopkins <sah@coraid.com>
  3. bugfix: aoe command error did not set Error bit in flags
  4. add support for AoEr11
  5. set ident serial to shelf.slot:hostname
  6. vblade-20
  7. 2008-10-08 Ed Cashin <ecashin@coraid.com>
  8. add Chris Webb's bpf fix for FreeBSD
  9. add Ryan Thomas's fix to stop bufcnt being overridden
  10. vblade-19
  11. 2008-07-14 Ed Cashin <ecashin@coraid.com>
  12. add Chris Webb's block device options patch
  13. add Chris Webb's socket options patch for better jumbo handling
  14. remove obsolete contrib/o_direct.diff
  15. vblade-18
  16. 2008-06-09 Ed Cashin <ecashin@coraid.com>
  17. add Chris Webb's latest BPF patch to vblade, remove from contrib
  18. update contributed AIO patch for compatibility with current sources
  19. vblade-17
  20. 2008-05-07 Ed Cashin <ecashin@coraid.com>
  21. add Chris Webb's AIO patch to the contributions
  22. add Chris Webb's BPF patch to the contributions
  23. vblade-16
  24. 2008-02-20 Ed Cashin <ecashin@coraid.com>
  25. require the amount of data we use, not the amount ethernet requires
  26. make sure the packet length agrees with the config query length
  27. make sure the packet length agrees with the amount to write
  28. remove newline embedded in fw version field of ATA dev ID response
  29. vblade-15
  30. 2006-11-20 Sam Hopkins <sah@coraid.com>
  31. apply contrib jumbo patch to standard distribution
  32. add jumbo configuration app. note in README
  33. add jumbo README reference to manpage
  34. add mask feature; -m flag
  35. update manpage to describe -m flag
  36. vblade-14
  37. 2006-10-05 Sam Hopkins <sah@coraid.com>
  38. fix confcmd memcpy bug
  39. correct scnt return value in read/write ata response
  40. replace O_RDONLY fallback with explicit stat. root always wins.
  41. vblade-13
  42. 2006-10-04 Sam Hopkins <sah@coraid.com>
  43. fix confcmd buglets
  44. fix atacmd buglets
  45. add atacmd handling for bad argument errors
  46. add O_RDONLY open if O_RDWR fails
  47. add contrib patch directory
  48. add contrib/README
  49. add jumbo patch to contrib
  50. add o_direct patch to contrib
  51. vblade-12
  52. 2006-09-21 "Adam J. Richter" <adam@yggdrasil.com>
  53. add install target for makefile
  54. vblade-11
  55. 2005-12-06 Ed Cashin <ecashin@coraid.com>
  56. fix u64 configuration on FreeBSD
  57. release vblade-10
  58. 2005-12-06 Valeriy Glushkov <valery@rocketdivision.com>
  59. implemented config string support
  60. added handler for ATA Check power mode command
  61. 2005-11-15 Ed Cashin <ecashin@coraid.com>
  62. add compatibility with platforms lacking u64 (e.g., Slackware)
  63. release vblade-9
  64. 2005-11-10 Ed Cashin <ecashin@coraid.com>
  65. call atainit on program startup
  66. put VBLADE_VERSION in dat.h and use it in firmware version
  67. release vblade-7
  68. include Stacey's patch to use p{read,write} on FreeBSD
  69. include Stacey's patch to typedef ulong on FreeBSD
  70. fix makefile dependencies (e.g., rebuild on new aoe.c)
  71. fix config string length specification
  72. include Stacey's patch to avoid compile warnings on FreeBSD
  73. release vblade-8
  74. 2005-11-10 "Stacey D. Son" <sson@verio.net>
  75. include FreeBSD support
  76. 2005-10-03 Ed Cashin <ecashin@coraid.com>
  77. don't invoke vblade with dash from vbladed
  78. 2005-08-31 20:14:12 GMT Ed Cashin <ecashin@coraid.com>
  79. ATA identify: don't juggle bytes in shorts on big endian arch
  80. add manpage for vblade, vbladed
  81. release vblade-6
  82. 2005-03-17 15:24:30 GMT Ed Cashin <ecashin@coraid.com>
  83. follow up on vblade-2's off-by-one patch, making end of device usable
  84. release vblade-5
  85. 2005-03-15 22:03:17 GMT Ed Cashin <ecashin@coraid.com>
  86. don't rely on kernel headers for defining the aoe type 0x88a2
  87. release vblade-4
  88. 2005-03-15 17:27:01 GMT Ed Cashin <ecashin@coraid.com>
  89. docs: aoe-2.6-7 is the first driver to support multiple blades per mac
  90. release vblade-3
  91. 2005-03-11 18:30:26 GMT Ed Cashin <ecashin@coraid.com>
  92. put 64-bit configuration into config.h file
  93. don't use uninitialized variables
  94. broadcast config query on startup
  95. clarify desired patch format in HACKING
  96. add sah@coraid.com's vblade-1.ata.c.patch: fix off-by-one and ext LBA
  97. add docs, remove daemonizing code from vblade
  98. release vblade-2
  99. 2005-02-08 20:21:52 GMT Ed Cashin <ecashin@coraid.com>
  100. starting documentation
  101. add script that daemonizes vblade process, logging output
  102. make vblade sources -Wall clean, use daemon(3)
  103. release vblade-1