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 IO Data CBIDE2 ata interface card.
details: https://anonhg.NetBSD.org/src/rev/903e7ea1be55
branches: trunk
changeset: 500905:903e7ea1be55
user: haya <haya%NetBSD.org@localhost>
date: Wed Dec 20 09:56:34 2000 +0000
description:
Add IO Data CBIDE2 ata interface card.
diffstat:
sys/dev/pcmcia/wdc_pcmcia.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r e66d5cfaad6a -r 903e7ea1be55 sys/dev/pcmcia/wdc_pcmcia.c
--- a/sys/dev/pcmcia/wdc_pcmcia.c Wed Dec 20 09:35:40 2000 +0000
+++ b/sys/dev/pcmcia/wdc_pcmcia.c Wed Dec 20 09:56:34 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc_pcmcia.c,v 1.36 2000/12/18 17:21:11 abs Exp $ */
+/* $NetBSD: wdc_pcmcia.c,v 1.37 2000/12/20 09:56:34 haya Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -132,6 +132,12 @@
"PCMCIA CD-ROM"
},
+ /* IO DATA CBIDE2, with neither vendor ID nor product ID */
+ { -1, -1, 0,
+ PCMCIA_CIS_IODATA_CBIDE2,
+ PCMCIA_STR_IODATA_CBIDE2
+ },
+
{ 0, 0, 0, { NULL, NULL, NULL, NULL}, NULL }
};
Home |
Main Index |
Thread Index |
Old Index