Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf regen: wsmux added (enabled only in WSCONS)



details:   https://anonhg.NetBSD.org/src/rev/038382d49488
branches:  trunk
changeset: 581458:038382d49488
user:      jandberg <jandberg%NetBSD.org@localhost>
date:      Wed Jun 01 19:16:37 2005 +0000

description:
regen: wsmux added (enabled only in WSCONS)

diffstat:

 sys/arch/amiga/conf/AMIGA   |  7 ++++---
 sys/arch/amiga/conf/DRACO   |  7 ++++---
 sys/arch/amiga/conf/GENERIC |  7 ++++---
 sys/arch/amiga/conf/INSTALL |  7 ++++---
 sys/arch/amiga/conf/WSCONS  |  7 ++++---
 5 files changed, 20 insertions(+), 15 deletions(-)

diffs (160 lines):

diff -r dfc21a5229a3 -r 038382d49488 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Wed Jun 01 19:06:24 2005 +0000
+++ b/sys/arch/amiga/conf/AMIGA Wed Jun 01 19:16:37 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.77 2005/02/25 13:49:07 simonb Exp $
+# $NetBSD: AMIGA,v 1.78 2005/06/01 19:16:37 jandberg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.77 $"
+#ident                 "GENERIC-$Revision: 1.78 $"
 
 
 maxusers       8
@@ -473,6 +473,7 @@
 pseudo-device  clockctl                # user control of clock subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
+#pseudo-device wsmux                   # mouse & keyboard multiplexor
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r dfc21a5229a3 -r 038382d49488 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Wed Jun 01 19:06:24 2005 +0000
+++ b/sys/arch/amiga/conf/DRACO Wed Jun 01 19:16:37 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.93 2005/02/25 13:49:07 simonb Exp $
+# $NetBSD: DRACO,v 1.94 2005/06/01 19:16:37 jandberg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.93 $"
+#ident                 "GENERIC-$Revision: 1.94 $"
 
 
 maxusers       8
@@ -344,6 +344,7 @@
 pseudo-device  clockctl                # user control of clock subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
+#pseudo-device wsmux                   # mouse & keyboard multiplexor
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r dfc21a5229a3 -r 038382d49488 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Wed Jun 01 19:06:24 2005 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Wed Jun 01 19:16:37 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.214 2005/02/25 13:49:07 simonb Exp $
+# $NetBSD: GENERIC,v 1.215 2005/06/01 19:16:37 jandberg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.214 $"
+#ident                 "GENERIC-$Revision: 1.215 $"
 
 
 maxusers       8
@@ -481,6 +481,7 @@
 pseudo-device  clockctl                # user control of clock subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
+#pseudo-device wsmux                   # mouse & keyboard multiplexor
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r dfc21a5229a3 -r 038382d49488 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Wed Jun 01 19:06:24 2005 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Wed Jun 01 19:16:37 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.52 2005/02/25 13:49:07 simonb Exp $
+# $NetBSD: INSTALL,v 1.53 2005/06/01 19:16:37 jandberg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.52 $"
+#ident                 "GENERIC-$Revision: 1.53 $"
 
 makeoptions    COPTS="-Os"
 
@@ -424,6 +424,7 @@
 pseudo-device  clockctl                # user control of clock subsystem
 
 #pseudo-device wsfont                  # wsfont(4) dynamic font loading support
+#pseudo-device wsmux                   # mouse & keyboard multiplexor
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices
diff -r dfc21a5229a3 -r 038382d49488 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Wed Jun 01 19:06:24 2005 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Wed Jun 01 19:16:37 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.31 2005/02/25 13:49:07 simonb Exp $
+# $NetBSD: WSCONS,v 1.32 2005/06/01 19:16:37 jandberg Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.34 2005/02/25 13:46:48 simonb Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.35 2005/06/01 18:55:08 jandberg Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.31 $"
+#ident                 "GENERIC-$Revision: 1.32 $"
 
 
 maxusers       8
@@ -453,6 +453,7 @@
 pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  wsfont                  # wsfont(4) dynamic font loading support
+pseudo-device  wsmux                   # mouse & keyboard multiplexor
 
 pseudo-device  vnd             4       # vnode pseudo-disks
 pseudo-device  ccd             4       # concatenated disk devices



Home | Main Index | Thread Index | Old Index