freebsd-dev/sys/dev/ata
Søren Schmidt 84351184a9 I'm pleased to announce that Promise is now supporting the FreeBSD
project by providing documentation (under NDA) and hardware for
testing. This commit is the first result of the cooperation, and
adds support for several of their new controllers that we didn't
support before (and probably newer would have without this arrangement).

Add support for the Promise SATA150 TX2/TX4 and the Promise TX4000
controllers. This also adds support for various motherboard fitted
Promise SATA/ATA chips.
Note that this code uses memory mapped registers to minimize overhead.
I belive FreeBSD has made another first in the Open Source world
by being able to release support for this :)
2003-05-01 06:20:50 +00:00
..
ata-all.c Third round of updates to the ATA driver. 2003-04-07 14:12:12 +00:00
ata-all.h Third round of updates to the ATA driver. 2003-04-07 14:12:12 +00:00
ata-card.c MF-p4: 2003-04-26 22:19:02 +00:00
ata-cbus.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-chipset.c I'm pleased to announce that Promise is now supporting the FreeBSD 2003-05-01 06:20:50 +00:00
ata-disk.c Relax the test for when to use LBA instead of CHS size. 2003-05-01 06:17:30 +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 Third round of updates to the ATA driver. 2003-04-07 14:12:12 +00:00
ata-isa.c Second round of updates to the ATA driver. 2003-03-29 13:37:09 +00:00
ata-pci.c Fix a panic with Cenatek controllers. 2003-04-16 08:30:10 +00:00
ata-pci.h I'm pleased to announce that Promise is now supporting the FreeBSD 2003-05-01 06:20:50 +00:00
ata-raid.c Fix breakage on sparc64. 2003-04-08 18:01:30 +00:00
ata-raid.h Fix a long standing bug in handling the last part of a stripe 2003-04-08 07:48:52 +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 Use bioq_flush() to drain a bio queue with a specific error code. 2003-04-01 15:06:26 +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 Use bioq_flush() to drain a bio queue with a specific error code. 2003-04-01 15:06:26 +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 Don't use dkmakeminor(), create our own minor encoding instead. 2003-04-03 08:50:35 +00:00
atapi-tape.h Allocate the devstat structure with devstat_new_entry(). 2003-03-08 21:32:59 +00:00