summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-09-24 17:36:43 +0000
committerimp <imp@FreeBSD.org>2005-09-24 17:36:43 +0000
commitc5182c8c5e1c2a2cb2ff0730db77198b5c832ebc (patch)
treebb1ba20be53d9b1edbc2b0e45ca413be66d29540 /sys/dev/ed
parent16f660ed1024a4576ddc14af16b490cab9111463 (diff)
downloadFreeBSD-src-c5182c8c5e1c2a2cb2ff0730db77198b5c832ebc.zip
FreeBSD-src-c5182c8c5e1c2a2cb2ff0730db77198b5c832ebc.tar.gz
I have confirmed with my Epson EEN10B that it needs to look at the
attribute memory at 0xff0 to find its MAC address. This is another instance of the IBM ethercard II from all apperances (short of popping the lid). Update the entry to document which cards we support actually need this functionality.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 07190c3..0284828 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -159,8 +159,7 @@ static const struct ed_product {
{ PCMCIA_CARD(DLINK, DE660PLUS), 0},
{ PCMCIA_CARD(DYNALINK, L10C), 0},
{ PCMCIA_CARD(EDIMAX, EP4000A), 0},
- /* { PCMCIA_CARD(EPSON, EEN10B), NE2000DVF_ENADDR, 0xff0}, */
- { PCMCIA_CARD(EPSON, EEN10B), 0},
+ { PCMCIA_CARD(EPSON, EEN10B), NE2000DVF_ENADDR, 0xff0},
{ PCMCIA_CARD(EXP, THINLANCOMBO), 0},
{ PCMCIA_CARD(GREY_CELL, TDK3000), 0},
{ PCMCIA_CARD(GREY_CELL, DMF650TX),
OpenPOWER on IntegriCloud