freebsd-dev/sys/dev/ata
Søren Schmidt dc82ab74e3 Eigth update to the new ATA/ATAPI driver:
Fixed problems:

    LS120/ZIP drives still currupted data.
	Reworked once again, buffered I/O is just ignoring any sizehints
	it is given :(
	Now the atapifd driver splits up requests for devices that has
	limitted transfer size.

    ISA only configs fails on boot with interrupt timeouts.
	The new-bus integration introduced a bug where the softc ptr
	was lost during the probe.

Some minor cleanups and rearrangements as well.

As usual USE AT YOUR OWN RISK!!, this is still pre alpha level code.
Especially the DMA support can hose your disk real bad if anything
goes wrong, again you have been warned :)
Notebook owners should be carefull that their machines dont suspend
as this might cause trouble...

But please tell me how it works for you!

Enjoy!
1999-05-20 09:12:06 +00:00
..
ata-all.c Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
ata-all.h Update to use the new-bus framework. No functional changes. 1999-04-18 20:48:15 +00:00
ata-disk.c Seventh update to the new ATA/ATAPI driver: 1999-05-17 15:58:47 +00:00
ata-disk.h Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
ata-dma.c Seventh update to the new ATA/ATAPI driver: 1999-05-17 15:58:47 +00:00
atapi-all.c Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
atapi-all.h Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
atapi-cd.c Seventh update to the new ATA/ATAPI driver: 1999-05-17 15:58:47 +00:00
atapi-cd.h
atapi-fd.c Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
atapi-fd.h Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
atapi-tape.c Seventh update to the new ATA/ATAPI driver: 1999-05-17 15:58:47 +00:00
atapi-tape.h ZIP drives should now be working, I'm not sure about LS120 drives, 1999-03-07 21:49:14 +00:00