diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-10-18 09:55:39 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-10-18 09:55:39 +0000 |
| commit | b8493884df6cb5fa3c17570b286459385c17ebe1 (patch) | |
| tree | dd2f96f4a63435569106aa5f02805129e6d7fee2 /sys | |
| parent | 8ccc600fa4294127289ffeac69de617a508eb0ef (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 8f9e7ed59012f..35e35cf0662cb 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); |
