summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_dc.c
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-05-12 19:50:21 +0000
committermbr <mbr@FreeBSD.org>2003-05-12 19:50:21 +0000
commit7547478850f17e32fc0856587c660a8b041cc972 (patch)
tree212be6964be0d2e91eb856bd1a93cf1e25b73228 /sys/pci/if_dc.c
parent4d1d8c7d9aa8dadf2329128616f7c09150e6829e (diff)
downloadFreeBSD-src-7547478850f17e32fc0856587c660a8b041cc972.zip
FreeBSD-src-7547478850f17e32fc0856587c660a8b041cc972.tar.gz
Add support for 3Com OfficeConnect 10/100B.
PR: 49059, 50747 Submitted by: Dax Eckenberg <daxbert@dweebsoft.com> Reviewed by: imp, jhb Approved by: jhb MFC after: 2 weeks
Diffstat (limited to 'sys/pci/if_dc.c')
-rw-r--r--sys/pci/if_dc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 294f81b..c083bc4 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -46,6 +46,7 @@
* Xircom X3201 (www.xircom.com)
* Abocom FE2500
* Conexant LANfinity (www.conexant.com)
+ * 3Com OfficeConnect 10/100B 3CSOHO100B (www.3com.com)
*
* Datasheets for the 21143 are available at developer.intel.com.
* Datasheets for the clone parts can be found at their respective sites.
@@ -196,6 +197,8 @@ static struct dc_type dc_devs[] = {
"Hawking CB102 CardBus 10/100" },
{ DC_VENDORID_PLANEX, DC_DEVICEID_FNW3602T,
"PlaneX FNW-3602-T CardBus 10/100" },
+ { DC_VENDORID_3COM, DC_DEVICEID_3CSOHOB,
+ "3Com OfficeConnect 10/100B" },
{ 0, 0, NULL }
};
@@ -1987,6 +1990,7 @@ dc_attach(dev)
case DC_DEVICEID_FE2500:
case DC_DEVICEID_EN2242:
case DC_DEVICEID_HAWKING_PN672TX:
+ case DC_DEVICEID_3CSOHOB:
sc->dc_type = DC_TYPE_AN985;
sc->dc_flags |= DC_64BIT_HASH;
sc->dc_flags |= DC_TX_USE_TX_INTR;
OpenPOWER on IntegriCloud