freebsd-nq/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
ata-acerlabs.c
ata-adaptec.c
ata-ahci.c
ata-amd.c
ata-ati.c
ata-cenatek.c
ata-cypress.c
ata-cyrix.c
ata-highpoint.c
ata-intel.c
ata-ite.c
ata-jmicron.c
ata-marvell.c
ata-micron.c
ata-national.c
ata-netcell.c
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
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
ata-via.c