View | Details | Raw Unified | Return to bug 67614
Collapse All | Expand All

(-)sys/pci/if_dc.c Sun Mar 9 11:40:52 2003 (+4 lines)
Lines 36-38 Link Here
36
 * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143
36
 * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143
37
 * series chips and several workalikes including the following:
37
 * series chips and several workalikes including the following:
38
 *
38
 *
39
 * 3Com OfficeConnect 10/100 (www.3com.com)
Lines 145-149 Link Here
145
 * Various supported device vendors/types and their names.
145
 * Various supported device vendors/types and their names.
146
 */
146
 */
147
static struct dc_type dc_devs[] = {
147
static struct dc_type dc_devs[] = {
148
        { DC_VENDORID_DEC, DC_DEVICEID_21143,
148
        { DC_VENDORID_DEC, DC_DEVICEID_21143,
149
                "Intel 21143 10/100BaseTX" },
149
                "Intel 21143 10/100BaseTX" },
150
 { DC_VENDORID_3COM, DC_DEVICEID_3CSOHO,
151
  "3Com OfficeConnect 10/100" },
Lines 1989-1990 Link Here
1989
  break;
1989
  break;
1990
 case DC_DEVICEID_3CSOHO: 
1990
 case DC_DEVICEID_AN985:
1991
 case DC_DEVICEID_AN985:
(-)sys/pci/if_dcreg.h Sun Mar 9 11:12:00 2003 (+10 lines)
Lines 787-792 Link Here
787
#define DC_DEVICEID_21143 0x0019
787
#define DC_DEVICEID_21143 0x0019
788
788
789
/*
789
/*
790
 * 3COM PCI vendor ID
791
 */
792
#define DC_VENDORID_3COM 0x10b7
793
794
/*
795
 * 3COM OfficeConnect 10/100 (3CSOHO100B-TX)
796
 */
797
#define DC_DEVICEID_3CSOHO 0x9300
798
799
/*
790
 * Macronix PCI vendor ID
800
 * Macronix PCI vendor ID
791
 */
801
 */
792
#define DC_VENDORID_MX  0x10D9
802
#define DC_VENDORID_MX  0x10D9
(-)share/man/man4/dc.4 Sun Mar 9 18:50:39 2003 (+2 lines)
Lines 112-115 Link Here
112
.It
112
.It
113
Built in ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)
113
Built in ethernet on LinkSys EtherFast 10/100 Instant GigaDrive (DM9102, MII)
114
.It
115
3Com OfficeConnect 10/100
114
.It
116
.It
115
Kingston KNE100TX (21143, MII)
117
Kingston KNE100TX (21143, MII)

Return to bug 67614