freebsd-skq/sys/dev/ata/chipsets
Marius Strobl 741d3d922c In r225931 I've missed the only other driver using the pointer returned
by rman_get_virtual(9) to access device registers sparc64 currently cares
about.
Ideally ata(4) should just be converted to access these using bus_space(9)
read/write functions instead as there's really no reason to do it the
former way. However, this part of ata-siliconimage.c should go away in
favor of siis(4) sooner or later anyway and I don't have the hardware to
actually test the SX4 bits of ata-promise.c.
Also ideally the other architectures should also properly handle the
BUS_SPACE_MAP_LINEAR flag of bus_space_map(9) so this code wouldn't need
to be #ifdef'ed.
2011-11-01 17:57:21 +00:00
..
ata-acard.c - Use mutex to serialize index/data register pair usage, when 2011-07-22 16:37:04 +00:00
ata-acerlabs.c - Use mutex to serialize index/data register pair usage, when 2011-07-22 16:37:04 +00:00
ata-adaptec.c Add support for different request block format used by Gen-IIe Marvell SATA. 2009-10-30 20:28:49 +00:00
ata-ahci.c Add missing bus_dmamap_sync() calls for the work DMA map. 2011-03-06 13:06:41 +00:00
ata-amd.c Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but 2010-07-10 13:46:14 +00:00
ata-ati.c Report which of IXP700 legacy ATA channels is SATA. 2010-01-10 11:02:10 +00:00
ata-cenatek.c MFp4: 2009-12-06 00:10:13 +00:00
ata-cypress.c MFp4: 2009-12-06 00:10:13 +00:00
ata-cyrix.c Several chipset drivers alter parameters relevant for the DMA tag creation, 2010-11-28 18:53:29 +00:00
ata-highpoint.c Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but 2010-07-10 13:46:14 +00:00
ata-intel.c - Use mutex to serialize index/data register pair usage, when 2011-07-22 16:37:04 +00:00
ata-ite.c Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but 2010-07-10 13:46:14 +00:00
ata-jmicron.c Make hw.ata.ata_dma_check_80pin tunable affect not only device side, but 2010-07-10 13:46:14 +00:00
ata-marvell.c Several chipset drivers alter parameters relevant for the DMA tag creation, 2010-11-28 18:53:29 +00:00
ata-micron.c MFp4: 2009-12-06 00:10:13 +00:00
ata-national.c Several chipset drivers alter parameters relevant for the DMA tag creation, 2010-11-28 18:53:29 +00:00
ata-netcell.c NetCell is a PCI hardware RAID without cable and mode setting. 2010-02-01 15:22:22 +00:00
ata-nvidia.c Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Apple 2011-08-02 11:07:47 +00:00
ata-promise.c In r225931 I've missed the only other driver using the pointer returned 2011-11-01 17:57:21 +00:00
ata-serverworks.c Several chipset drivers alter parameters relevant for the DMA tag creation, 2010-11-28 18:53:29 +00:00
ata-siliconimage.c In r225931 I've missed the only other driver using the pointer returned 2011-11-01 17:57:21 +00:00
ata-sis.c If ata_sata_phy_reset() failed and ata_generic_reset() is not called, mark 2010-07-10 15:36:27 +00:00
ata-via.c Record that there is no devices if SATA reset found none. 2010-11-18 10:34:18 +00:00