diff options
author | 1999-08-15 05:32:13 +0000 | |
---|---|---|
committer | 1999-08-15 05:32:13 +0000 | |
commit | 7201e4a34e1b367dc6251a1f1bfb2a65e8465923 (patch) | |
tree | 0af964755d6ae0be49b7c05d01108744d44e345e | |
parent | Please give us dmesg from a GENERIC kernel only, if possible. (diff) | |
download | wireguard-openbsd-7201e4a34e1b367dc6251a1f1bfb2a65e8465923.tar.xz wireguard-openbsd-7201e4a34e1b367dc6251a1f1bfb2a65e8465923.zip |
ambicom ethernet address is in rom; 00107A==Ambicom sez hugh
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 05bfa459689..bd464e296e0 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.13 1999/08/13 21:10:48 deraadt Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.14 1999/08/15 05:32:13 deraadt Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -138,7 +138,7 @@ struct ne2000dev { { PCMCIA_STR_AMBICOM_AMB8002T, PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, PCMCIA_CIS_AMBICOM_AMB8002T, - 0, 0x7f0, { 0x00, 0x00, 0xb2 } }, + 0, -1, { 0x00, 0x00, 0xb2 } }, /* * You have to add new entries which contains |