summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_rl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r--sys/pci/if_rl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c
index 1e3863f..2e0a9ee 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -877,7 +877,8 @@ rl_probe(dev)
/* Don't attach to 8139C+ or 8169/8110 chips. */
if (hwrev == RL_HWREV_8139CPLUS ||
- hwrev == RL_HWREV_8169 ||
+ (hwrev == RL_HWREV_8169 &&
+ t->rl_did == RT_DEVICEID_8169) ||
hwrev == RL_HWREV_8169S ||
hwrev == RL_HWREV_8110S) {
t++;
OpenPOWER on IntegriCloud