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
This commit is contained in:
Warner Losh 2000-10-18 09:55:39 +00:00
parent 8ccc600fa4
commit b8493884df

View File

@ -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);