freebsd-dev/sys/dev/ata
Søren Schmidt 2e526e2ac0 Now all actual probing of both ATA & ATAPI devices are done after
interrupts are enabled, this kills the last "unwanted interrupts"
(and there is no ugly hacks like in the old driver to avoid them).
COmmand interrupt devices are now supported, this applies mostly
to older CDROM's and apparently also the ZIP.

Fixed problems:

    Number of total sectors wrong on some older drives.
        Fixed by not using the LBA size unless we know its valid.

There has also been more general code clenaups, some reorgs also.
1999-03-05 09:43:30 +00:00
..
ata-all.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
ata-all.h Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
ata-disk.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
ata-disk.h Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
atapi-all.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
atapi-all.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00
atapi-cd.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
atapi-cd.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00
atapi-fd.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
atapi-fd.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00
atapi-tape.c Now all actual probing of both ATA & ATAPI devices are done after 1999-03-05 09:43:30 +00:00
atapi-tape.h Added driver to support ATAPI floppies ie LS-120 & ZIP drives. 1999-03-03 21:10:29 +00:00