NEWS 3.4 KB

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