Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/cardbus Add IO Data IDE Controller and Hitachi video...



details:   https://anonhg.NetBSD.org/src/rev/a817b7065afc
branches:  trunk
changeset: 503474:a817b7065afc
user:      haya <haya%NetBSD.org@localhost>
date:      Wed Feb 07 09:56:21 2001 +0000

description:
Add IO Data IDE Controller and Hitachi video capture cards.

diffstat:

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

diffs (40 lines):

diff -r eaeb24631f0d -r a817b7065afc sys/dev/cardbus/cardbusdevs
--- a/sys/dev/cardbus/cardbusdevs       Wed Feb 07 09:49:12 2001 +0000
+++ b/sys/dev/cardbus/cardbusdevs       Wed Feb 07 09:56:21 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: cardbusdevs,v 1.14 2001/02/07 09:49:12 haya Exp $
+$NetBSD: cardbusdevs,v 1.15 2001/02/07 09:56:21 haya Exp $
 
 /*
  * Copyright (C) 1999  Hayakawa Koichi.
@@ -42,8 +42,10 @@
 
 vendor DEC             0x1011  Digital Equipment
 vendor OPTI            0x1045  Opti
+vendor HITACHI         0x1054  Hitachi
 vendor 3COM            0x10b7  3Com
 vendor REALTEK         0x10ec  Realtek Semiconductor
+vendor IODATA          0x10fc  IO Data
 vendor ACCTON          0x1113  Accton Technology
 vendor XIRCOM          0x115d  Xircom
 vendor ABOCOM          0x13d1  AboCom Systems
@@ -62,6 +64,9 @@
 /* Opti products */
 product OPTI 82C861    0xc861  82C861 USB Host Controller (OHCI)
 
+/* Hitachi Products */
+product HITACHI SWC    0x0101  MSVCC01/02/03/04 Video Capture Cards
+
 /* 3COM Products */
 product 3COM 3C575TX   0x5057  3c575-TX
 product 3COM 3C575BTX  0x5157  3CCFE575BT
@@ -73,6 +78,9 @@
 /* Realtek (Creative Labs?) products */
 product REALTEK RT8138 0x8138  8138 Ethernet
 
+/* IO Data products */
+product IODATA CBIDE2  0x0003  CBIDE2 IDE controller
+
 /* Accton products */
 product ACCTON MPX5030  0x1211  MPX 5030/5038 Ethernet
 product ACCTON EN2242  0x1216  EN2242 10/100 Ethernet



Home | Main Index | Thread Index | Old Index