summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbb_pci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-17 19:31:39 +0000
committerimp <imp@FreeBSD.org>2005-07-17 19:31:39 +0000
commitf69c4458bae4c4e644901dec985eae35510ce230 (patch)
tree57aeadd6b7e54fe7d39350a827902862a5243b4d /sys/dev/pccbb/pccbb_pci.c
parent81ca2b6362c8a7a6a44bafcd0bf4bae3651d3303 (diff)
downloadFreeBSD-src-f69c4458bae4c4e644901dec985eae35510ce230.zip
FreeBSD-src-f69c4458bae4c4e644901dec985eae35510ce230.tar.gz
Rename a bit to make it clearer that it enables routing of the function
interrupts to the ISA bus.
Diffstat (limited to 'sys/dev/pccbb/pccbb_pci.c')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index 51034ca..1b803d5 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -446,7 +446,7 @@ cbb_chipinit(struct cbb_softc *sc)
/* Use PCI interrupt for interrupt routing */
PCI_MASK2_CONFIG(sc->dev, CBBR_BRIDGECTRL,
& ~(CBBM_BRIDGECTRL_MASTER_ABORT |
- CBBM_BRIDGECTRL_INTR_IREQ_EN),
+ CBBM_BRIDGECTRL_INTR_IREQ_ISA_EN),
| CBBM_BRIDGECTRL_WRITE_POST_EN,
2);
OpenPOWER on IntegriCloud