diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-16 06:08:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-16 06:08:06 +0000 |
commit | 5d74452fba4fe87e5a4fcf4052ed86b7a549f3c1 (patch) | |
tree | b608d95a7641c58ccb656f74bb08a1024e81f999 /sys | |
parent | d0d5c7cc49128875a228de10dad85b0dad64e2df (diff) |
new xl variant (Asus P4R800-VM motherboards)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index 404f052cd5b..1934913bca0 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.19 2004/05/30 23:49:39 brad Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.20 2004/07/16 06:08:05 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -119,6 +119,7 @@ const struct pci_matchid xl_pci_devices[] = { { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556 }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C556B }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C9201 }, + { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C920BEMBW }, }; int @@ -165,6 +166,7 @@ xl_pci_attach(parent, self, aux) sc->xl_flags |= XL_FLAG_INVERT_LED_PWR|XL_FLAG_INVERT_MII_PWR; break; case PCI_PRODUCT_3COM_3C9201: + case PCI_PRODUCT_3COM_3C920BEMBW: sc->xl_flags |= XL_FLAG_PHYOK; break; case TC_DEVICEID_BOOMERANG_10_100BT: diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e9df0397951..f4d19a8b995 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.746 2004/07/14 18:16:23 mickey Exp $ +$OpenBSD: pcidevs,v 1.747 2004/07/16 06:08:05 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -309,6 +309,7 @@ product 3COM 3C905BCOMBO 0x9058 3c905B 10/100Mbps-Combo product 3COM 3C905BFX 0x905a 3c905B 100Base-FX product 3COM 3C905CTX 0x9200 3c905C 100Base-TX product 3COM 3C9201 0x9201 3c9201 100Base-TX +product 3COM 3C920BEMBW 0x9202 3c920B-EMB-WNM product 3COM 3CSHO100BTX 0x9300 3cSOHO 100B-TX product 3COM 3C980TX 0x9800 3c980 100Base-TX product 3COM 3C980CTX 0x9805 3c980C 100Base-TX |