Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/tc Regen.



details:   https://anonhg.NetBSD.org/src/rev/2a8b455774d7
branches:  trunk
changeset: 495043:2a8b455774d7
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jul 20 07:11:28 2000 +0000

description:
Regen.

diffstat:

 sys/dev/tc/tcdevs.h      |  7 +++++--
 sys/dev/tc/tcdevs_data.h |  9 +++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 5b09231cb009 -r 2a8b455774d7 sys/dev/tc/tcdevs.h
--- a/sys/dev/tc/tcdevs.h       Thu Jul 20 06:38:39 2000 +0000
+++ b/sys/dev/tc/tcdevs.h       Thu Jul 20 07:11:28 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: tcdevs.h,v 1.16 2000/01/05 12:15:00 drochner Exp $     */
+/*     $NetBSD: tcdevs.h,v 1.17 2000/07/20 07:11:28 tsutsui Exp $      */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: tcdevs,v 1.15 2000/01/05 12:14:33 drochner Exp 
+ *     NetBSD: tcdevs,v 1.16 2000/07/20 06:38:39 tsutsui Exp 
  */
 
 /*
@@ -83,6 +83,9 @@
 #define        TC_DEVICE_PMAG_DV       "xcfb"
 #define        TC_DESCRIPTION_PMAG_DV  "Maxine Color Frame Buffer"
 
+#define        TC_DEVICE_PMAG_JA       "???"
+#define        TC_DESCRIPTION_PMAG_JA  "24-plane True Color Frame Buffer (TX)"
+
 #define        TC_DEVICE_PMAGB_BA      "sfb"
 #define        TC_DESCRIPTION_PMAGB_BA "Smart Frame Buffer"
 
diff -r 5b09231cb009 -r 2a8b455774d7 sys/dev/tc/tcdevs_data.h
--- a/sys/dev/tc/tcdevs_data.h  Thu Jul 20 06:38:39 2000 +0000
+++ b/sys/dev/tc/tcdevs_data.h  Thu Jul 20 07:11:28 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: tcdevs_data.h,v 1.16 2000/01/05 12:15:01 drochner Exp $        */
+/*     $NetBSD: tcdevs_data.h,v 1.17 2000/07/20 07:11:28 tsutsui Exp $ */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: tcdevs,v 1.15 2000/01/05 12:14:33 drochner Exp 
+ *     NetBSD: tcdevs,v 1.16 2000/07/20 06:38:39 tsutsui Exp 
  */
 
 /*
@@ -115,6 +115,11 @@
            TC_DESCRIPTION_PMAG_DV,
        },
        {
+           "PMAG-JA ",
+           TC_DEVICE_PMAG_JA,
+           TC_DESCRIPTION_PMAG_JA,
+       },
+       {
            "PMAGB-BA",
            TC_DEVICE_PMAGB_BA,
            TC_DESCRIPTION_PMAGB_BA,



Home | Main Index | Thread Index | Old Index