freebsd-dev/sys/dev/ata
Mike Smith 5c0b893d05 Be much more selective in claiming devices that might be IDE controllers.
The old algorithm was:

 if class == storage and subclass != SCSI device must be IDE

This results in claiming 'raid' and 'other' storage devices as IDE,
which is typically not the case.

Reviewed by:	sos
1999-10-07 02:17:21 +00:00
..
ata-all.c Be much more selective in claiming devices that might be IDE controllers. 1999-10-07 02:17:21 +00:00
ata-all.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00
ata-disk.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
ata-disk.h Fix timeout handeling and add retry counts. 1999-09-24 12:36:10 +00:00
ata-dma.c Support quad & max speeds in wormcontrol. 1999-09-22 12:04:51 +00:00
atapi-all.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
atapi-all.h Fix timeout handeling and add retry counts. 1999-09-24 12:36:10 +00:00
atapi-cd.c Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the 1999-10-03 07:09:31 +00:00
atapi-cd.h Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and 1999-10-01 14:14:20 +00:00
atapi-fd.c Removal of sys/device.h 1999-10-05 21:19:41 +00:00
atapi-fd.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00
atapi-tape.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
atapi-tape.h Ten'th update to the new ATA/ATAPI driver: 1999-09-21 19:50:40 +00:00