Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/eisa Regen: Add some Compaq display controllers.
details: https://anonhg.NetBSD.org/src/rev/f893bb4d2909
branches: trunk
changeset: 1022548:f893bb4d2909
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jul 24 22:37:56 2021 +0000
description:
Regen: Add some Compaq display controllers.
diffstat:
sys/dev/eisa/eisadevs.h | 12 ++++++++++--
sys/dev/eisa/eisadevs_data.h | 39 +++++++++++++++++++++++++++++++++++++--
2 files changed, 47 insertions(+), 4 deletions(-)
diffs (96 lines):
diff -r a09223b2e7b5 -r f893bb4d2909 sys/dev/eisa/eisadevs.h
--- a/sys/dev/eisa/eisadevs.h Sat Jul 24 22:36:31 2021 +0000
+++ b/sys/dev/eisa/eisadevs.h Sat Jul 24 22:37:56 2021 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: eisadevs.h,v 1.30 2005/12/11 12:21:20 christos Exp $ */
+/* $NetBSD: eisadevs.h,v 1.31 2021/07/24 22:37:56 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: eisadevs,v 1.27 2005/02/27 00:26:59 perry Exp
+ * NetBSD: eisadevs,v 1.30 2021/07/24 22:36:31 thorpej Exp
*/
/*
@@ -38,6 +38,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
/*
* List of known products, grouped and sorted by vendor code.
*/
@@ -65,6 +66,13 @@
#define EISA_PRODUCT_BUS6301 "BusLogic Bt763E Ethernet"
/* Compaq products */
+#define EISA_PRODUCT_CPQ3001 "Compaq Advanced VGA"
+#define EISA_PRODUCT_CPQ3011 "Compaq QVision 1024/E Video Controller"
+#define EISA_PRODUCT_CPQ3021 "Compaq QVision 1024/I Video Controller"
+#define EISA_PRODUCT_CPQ3111 "Compaq QVision 1024/E Graphics Controller"
+#define EISA_PRODUCT_CPQ3112 "Compaq QVision 1280/E Graphics Controller"
+#define EISA_PRODUCT_CPQ3121 "Compaq QVision 1024/I Graphics Controller"
+#define EISA_PRODUCT_CPQ3122 "Compaq QVision 1280/I Graphics Controller"
#define EISA_PRODUCT_CPQ4001 "Compaq IDA array controller"
#define EISA_PRODUCT_CPQ4002 "Compaq IDA-2 array controller"
#define EISA_PRODUCT_CPQ4010 "Compaq IEAS array controller"
diff -r a09223b2e7b5 -r f893bb4d2909 sys/dev/eisa/eisadevs_data.h
--- a/sys/dev/eisa/eisadevs_data.h Sat Jul 24 22:36:31 2021 +0000
+++ b/sys/dev/eisa/eisadevs_data.h Sat Jul 24 22:37:56 2021 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: eisadevs_data.h,v 1.31 2005/12/11 12:21:20 christos Exp $ */
+/* $NetBSD: eisadevs_data.h,v 1.32 2021/07/24 22:37:56 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: eisadevs,v 1.27 2005/02/27 00:26:59 perry Exp
+ * NetBSD: eisadevs,v 1.30 2021/07/24 22:36:31 thorpej Exp
*/
/*
@@ -111,6 +111,41 @@
},
{
0,
+ "CPQ3001",
+ EISA_PRODUCT_CPQ3001,
+ },
+ {
+ 0,
+ "CPQ3011",
+ EISA_PRODUCT_CPQ3011,
+ },
+ {
+ 0,
+ "CPQ3021",
+ EISA_PRODUCT_CPQ3021,
+ },
+ {
+ 0,
+ "CPQ3111",
+ EISA_PRODUCT_CPQ3111,
+ },
+ {
+ 0,
+ "CPQ3112",
+ EISA_PRODUCT_CPQ3112,
+ },
+ {
+ 0,
+ "CPQ3121",
+ EISA_PRODUCT_CPQ3121,
+ },
+ {
+ 0,
+ "CPQ3122",
+ EISA_PRODUCT_CPQ3122,
+ },
+ {
+ 0,
"CPQ4001",
EISA_PRODUCT_CPQ4001,
},
Home |
Main Index |
Thread Index |
Old Index