freebsd-dev/sys/dev/ata
Poul-Henning Kamp c244d2de43 Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
(Much of this done by script)

Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.

Move b_pblkno and b_iodone_chain to struct bio while we transition, they
will be obsoleted once bio structs chain/stack.

Add bio_queue field for struct bio aware disksort.

Address a lot of stylistic issues brought up by bde.
2000-04-02 15:24:56 +00:00
..
ata-all.c Remove the old DSC code, it doesn't work anymore. 2000-03-18 22:42:45 +00:00
ata-all.h Fix the CD driver so that the last blocks can be read even if 2000-03-05 16:52:26 +00:00
ata-disk.c Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
ata-disk.h Enable disksort the right way both on ATA disks and ATAPI devices. 2000-03-13 12:04:58 +00:00
ata-dma.c Fix the CD driver so that the last blocks can be read even if 2000-03-05 16:52:26 +00:00
atapi-all.c Make ATAPI CD changer devices work, hopefully better than before. 2000-03-21 13:26:54 +00:00
atapi-all.h Make ATAPI CD changer devices work, hopefully better than before. 2000-03-21 13:26:54 +00:00
atapi-cd.c Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
atapi-cd.h Make ATAPI CD changer devices work, hopefully better than before. 2000-03-21 13:26:54 +00:00
atapi-fd.c Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
atapi-fd.h Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
atapi-tape.c Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
atapi-tape.h Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00