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