Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/pci Pull up regenerated files (requested by tsu...
details: https://anonhg.NetBSD.org/src/rev/4b599a149b49
branches: netbsd-1-4
changeset: 470664:4b599a149b49
user: he <he%NetBSD.org@localhost>
date: Sat Jun 03 18:32:18 2000 +0000
description:
Pull up regenerated files (requested by tsubai):
Add support for PCI variants of Cyclom-4Y and -8Y cards.
Also fixes PR#7175 (new serial controller).
diffstat:
sys/dev/pci/pcidevs.h | 8 ++++++--
sys/dev/pci/pcidevs_data.h | 28 ++++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 4 deletions(-)
diffs (74 lines):
diff -r 8284108eb4a0 -r 4b599a149b49 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Sat Jun 03 18:31:43 2000 +0000
+++ b/sys/dev/pci/pcidevs.h Sat Jun 03 18:32:18 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.120.2.9 2000/05/22 21:29:27 he Exp $ */
+/* $NetBSD: pcidevs.h,v 1.120.2.10 2000/06/03 18:32:18 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.113.2.7 2000/02/10 21:44:19 he Exp
+ * NetBSD: pcidevs,v 1.113.2.9 2000/06/03 18:31:43 he Exp
*/
/*
@@ -767,6 +767,10 @@
/* Cyclades products */
#define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
#define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */
+#define PCI_PRODUCT_CYCLADES_CYCLOM4Y_1 0x0102 /* Cyclom-4Y below 1M */
+#define PCI_PRODUCT_CYCLADES_CYCLOM4Y_2 0x0103 /* Cyclom-4Y above 1M */
+#define PCI_PRODUCT_CYCLADES_CYCLOM8Y_1 0x0104 /* Cyclom-8Y below 1M */
+#define PCI_PRODUCT_CYCLADES_CYCLOM8Y_2 0x0105 /* Cyclom-8Y above 1M */
#define PCI_PRODUCT_CYCLADES_CYCLOMZ_1 0x0200 /* Cyclom-Z below 1M */
#define PCI_PRODUCT_CYCLADES_CYCLOMZ_2 0x0201 /* Cyclom-Z above 1M */
diff -r 8284108eb4a0 -r 4b599a149b49 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Sat Jun 03 18:31:43 2000 +0000
+++ b/sys/dev/pci/pcidevs_data.h Sat Jun 03 18:32:18 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.118.2.9 2000/05/22 21:29:28 he Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.118.2.10 2000/06/03 18:32:19 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.113.2.7 2000/02/10 21:44:19 he Exp
+ * NetBSD: pcidevs,v 1.113.2.9 2000/06/03 18:31:43 he Exp
*/
/*
@@ -970,6 +970,30 @@
"Cyclom-Y above 1M",
},
{
+ PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOM4Y_1,
+ 0,
+ "Cyclades",
+ "Cyclom-4Y below 1M",
+ },
+ {
+ PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOM4Y_2,
+ 0,
+ "Cyclades",
+ "Cyclom-4Y above 1M",
+ },
+ {
+ PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOM8Y_1,
+ 0,
+ "Cyclades",
+ "Cyclom-8Y below 1M",
+ },
+ {
+ PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOM8Y_2,
+ 0,
+ "Cyclades",
+ "Cyclom-8Y above 1M",
+ },
+ {
PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMZ_1,
0,
"Cyclades",
Home |
Main Index |
Thread Index |
Old Index