freebsd-dev/sys/dev/ata/chipsets
John Baldwin bb2aebf3ad - Add a void pointer to the ata-pci controller softc to allow
chipset-specific code to attach chipset-specific data.
- Use chipset-specific data in the acard and promise chipsets rather than
  changing the ivars of ATA PCI devices.  ivars are reserved for use by the
  parent bus driver and are _not_ available for use by devices directly.
  This fixes a panic during sysctl -a with certain Promise controllers with
  ACPI enabled.

Reviewed by:	mav
Tested by:	Magnus Kling (kingfon @ gmail) (on 7)
MFC after:	3 days
2009-05-14 14:57:13 +00:00
..
ata-acard.c - Add a void pointer to the ata-pci controller softc to allow 2009-05-14 14:57:13 +00:00
ata-acerlabs.c Remove the local management of INTx as this is now taken care of by pci. 2009-03-04 18:25:39 +00:00
ata-adaptec.c
ata-ahci.c Add experimental support for SATA interface power management. 2009-04-29 21:17:18 +00:00
ata-amd.c
ata-ati.c - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. These 2009-04-27 17:29:51 +00:00
ata-cenatek.c
ata-cypress.c
ata-cyrix.c
ata-highpoint.c Quite mechanical ch_detach implementations for all atapci subdrivers. 2009-02-19 00:32:55 +00:00
ata-intel.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00
ata-ite.c
ata-jmicron.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00
ata-marvell.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00
ata-micron.c
ata-national.c
ata-netcell.c Quite mechanical ch_detach implementations for all atapci subdrivers. 2009-02-19 00:32:55 +00:00
ata-nvidia.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00
ata-promise.c - Add a void pointer to the ata-pci controller softc to allow 2009-05-14 14:57:13 +00:00
ata-serverworks.c The Serverworks SATA chipsets used in Apple G5 systems require requiring 2009-04-04 00:26:01 +00:00
ata-siliconimage.c Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2. 2009-05-07 19:17:06 +00:00
ata-sis.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00
ata-via.c Integrate user/mav/ata branch: 2009-03-30 22:18:38 +00:00