freebsd-dev/sys/dev/ata
Søren Schmidt c4217f94eb Nine'th update to the new ATA/ATAPI driver:
The atapi subsystem has gotten better error handeling and timeouts,
it also tries a REQUEST SENSE command when devices returns errors,
to give a little more info as to what went wrong. It might be a
little verbose for now, but I'm interested in as much feedback on
errors as possible, especially timeouts, as I'm a bit in doubt if
I've chosen resonable default values everywhere.

The disk driver has been changed a bit to prepare for tagged queing,
which is next on my list.

The disk driver has grown a dump routine, I got one implementation
from Darrell Anderson <anderson@cs.duke.edu> which also did
partial dumps (usefull on big memory machines) I left out the
partial stuff for now, and changed the rest alot to fit into the new
ad_request framework.

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!

-Søren
1999-06-25 09:03:07 +00:00
..
ata-all.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
ata-all.h Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
ata-disk.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
ata-disk.h Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
ata-dma.c Allow chipset drivers to specify the direct-mapped DMA window's mask in 1999-05-26 23:01:57 +00:00
atapi-all.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atapi-all.h Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atapi-cd.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atapi-cd.h
atapi-fd.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atapi-fd.h Eigth update to the new ATA/ATAPI driver: 1999-05-20 09:12:06 +00:00
atapi-tape.c Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00
atapi-tape.h Nine'th update to the new ATA/ATAPI driver: 1999-06-25 09:03:07 +00:00