Date: Mon, 9 Mar 2009 08:25:05 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200903090825.n298PHwm028938@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2009-03-09 08:25:05 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/pci pci.c
Log:
SVN rev 189569 on 2009-03-09 08:25:05Z by rnoland
Merge r189367,189447
Extend the management of PCIM_CMD_INTxDIS.
We now explicitly enable INTx during bus_setup_intr() if it is needed.
Several of the ata drivers were managing this bit internally. This is
better handled in pci and it should work for all drivers now.
We also mask INTx during bus_teardown_intr() by setting this bit.
Revision Changes Path
1.355.2.8 +35 -18 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903090825.n298PHwm028938>
