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 Panasonic 4X CD-ROM Interface CArd.



details:   https://anonhg.NetBSD.org/src/rev/e26d5448062e
branches:  trunk
changeset: 483778:e26d5448062e
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Mar 18 15:00:31 2000 +0000

description:
Add the Panasonic 4X CD-ROM Interface CArd.

diffstat:

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

diffs (27 lines):

diff -r 3c2e0c242b62 -r e26d5448062e sys/dev/pcmcia/pcmciadevs
--- a/sys/dev/pcmcia/pcmciadevs Sat Mar 18 14:45:42 2000 +0000
+++ b/sys/dev/pcmcia/pcmciadevs Sat Mar 18 15:00:31 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcmciadevs,v 1.82 2000/03/16 16:38:41 onoe Exp $
+$NetBSD: pcmciadevs,v 1.83 2000/03/18 15:00:31 mycroft Exp $
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -41,6 +41,7 @@
  */
 
 vendor FUJITSU                 0x0004  Fujitsu Corporation
+vendor PANASONIC               0x0032  Matsushita Electric Industrial Co.
 vendor SANDISK                 0x0045  Sandisk Corporation
 vendor NEWMEDIA                        0x0057  New Media Corporation
 vendor INTEL                   0x0089  Intel
@@ -148,6 +149,9 @@
 /* Melco Products */
 product MELCO LPC3_TX          0xc1ab Melco LPC3-TX
 
+/* Panasonic Products */
+product PANASONIC KXLC002      0x0304 Panasonic 4X CD-ROM Interface Card
+
 /* US Robotics Products */
 product USROBOTICS WORLDPORT144        0x3330 US Robotics WorldPort 14.4 Modem
 



Home | Main Index | Thread Index | Old Index