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 EXP Computer Inc. PCMCIA controller.



details:   https://anonhg.NetBSD.org/src/rev/20275c9474dd
branches:  trunk
changeset: 480269:20275c9474dd
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Jan 08 07:34:49 2000 +0000

description:
Add EXP Computer Inc. PCMCIA controller.
>From Brad Spencer <brad%anduin.eldar.org@localhost> in PR 9140.

diffstat:

 sys/dev/pcmcia/pcmciadevs   |  4 +++-
 sys/dev/pcmcia/wdc_pcmcia.c |  9 ++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r 638bce070039 -r 20275c9474dd sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Sat Jan 08 05:25:44 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Sat Jan 08 07:34:49 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.63 1999/12/23 19:45:56 augustss Exp $
+$NetBSD: pcmciadevs,v 1.64 2000/01/08 07:34:49 augustss Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -198,6 +198,7 @@
 vendor SVEC                    -1      SVEC/Hawking Technology
 vendor AMBICOM                 -1      AmbiCom Inc
 vendor EPSON                   -1      Seiko Epson Corporation
+vendor EXP                     -1      EXP Computer Inc
 
 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
@@ -223,3 +224,4 @@
 product AMBICOM AMB8002T       { "AmbiCom&spInc", "AMB8002T", NULL, NULL } AmbiCom AMB8002T
 product IODATA PCLAT           { "I-O&spDATA", "PCLA", "ETHERNET", NULL } IO-DATA PCLA/T
 product EPSON EEN10B           { "Seiko&spEpson&spCorp.", "Ethernet", "P/N:&spEEN10B&spRev.&sp00", NULL } Epson EEN10B
+product EXP EXPMULTIMEDIA      { "EXP&sp&sp&sp", "PnPIDE", "F1", NULL } EXP IDE/ATAPI DVD Card
diff -r 638bce070039 -r 20275c9474dd sys/dev/pcmcia/wdc_pcmcia.c
--- a/sys/dev/pcmcia/wdc_pcmcia.c       Sat Jan 08 05:25:44 2000 +0000
+++ b/sys/dev/pcmcia/wdc_pcmcia.c       Sat Jan 08 07:34:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc_pcmcia.c,v 1.25 1999/12/09 03:22:41 sommerfeld Exp $ */
+/*     $NetBSD: wdc_pcmcia.c,v 1.26 2000/01/08 07:34:49 augustss Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -125,6 +125,13 @@
          PCMCIA_CIS_TEAC_IDECARDII,
          PCMCIA_STR_TEAC_IDECARDII },
 
+       /* EXP IDE/ATAPI DVD Card use with some DVD players.  Does not have a vendor ID or product ID */
+       { -1,
+         -1,
+         0,
+         PCMCIA_CIS_EXP_EXPMULTIMEDIA,
+         PCMCIA_STR_EXP_EXPMULTIMEDIA },
+
        /* Mobile Dock 2, which doesn't have vendor ID nor product ID */
        { -1, -1, 0,
          { "SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", NULL, NULL},



Home | Main Index | Thread Index | Old Index