aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-10-29 06:27:07 +0000
committerWarner Losh <imp@FreeBSD.org>1999-10-29 06:27:07 +0000
commit5eafefaf7acbb58f3b9b2af4ac8e65bae4b269fe (patch)
tree4ddf2442345430965038322e4a2d85a62c01a4d1 /sys/dev
parent235d5c76dc3ce8c1bbaf3449ba02a309db852606 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ep/if_ep_pccard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 8255634e8366a..d6c7c2cb5d2ec 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -122,6 +122,8 @@ ep_pccard_identify(u_short id)
"Fast Etherlink 3C574-TX");
case 0x9058: /* 3C589 */
return ("3Com Etherlink III 3C589");
+ case 0x2056: /* 3C562/3C563 */
+ return ("3Com 3C562D/3C563D");
}
return (NULL);
}
@@ -140,6 +142,7 @@ ep_pccard_card_attach(struct ep_board *epb)
case 0x4b57: /* 3C574B */
epb->mii_trans = 1;
return (1);
+ case 0x2056: /* 3C562D/3C563D */
case 0x9058: /* 3C589 */
epb->mii_trans = 0;
return (1);