freebsd-src/sys/dev/ata
Poul-Henning Kamp 4bd02a5609 Add disk_enumerate() for finding names of disks. Vinum and libh will
need this RSN.

Remove a pointless warning in the root device locating code.

Remove the "wd" compatibility name from the "ad" driver.

WARNING: If you have not updated to use /dev/wd* in your /etc/fstab
and modern bootblocks, it would be a very good idea to do so BEFORE
you upgrade your kernel.
2000-06-15 20:30:53 +00:00
..
ata-all.c Cosmetics: dont say Unknown but Generic chipset in probe.. 2000-05-28 07:51:23 +00:00
ata-all.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ata-disk.c Add disk_enumerate() for finding names of disks. Vinum and libh will 2000-06-15 20:30:53 +00:00
ata-disk.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
ata-dma.c Fix a nasty bug in ata_intr, parens are a good thing if used right. 2000-05-23 19:05:56 +00:00
atapi-all.c Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
atapi-all.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
atapi-cd.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
atapi-cd.h Fix alignment problem on the alpha reported by several parties. 2000-05-28 07:50:19 +00:00
atapi-fd.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
atapi-fd.h Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00
atapi-tape.c Separate the struct bio related stuff out of <sys/buf.h> into 2000-05-05 09:59:14 +00:00
atapi-tape.h Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00