freebsd-dev/sys/dev/ata
Søren Schmidt 566cf07a7c Second round of updates to the ATA driver.
Clean up the DMA interface too much unneeded stuff crept in with
the busdma code back when.

Modify the ATA_IN* / ATA_OUT* macros so that resource and offset
are gotten from a table. That allows for new chipsets that doesn't
nessesarily have things ordered the good old way. This also removes
the need for the wierd PC98 resource functions.

Tested on: i386, PC98, Alpha, Sparc64
2003-03-29 13:37:09 +00:00
..
ata-all.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-all.h Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-card.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-cbus.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-chipset.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-disk.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-disk.h Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
ata-dma.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-isa.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-pci.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-pci.h Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-raid.c Remove the enclose_print() call, it is already called from ata-disk.c 2003-03-10 08:20:57 +00:00
ata-raid.h Convert to new disk API. 2003-02-25 15:33:36 +00:00
atapi-all.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
atapi-all.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-cam.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
atapi-cd.c Call devstat_start_transaction_bio() instead of devstat_start_transaction(). 2003-03-15 10:56:19 +00:00
atapi-cd.h First round off updates/fixes to the ATA driver. 2003-02-20 20:02:32 +00:00
atapi-fd.c Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
atapi-fd.h Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
atapi-tape.c Including <sys/stdint.h> is (almost?) universally only to be able to use 2003-03-18 08:45:25 +00:00
atapi-tape.h Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:32:59 +00:00