Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pcmcia Add the Linksys Etherfast 10/100. These are ...
details: https://anonhg.NetBSD.org/src/rev/f32d25a20d43
branches: trunk
changeset: 481318:f32d25a20d43
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jan 26 01:27:12 2000 +0000
description:
Add the Linksys Etherfast 10/100. These are currently being rebadged
as the NetGear FA410TX 16-bit PC Card.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r f71ceeff4fc7 -r f32d25a20d43 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Wed Jan 26 01:23:32 2000 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Wed Jan 26 01:27:12 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.47 2000/01/25 18:04:07 mycroft Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.48 2000/01/26 01:27:12 thorpej Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -171,6 +171,11 @@
PCMCIA_CIS_SVEC_PN650TX,
0, -1, { 0x00, 0xe0, 0x98 }, NE2000DVF_DL10019 },
+ { PCMCIA_STR_LINKSYS_ETHERFAST,
+ PCMCIA_VENDOR_LINKSYS, PCMCIA_PRODUCT_LINKSYS_ETHERFAST,
+ PCMCIA_CIS_LINKSYS_ETHERFAST,
+ 0, -1, { 0x00, 0x80, 0xc8 }, 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