Date: Thu, 14 May 2009 14:57:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-pci.h src/sys/dev/ata/chipsets ata-acard.c ata-promise.c Message-ID: <200905141457.n4EEvUoa027699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-05-14 14:57:13 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-pci.h
sys/dev/ata/chipsets ata-acard.c ata-promise.c
Log:
SVN rev 192105 on 2009-05-14 14:57:13Z by jhb
- 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
Revision Changes Path
1.107 +1 -0 src/sys/dev/ata/ata-pci.h
1.4 +21 -17 src/sys/dev/ata/chipsets/ata-acard.c
1.9 +4 -4 src/sys/dev/ata/chipsets/ata-promise.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905141457.n4EEvUoa027699>
