Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Recognize the DE-650 with another vendor/prod...
details: https://anonhg.NetBSD.org/src/rev/53c93a2fc044
branches: trunk
changeset: 486558:53c93a2fc044
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu May 25 17:21:48 2000 +0000
description:
Recognize the DE-650 with another vendor/product pair and OUI.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e9140b5192bd -r 53c93a2fc044 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Thu May 25 17:01:11 2000 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Thu May 25 17:21:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.61 2000/05/23 02:55:19 mycroft Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.62 2000/05/25 17:21:48 mycroft Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -210,6 +210,11 @@
PCMCIA_CIS_LINKSYS_ETHERFAST,
0, -1, { 0x00, 0x80, 0xc8 }, NE2000DVF_DL10019 },
+ { PCMCIA_STR_DLINK_DE650,
+ PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST,
+ PCMCIA_CIS_DLINK_DE650,
+ 0, -1, { 0x00, 0xe0, 0x98 }, NE2000DVF_DL10019 },
+
{ PCMCIA_STR_LINKSYS_COMBO_ECARD,
PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_COMBO_ECARD,
PCMCIA_CIS_LINKSYS_COMBO_ECARD,
Home |
Main Index |
Thread Index |
Old Index