mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue