Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Fix ethernet address location for Compex Link...
details: https://anonhg.NetBSD.org/src/rev/bcb2a73e5f28
branches: trunk
changeset: 471744:bcb2a73e5f28
user: abs <abs%NetBSD.org@localhost>
date: Fri Apr 09 23:19:27 1999 +0000
description:
Fix ethernet address location for Compex Linkport ENET-B. From PR 7238.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4585836b30e0 -r bcb2a73e5f28 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Fri Apr 09 22:22:17 1999 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Fri Apr 09 23:19:27 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.31 1998/12/29 09:00:50 marc Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.32 1999/04/09 23:19:27 abs Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -210,7 +210,7 @@
{ PCMCIA_STR_COMPEX_LINKPORT_ENET_B,
PCMCIA_VENDOR_COMPEX, PCMCIA_PRODUCT_COMPEX_LINKPORT_ENET_B,
PCMCIA_CIS_COMPEX_LINKPORT_ENET_B,
- 0, 0xd400, { 0x01, 0x03, 0xdc } },
+ 0, 0x01c0, { 0x01, 0x03, 0xdc } },
#if 0
/* the rest of these are stolen from the linux pcnet pcmcia device
Home |
Main Index |
Thread Index |
Old Index