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:
parent
8ccc600fa4
commit
b8493884df
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user