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 revision 1.134, 1.157 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/352988128b7b
branches:  netbsd-1-5
changeset: 492778:352988128b7b
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 14 20:08:32 2002 +0000

description:
Pull up revision 1.134,1.157 (via patch, requested by aymeric):
  Add support for the following cards:
   o Edimax Technology Inc. EP4000A
   o Linksys Etherfast clone (Level One)
   o Zonet Zen

diffstat:

 sys/dev/pcmcia/pcmciadevs |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r dfaf70e00afa -r 352988128b7b sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Thu Feb 14 20:03:19 2002 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Thu Feb 14 20:08:32 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.93.2.7 2001/06/16 19:19:12 he Exp $
+$NetBSD: pcmciadevs,v 1.93.2.8 2002/02/14 20:08:32 he Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -72,8 +72,10 @@
 vendor NOKIA                   0x023d  Nokia Communications
 vendor LASAT                   0x3401  Lasat Communications A/S
 vendor LEXARMEDIA              0x4e01  Lexar Media
+vendor EDIMAX                  0x890f  Edimax Technology Inc.
 vendor COMPEX                  0x8a01  Compex Corporation
 vendor MELCO                   0x8a01  Melco Corporation
+vendor ZONET                   0x8a01  Zonet Technology Inc.
 vendor CONTEC                  0xc001  Contec
 vendor COREGA                  0xc00f  Corega K.K.
 vendor ALLIEDTELESIS           0xc00f  Allied Telesis K.K.
@@ -115,6 +117,9 @@
 /* DIGITAL Products */
 product DIGITAL MOBILE_MEDIA_CDROM 0x0d00 Digital Mobile Media CD-ROM
 
+/* Edimax Products */
+product EDIMAX EP4000A         0x0100 Edimax EP4000A
+
 /* Fujutsu Products */
 product FUJITSU SCSI600                0x0401 Fujitsu SCSI 600 Interface
 
@@ -220,6 +225,9 @@
 product SMC 8016               0x0105 SMC 8016 EtherCard
 product SMC EZCARD             0x8022 SMC EZCard 10 PCMCIA
 
+/* ZONET */
+product ZONET ZEN              0x0100  Zonet Zen 10/10
+
 /* Contec C-NET(PC) */
 product CONTEC CNETPC          0x0000 Contec C-NET(PC)C
 



Home | Main Index | Thread Index | Old Index