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 an entry for the Synergy 21 S21810+
details: https://anonhg.NetBSD.org/src/rev/ea0642a39928
branches: trunk
changeset: 504003:ea0642a39928
user: aymeric <aymeric%NetBSD.org@localhost>
date: Mon Feb 19 21:30:38 2001 +0000
description:
Add an entry for the Synergy 21 S21810+
>From Stefan Blomen <Stefan.Blomen%gmx.de@localhost>
diffstat:
sys/dev/pcmcia/if_ne_pcmcia.c | 7 ++++++-
sys/dev/pcmcia/pcmciadevs | 4 +++-
2 files changed, 9 insertions(+), 2 deletions(-)
diffs (43 lines):
diff -r 7377fc36ea89 -r ea0642a39928 sys/dev/pcmcia/if_ne_pcmcia.c
--- a/sys/dev/pcmcia/if_ne_pcmcia.c Mon Feb 19 21:26:04 2001 +0000
+++ b/sys/dev/pcmcia/if_ne_pcmcia.c Mon Feb 19 21:30:38 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ne_pcmcia.c,v 1.68 2001/02/12 18:49:05 thorpej Exp $ */
+/* $NetBSD: if_ne_pcmcia.c,v 1.69 2001/02/19 21:30:39 aymeric 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, 0x47, 0x43 } },
+
{ PCMCIA_STR_AMBICOM_AMB8002T,
PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID,
PCMCIA_CIS_AMBICOM_AMB8002T,
diff -r 7377fc36ea89 -r ea0642a39928 sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Mon Feb 19 21:26:04 2001 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Mon Feb 19 21:30:38 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.120 2001/02/13 02:07:53 thorpej Exp $
+$NetBSD: pcmciadevs,v 1.121 2001/02/19 21:30:38 aymeric Exp $
/*$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.8 2001/01/20 01:48:55 imp Exp $*/
/*-
@@ -297,6 +297,7 @@
vendor BILLIONTON -1 Billionton Systems Inc.
vendor AMD -1 AMD
vendor INTERSIL -1 Intersil
+vendor SYNERGY21 -1 Synergy 21
product MEGAHERTZ XJ2288 { "MEGAHERTZ", "MODEM&spXJ2288", NULL, NULL } Megahertz XJ2288 Modem
product PREMAX PE200 { "PMX&sp&sp&sp", "PE-200", NULL, NULL } PreMax PE-200
@@ -345,3 +346,4 @@
product NANOSPEED PRISM2 { "NANOSPEED", "HFA384x/IEEE", "Version&sp01.02", NULL } NANOSPEED ROOT-RZ2000 WLAN Card
product NEC CMZ_RT_WP { "NEC", "Wireless&spCard&spCMZ-RT-WP", "Version&sp01.01", NULL } NEC Wireless Card CMZ-RT-WP
product NTT_ME WLAN { "NTT-ME", "11Mbps&spWireless&spLAN&spPC&spCard", NULL, NULL } NTT-ME 11Mbps Wireless LAN PC Card
+product SYNERGY21 S21810 { "PCMCIA", "Ethernet", "A", "004743118001" } Synergy 21 S21810+ NE2000 Compatible Card
Home |
Main Index |
Thread Index |
Old Index