packet-0.0.1i - Feb 15, 2000
-------------

Notes:
		- First version that works on SCSI
		- Should run much more stable
		- Behave more nicely on failed writes. Still need to cover
		  recovering and resubmitting, and I'm thinking that
		  read/write buffer are maybe the way to go...
		- Setup/teardown of devices works properly ;)

Fixes:
		- Don't flush device cache, if the device hasn't been used
		- Make pktsetup run disc check to force TOC reading
		- Only open write when FMODE_WRITE is set
		- Fixup request device member (IDE didn't check it, but
		  SCSI does).
		- scsi_merge should not BUG() when a merge is attempted
		  for non-contigous buffer -- this is normal with packet.
		  Instead just return 0.
		- Fix stupid dentry clearing
		- Make SCSI writers work
		- Fixed mode sense
		- Recount request segments.
		- Map original queue queuedata to packet queuedata
		- Set disc type (only CD-R or CD-RW for now)
		- Fix ide-cd oops when failed command was NULL and sense
		  indicated NOT_READY or UNIT_ATTENTION.
		- Added the PACKET_{SETUP_DEV, TEARDOWN_DEV} ioctls to
		  sparc64 ioctl marshalling list.
		- Make config entry independent of ide-cd, since it's also
		  good on SCSI now.
		- Port to 2.3.45
