summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-09-10 15:12:55 +0000
committerwpaul <wpaul@FreeBSD.org>2003-09-10 15:12:55 +0000
commit4109d5709029661f6157f6138997327386156e2a (patch)
tree1abc4e954791aa0b75431c7c48b9bd10eebf99fa /sys/pci
parent335666e6d6db7264c1f839039dd5349fe699fb92 (diff)
downloadFreeBSD-src-4109d5709029661f6157f6138997327386156e2a.zip
FreeBSD-src-4109d5709029661f6157f6138997327386156e2a.tar.gz
Teach rl(4) about new hwrev codes.
Diffstat (limited to 'sys/pci')
-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 211613e..935ada9 100644
--- a/sys/pci/if_rl.c
+++ b/sys/pci/if_rl.c
@@ -881,7 +881,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_8110) {
+ hwrev == RL_HWREV_8169S ||
+ hwrev == RL_HWREV_8110S) {
t++;
continue;
}
OpenPOWER on IntegriCloud