freebsd-dev/sys/dev/ata
Alexander Motin 53963e588a Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itself
as ATA RAID, but generic ATAPCI driver unable to detect drives there. AHCI
driver reported to handle them fine. Linux does the same.

Submitted by:	Andrey V. Elsukov on stable@
2009-02-20 08:49:56 +00:00
..
chipsets Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itself 2009-02-20 08:49:56 +00:00
ata_if.m Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-all.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-all.h Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-card.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-cbus.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-disk.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
ata-disk.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
ata-dma.c Quite mechanical ch_detach implementations for all atapci subdrivers. 2009-02-19 00:32:55 +00:00
ata-isa.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-lowlevel.c Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells. 2008-05-08 17:55:44 +00:00
ata-pci.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
ata-pci.h Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itself 2009-02-20 08:49:56 +00:00
ata-queue.c Adaptively increase control command timeout when drive is spun down. 2009-02-17 23:20:04 +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 Add basic support for DDF, often found on Adaptec HostRAID controllers. 2009-02-20 06:10:12 +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 This is the roumored ATA modulerisation works, and it needs a little explanation. 2008-10-09 12:56:57 +00:00
ata-usb.c Use channel driver's attach/detach routines instead of ata_attach()/ 2009-02-19 12:47:24 +00:00
atapi-cam.c Correct signature for the identify routine. The bad parameter wasn't 2009-02-04 20:23:42 +00:00
atapi-cd.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-cd.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
atapi-fd.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-fd.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00
atapi-tape.c Fix shutdown routine to return 0 and change signature from void return 2009-02-04 20:26:27 +00:00
atapi-tape.h Add experimental support for SATA Port Multipliers 2008-04-10 13:05:05 +00:00