Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pcmcia Pull up revisions 1.69-1.70 (requested b...
details: https://anonhg.NetBSD.org/src/rev/be834cd64c22
branches: netbsd-1-5
changeset: 490892:be834cd64c22
user: he <he%NetBSD.org@localhost>
date: Fri Mar 16 19:35:34 2001 +0000
description:
Pull up revisions 1.69-1.70 (requested by aymeric):
Add an entry and support for the Synergy 21 S21810+.
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 7086daa84ecf -r be834cd64c22 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Fri Mar 16 19:35:14 2001 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Fri Mar 16 19:35:34 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.62.4.1 2000/11/05 01:14:39 tv Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.62.4.2 2001/03/16 19:35:34 he Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -99,6 +99,11 @@
#define NE2000DVF_DL10019 0x0001 /* chip is D-Link DL10019 */
#define NE2000DVF_AX88190 0x0002 /* chip is ASIX AX88190 */
} ne2000devs[] = {
+ { PCMCIA_STR_SYNERGY21_S21810,
+ PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
+ PCMCIA_CIS_SYNERGY21_S21810,
+ 0, -1, { 0x00, 0x48, 0x54 } },
+
{ PCMCIA_STR_AMBICOM_AMB8002T,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_AMBICOM_AMB8002T,
Home |
Main Index |
Thread Index |
Old Index