diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-20 20:36:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-20 20:36:59 +0000 |
| commit | ca44231197cfaf20640522e91dc65743072adc02 (patch) | |
| tree | fa574b29cdfa8411a3e2db9c07c9ca47955c410c /sys/dev/ep | |
| parent | 40cc58261aafd5859d72b0d9134275de82ba1818 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep_pccard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index 6ef4aa9a3f03..de2382fccf35 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -149,7 +149,6 @@ ep_pccard_identify(u_short id) case 0x0035: return ("3Com 3CCEM556"); default: - printf("Unknown ID: 0x%x\n", id); return (NULL); } } @@ -161,7 +160,7 @@ ep_pccard_card_attach(struct ep_board * epb) switch (epb->prod_id) { case 0x6055: /* 3C556 */ case 0x2b57: /* 3C572BT */ - case 0x4057: /* 3C574 */ + case 0x4057: /* 3C574, 3C574-TX */ case 0x4b57: /* 3C574B */ epb->mii_trans = 1; return (1); |
