summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-10-18 09:55:39 +0000
committerimp <imp@FreeBSD.org>2000-10-18 09:55:39 +0000
commit8aa01908ad19f43c27b74c89bcd456610e34b435 (patch)
tree71916d28a3ac5fd42fb66a7802260bdbfd599abf /sys/dev/pccbb
parentb7114d984c0bc7aa1c6af7fda0351c3a811ed682 (diff)
downloadFreeBSD-src-8aa01908ad19f43c27b74c89bcd456610e34b435.zip
FreeBSD-src-8aa01908ad19f43c27b74c89bcd456610e34b435.tar.gz
Go ahead and disable the legacy mapping of the pcic registers on the
RF5C47x. Before the code would only do this on the RF5C46x bridges. Submitted by: Jonathan Chen
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 8f9e7ed..35e35cf 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -307,9 +307,9 @@ pccbb_chipinit(struct pccbb_softc* sc)
| PCIM_CMD_BUSMASTEREN, 2);
/* disable Legacy IO */
-
switch (sc->sc_chipset) {
case CB_RF5C46X:
+ case CB_RF5C47X:
PCI_MASK_CONFIG(sc->sc_dev, PCCBBR_BRIDGECTRL,
& ~(PCCBBM_BRIDGECTRL_RL_3E0_EN|
PCCBBM_BRIDGECTRL_RL_3E2_EN), 2);
OpenPOWER on IntegriCloud