Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2b5a612b7707
branches:  trunk
changeset: 542326:2b5a612b7707
user:      chris <chris%NetBSD.org@localhost>
date:      Sun Jan 26 19:35:52 2003 +0000

description:
Regen.

diffstat:

 sys/dev/podulebus/podule_data.h |  5 +++--
 sys/dev/podulebus/podules.h     |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (48 lines):

diff -r 58d56aba6f26 -r 2b5a612b7707 sys/dev/podulebus/podule_data.h
--- a/sys/dev/podulebus/podule_data.h   Sun Jan 26 19:35:04 2003 +0000
+++ b/sys/dev/podulebus/podule_data.h   Sun Jan 26 19:35:52 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: podule_data.h,v 1.12 2002/11/03 12:59:44 bjh21 Exp $   */
+/*     $NetBSD: podule_data.h,v 1.13 2003/01/26 19:35:52 chris Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: podules,v 1.14 2002/11/03 12:58:15 bjh21 Exp 
+ *     NetBSD: podules,v 1.15 2003/01/26 19:35:04 chris Exp 
  */
 
 /*
@@ -254,6 +254,7 @@
        { PODULE_MIDICONNECT,   "Midi-Connect" },
        { PODULE_ETHERI,        "EtherI interface" },
        { PODULE_SIMTEC_USB,    "USB interface" },
+       { PODULE_SIMTEC_NET100, "NET100 interface" },
        { PODULE_MIDIMAX,       "MIDI max" },
        { PODULE_MMETHERV,      "Multi-media/EtherV" },
        { PODULE_ETHERN,        "EtherN interface" },
diff -r 58d56aba6f26 -r 2b5a612b7707 sys/dev/podulebus/podules.h
--- a/sys/dev/podulebus/podules.h       Sun Jan 26 19:35:04 2003 +0000
+++ b/sys/dev/podulebus/podules.h       Sun Jan 26 19:35:52 2003 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: podules.h,v 1.12 2002/11/03 12:59:44 bjh21 Exp $       */
+/*     $NetBSD: podules.h,v 1.13 2003/01/26 19:35:52 chris Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: podules,v 1.14 2002/11/03 12:58:15 bjh21 Exp 
+ *     NetBSD: podules,v 1.15 2003/01/26 19:35:04 chris Exp 
  */
 
 /*
@@ -351,6 +351,7 @@
 #define        PODULE_MIDICONNECT      0x0133          /* Midi-Connect */
 #define        PODULE_ETHERI   0x0139          /* EtherI interface */
 #define        PODULE_SIMTEC_USB       0x0145          /* USB interface */
+#define        PODULE_SIMTEC_NET100    0x0150          /* NET100 interface */
 #define        PODULE_MIDIMAX  0x0200          /* MIDI max */
 #define        PODULE_MMETHERV 0x1234          /* Multi-media/EtherV */
 #define        PODULE_ETHERN   0x5678          /* EtherN interface */



Home | Main Index | Thread Index | Old Index