summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_xl_pci.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-01-13 00:37:13 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-01-13 00:37:13 +0000
commitadcea087ec1a8653ba2136038d72c9dc1ff4237d (patch)
tree51d156e660eaa0c12f7ae97228d875d356c5cff6 /sys/dev/pci/if_xl_pci.c
parent01b142f689d862b8d66cb77cf2eb7471d6f0abc8 (diff)
make 3com 9201 really work - got the last success report a bit early.
tested by "Johan M:son Lindman" <tybollt at solace.mh.se>
Diffstat (limited to 'sys/dev/pci/if_xl_pci.c')
-rw-r--r--sys/dev/pci/if_xl_pci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c
index 0c86218b56c..482adfc2786 100644
--- a/sys/dev/pci/if_xl_pci.c
+++ b/sys/dev/pci/if_xl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_pci.c,v 1.14 2003/01/12 20:48:15 henning Exp $ */
+/* $OpenBSD: if_xl_pci.c,v 1.15 2003/01/13 00:37:12 henning Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -168,6 +168,9 @@ xl_pci_attach(parent, self, aux)
XL_FLAG_EEPROM_OFFSET_30 | XL_FLAG_WEIRDRESET;
sc->xl_flags |= XL_FLAG_INVERT_LED_PWR|XL_FLAG_INVERT_MII_PWR;
break;
+ case PCI_PRODUCT_3COM_3C9201:
+ sc->xl_flags |= XL_FLAG_PHYOK;
+ break;
default:
break;
}