freebsd-dev/sys/dev/ata
Alexander Motin 6bd8779bb9 Change the way in which AHCI+PATA combined controllers, such as JMicron
and Marvell handled. Instead of trying to attach two different drivers to
single device, wrapping each call, make one of them (atajmicron, atamarvell)
attach do device solely, but create child device for AHCI driver,
passing it all required resources. It is quite easy, as none of
resources are shared, except IRQ.

As result, it:
- makes drivers operation more independent and straitforward,
- allows to use new ahci(4) driver with such devices, adding support for
new features, such as PMP and NCQ, same time keeping legacy PATA support,
- will allow to just drop old ataahci driver, when it's time come.
2009-11-16 15:38:27 +00:00
..
chipsets Change the way in which AHCI+PATA combined controllers, such as JMicron 2009-11-16 15:38:27 +00:00
ata_if.m
ata-all.c MFp4: 2009-10-31 13:24:14 +00:00
ata-all.h Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) 2009-11-08 14:33:19 +00:00
ata-card.c Check the Disk FUNCE recorded in the CIS to see if we should probe for 2009-03-12 06:30:59 +00:00
ata-cbus.c Add type specific suspend/resume ata channel functions. Add checks to avoid 2009-03-09 20:48:57 +00:00
ata-disk.c Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) 2009-11-08 14:33:19 +00:00
ata-disk.h
ata-dma.c MFp4: 2009-10-31 13:24:14 +00:00
ata-isa.c Add type specific suspend/resume ata channel functions. Add checks to avoid 2009-03-09 20:48:57 +00:00
ata-lowlevel.c MFp4: 2009-10-31 13:24:14 +00:00
ata-pci.c Change the way in which AHCI+PATA combined controllers, such as JMicron 2009-11-16 15:38:27 +00:00
ata-pci.h Change the way in which AHCI+PATA combined controllers, such as JMicron 2009-11-16 15:38:27 +00:00
ata-queue.c Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) 2009-11-08 14:33:19 +00:00
ata-raid-ddf.h Add basic support for DDF, often found on Adaptec HostRAID controllers. 2009-02-20 06:10:12 +00:00
ata-raid.c Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) 2009-11-08 14:33:19 +00:00
ata-raid.h Add basic support for DDF, often found on Adaptec HostRAID controllers. 2009-02-20 06:10:12 +00:00
ata-sata.c MFp4: 2009-10-31 13:24:14 +00:00
ata-usb.c - Make struct usb_xfer opaque so that drivers can not access the internals 2009-06-23 02:19:59 +00:00
atapi-cam.c Report SATA speeds to CAM, to not confuse users with low numbers logged. 2009-10-26 11:26:49 +00:00
atapi-cd.c Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) 2009-11-08 14:33:19 +00:00
atapi-cd.h
atapi-fd.c MFp4: 2009-10-23 14:56:29 +00:00
atapi-fd.h
atapi-tape.c MFp4: 2009-10-23 14:56:29 +00:00
atapi-tape.h