FreeBSD Bugzilla – Attachment 43564 Details for
Bug 67614
3com 3CSOHO100B-TX undetected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch (text/plain), 1.29 KB, created by
mrspock
on 2004-06-05 21:30:20 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mrspock
Created:
2004-06-05 21:30:20 UTC
Size:
1.29 KB
patch
obsolete
>--- sys/pci/if_dc.c Tue Feb 18 21:47:40 2003 >+++ sys/pci/if_dc.c Sun Mar 9 11:40:52 2003 >@@ -36,3 +36,4 @@ > * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143 > * series chips and several workalikes including the following: > * >+ * 3Com OfficeConnect 10/100 (www.3com.com) >@@ -145,5 +145,7 @@ > * Various supported device vendors/types and their names. > */ > static struct dc_type dc_devs[] = { > { DC_VENDORID_DEC, DC_DEVICEID_21143, > "Intel 21143 10/100BaseTX" }, >+ { DC_VENDORID_3COM, DC_DEVICEID_3CSOHO, >+ "3Com OfficeConnect 10/100" }, >@@ -1989,2 +1989,3 @@ > break; >+ case DC_DEVICEID_3CSOHO: > case DC_DEVICEID_AN985: >--- sys/pci/if_dcreg.h Sun Mar 9 10:48:28 2003 >+++ sys/pci/if_dcreg.h Sun Mar 9 11:12:00 2003 >@@ -787,6 +787,16 @@ > #define DC_DEVICEID_21143 0x0019 > > /* >+ * 3COM PCI vendor ID >+ */ >+#define DC_VENDORID_3COM 0x10b7 >+ >+/* >+ * 3COM OfficeConnect 10/100 (3CSOHO100B-TX) >+ */ >+#define DC_DEVICEID_3CSOHO 0x9300 >+ >+/* > * Macronix PCI vendor ID > */ > #define DC_VENDORID_MX 0x10D9 >--- share/man/man4/dc.4 Sun Mar 9 18:47:19 2003 >+++ share/man/man4/dc.4 Sun Mar 9 18:50:39 2003 >@@ -112,4 +112,6 @@ > .It > Built in ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII) >+.It >+3Com OfficeConnect 10/100 > .It > Kingston KNE100TX (21143, MII)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67614
: 43564