summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pci/if_xl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 032de52..3016b6e 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1373,6 +1373,7 @@ xl_attach(dev)
sc->xl_flags |= XL_FLAG_PHYOK;
switch (did) {
+ case TC_DEVICEID_BOOMERANG_10_100BT: /* 3c905-TX */
case TC_DEVICEID_HURRICANE_575A:
case TC_DEVICEID_HURRICANE_575B:
case TC_DEVICEID_HURRICANE_575C:
OpenPOWER on IntegriCloud