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/d0ae97820623
branches:  trunk
changeset: 480148:d0ae97820623
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jan 05 12:15:00 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 (50 lines):

diff -r 3098a93a725d -r d0ae97820623 sys/dev/tc/tcdevs.h
--- a/sys/dev/tc/tcdevs.h       Wed Jan 05 12:14:33 2000 +0000
+++ b/sys/dev/tc/tcdevs.h       Wed Jan 05 12:15:00 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: tcdevs.h,v 1.15 1999/10/26 12:35:14 drochner Exp $     */
+/*     $NetBSD: tcdevs.h,v 1.16 2000/01/05 12:15:00 drochner Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: tcdevs,v 1.14 1999/10/26 12:34:41 drochner Exp 
+ *     NetBSD: tcdevs,v 1.15 2000/01/05 12:14:33 drochner Exp 
  */
 
 /*
@@ -130,3 +130,6 @@
 
 #define        TC_DEVICE_PMAP_AA       "???"
 #define        TC_DESCRIPTION_PMAP_AA  "Prestoserve"
+
+#define        TC_DEVICE_KWS_TD        "???"
+#define        TC_DESCRIPTION_KWS_TD   "Kubota Denali"
diff -r 3098a93a725d -r d0ae97820623 sys/dev/tc/tcdevs_data.h
--- a/sys/dev/tc/tcdevs_data.h  Wed Jan 05 12:14:33 2000 +0000
+++ b/sys/dev/tc/tcdevs_data.h  Wed Jan 05 12:15:00 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: tcdevs_data.h,v 1.15 1999/10/26 12:35:14 drochner Exp $        */
+/*     $NetBSD: tcdevs_data.h,v 1.16 2000/01/05 12:15:01 drochner Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: tcdevs,v 1.14 1999/10/26 12:34:41 drochner Exp 
+ *     NetBSD: tcdevs,v 1.15 2000/01/05 12:14:33 drochner Exp 
  */
 
 /*
@@ -194,5 +194,10 @@
            TC_DEVICE_PMAP_AA,
            TC_DESCRIPTION_PMAP_AA,
        },
+       {
+           "KWS_TD  ",
+           TC_DEVICE_KWS_TD,
+           TC_DESCRIPTION_KWS_TD,
+       },
        { NULL, NULL, NULL, }
 };



Home | Main Index | Thread Index | Old Index