|
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: |