2 2018-08-25 Christoph Biedl <sourceforge.bnwi@manchmal.in-ulm.de>
3 Print helpful error and exit immediately for missing device
6 2017-11-19 Catalin Salgau <csalgau@users.sourceforge.net>
7 On FreeBSD limit used MTU to address BPF limitation
9 2015-06-14 Ed Cashin <ed.cashin@acm.org>
10 Add convenience script for creating sparse files
13 2015-02-25 Catalin Salgau <csalgau@users.sourceforge.net>
14 Warn about Windows problem with CHS misalignment
16 2014-09-13 Ed Cashin <ed.cashin@acm.org>
17 code cleanup: remove unused variables
19 2014-08-10 Ed Cashin <ed.cashin@acm.org>
22 2014-06-08 Ed Cashin <ed.cashin@acm.org>
23 update version for v22 release candidate 1
24 buffer boundary cleanups
25 FreeBSD BPF and MTU fixes from Catalin Salgau
26 offset and size options by Christoph Biedl
29 2013-03-18 Ed Cashin <ecashin@coraid.com>
30 add big-endian support from Daniel Mealha Cabrita <dancab@gmx.net>
33 2009-08-14 Sam Hopkins <sah@coraid.com>
34 bugfix: aoe command error did not set Error bit in flags
35 add support for AoEr11
36 set ident serial to shelf.slot:hostname
39 2008-10-08 Ed Cashin <ecashin@coraid.com>
40 add Chris Webb's bpf fix for FreeBSD
41 add Ryan Thomas's fix to stop bufcnt being overridden
44 2008-07-14 Ed Cashin <ecashin@coraid.com>
45 add Chris Webb's block device options patch
46 add Chris Webb's socket options patch for better jumbo handling
47 remove obsolete contrib/o_direct.diff
50 2008-06-09 Ed Cashin <ecashin@coraid.com>
51 add Chris Webb's latest BPF patch to vblade, remove from contrib
52 update contributed AIO patch for compatibility with current sources
55 2008-05-07 Ed Cashin <ecashin@coraid.com>
56 add Chris Webb's AIO patch to the contributions
57 add Chris Webb's BPF patch to the contributions
60 2008-02-20 Ed Cashin <ecashin@coraid.com>
61 require the amount of data we use, not the amount ethernet requires
62 make sure the packet length agrees with the config query length
63 make sure the packet length agrees with the amount to write
64 remove newline embedded in fw version field of ATA dev ID response
67 2006-11-20 Sam Hopkins <sah@coraid.com>
68 apply contrib jumbo patch to standard distribution
69 add jumbo configuration app. note in README
70 add jumbo README reference to manpage
71 add mask feature; -m flag
72 update manpage to describe -m flag
75 2006-10-05 Sam Hopkins <sah@coraid.com>
76 fix confcmd memcpy bug
77 correct scnt return value in read/write ata response
78 replace O_RDONLY fallback with explicit stat. root always wins.
81 2006-10-04 Sam Hopkins <sah@coraid.com>
84 add atacmd handling for bad argument errors
85 add O_RDONLY open if O_RDWR fails
86 add contrib patch directory
88 add jumbo patch to contrib
89 add o_direct patch to contrib
92 2006-09-21 "Adam J. Richter" <adam@yggdrasil.com>
93 add install target for makefile
96 2005-12-06 Ed Cashin <ecashin@coraid.com>
97 fix u64 configuration on FreeBSD
100 2005-12-06 Valeriy Glushkov <valery@rocketdivision.com>
101 implemented config string support
102 added handler for ATA Check power mode command
104 2005-11-15 Ed Cashin <ecashin@coraid.com>
105 add compatibility with platforms lacking u64 (e.g., Slackware)
108 2005-11-10 Ed Cashin <ecashin@coraid.com>
109 call atainit on program startup
110 put VBLADE_VERSION in dat.h and use it in firmware version
112 include Stacey's patch to use p{read,write} on FreeBSD
113 include Stacey's patch to typedef ulong on FreeBSD
114 fix makefile dependencies (e.g., rebuild on new aoe.c)
115 fix config string length specification
116 include Stacey's patch to avoid compile warnings on FreeBSD
119 2005-11-10 "Stacey D. Son" <sson@verio.net>
120 include FreeBSD support
122 2005-10-03 Ed Cashin <ecashin@coraid.com>
123 don't invoke vblade with dash from vbladed
125 2005-08-31 20:14:12 GMT Ed Cashin <ecashin@coraid.com>
126 ATA identify: don't juggle bytes in shorts on big endian arch
127 add manpage for vblade, vbladed
130 2005-03-17 15:24:30 GMT Ed Cashin <ecashin@coraid.com>
131 follow up on vblade-2's off-by-one patch, making end of device usable
134 2005-03-15 22:03:17 GMT Ed Cashin <ecashin@coraid.com>
135 don't rely on kernel headers for defining the aoe type 0x88a2
138 2005-03-15 17:27:01 GMT Ed Cashin <ecashin@coraid.com>
139 docs: aoe-2.6-7 is the first driver to support multiple blades per mac
142 2005-03-11 18:30:26 GMT Ed Cashin <ecashin@coraid.com>
143 put 64-bit configuration into config.h file
144 don't use uninitialized variables
145 broadcast config query on startup
146 clarify desired patch format in HACKING
147 add sah@coraid.com's vblade-1.ata.c.patch: fix off-by-one and ext LBA
148 add docs, remove daemonizing code from vblade
151 2005-02-08 20:21:52 GMT Ed Cashin <ecashin@coraid.com>
152 starting documentation
153 add script that daemonizes vblade process, logging output
154 make vblade sources -Wall clean, use daemon(3)