Source-Changes-HG archive

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

[src/trunk]: src/sys/arch The wsmux pseudo device does not need a count anymore.



details:   https://anonhg.NetBSD.org/src/rev/670641533f27
branches:  trunk
changeset: 517508:670641533f27
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Nov 13 17:54:46 2001 +0000

description:
The wsmux pseudo device does not need a count anymore.

diffstat:

 sys/arch/acorn32/conf/LOWMEM_WSCONS            |  4 ++--
 sys/arch/acorn32/conf/NC_WSCONS                |  6 +++---
 sys/arch/acorn32/conf/RPC_WSCONS               |  4 ++--
 sys/arch/arc/conf/ARCTIC                       |  4 ++--
 sys/arch/arc/conf/GENERIC                      |  6 +++---
 sys/arch/arc/conf/M403                         |  4 ++--
 sys/arch/arc/conf/MIMORI                       |  4 ++--
 sys/arch/arc/conf/PCCONS                       |  4 ++--
 sys/arch/arc/conf/PICA                         |  4 ++--
 sys/arch/arc/conf/RAMDISK                      |  4 ++--
 sys/arch/arm26/conf/FOURMEG                    |  4 ++--
 sys/arch/arm26/conf/GENERIC                    |  4 ++--
 sys/arch/bebox/conf/GENERIC                    |  6 +++---
 sys/arch/cats/conf/GENERIC                     |  4 ++--
 sys/arch/cats/conf/INSTALL                     |  4 ++--
 sys/arch/hpcarm/conf/JORNADA720                |  6 +++---
 sys/arch/hpcmips/conf/GENERIC                  |  6 +++---
 sys/arch/hpcmips/conf/MPC303                   |  6 +++---
 sys/arch/hpcmips/conf/TX3912                   |  4 ++--
 sys/arch/hpcmips/conf/TX3922                   |  4 ++--
 sys/arch/hpcsh/conf/GENERIC                    |  4 ++--
 sys/arch/hpcsh/conf/HP620LX                    |  4 ++--
 sys/arch/hpcsh/conf/JORNADA690                 |  4 ++--
 sys/arch/i386/conf/ARMADA                      |  6 +++---
 sys/arch/i386/conf/CARDBUS                     |  6 +++---
 sys/arch/i386/conf/DELPHI                      |  6 +++---
 sys/arch/i386/conf/DR-EVIL                     |  4 ++--
 sys/arch/i386/conf/GENERIC                     |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP              |  6 +++---
 sys/arch/i386/conf/IOPENER                     |  6 +++---
 sys/arch/i386/conf/LAMB                        |  4 ++--
 sys/arch/i386/conf/SWINGER                     |  6 +++---
 sys/arch/next68k/conf/GENERIC                  |  6 +++---
 sys/arch/next68k/conf/SLAB                     |  4 ++--
 sys/arch/playstation2/conf/config.playstation2 |  4 ++--
 sys/arch/prep/conf/GENERIC                     |  6 +++---
 sys/arch/prep/conf/NATSUMI                     |  4 ++--
 sys/arch/sandpoint/conf/GENERIC                |  6 +++---
 sys/arch/walnut/conf/WALNUT                    |  4 ++--
 39 files changed, 94 insertions(+), 94 deletions(-)

diffs (truncated from 782 to 300 lines):

diff -r d431bf08c9b7 -r 670641533f27 sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS       Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS       Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LOWMEM_WSCONS,v 1.1 2001/10/23 21:21:59 reinoud Exp $
+#      $NetBSD: LOWMEM_WSCONS,v 1.2 2001/11/13 17:54:46 augustss Exp $
 #
 #      LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
 #
@@ -183,7 +183,7 @@
 wsqms*         at iomd?                # ws quadmouse driver
 wsmouse*       at wsqms?               # wsmouse on ws quadmouse
 
-pseudo-device  wsmux   1               # seems to be mandatory for now
+#pseudo-device wsmux
 
 # The origional vidcconsole :
 # vidcconsole kbd at IOMD
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.2 2001/10/17 22:54:25 reinoud Exp $
+#      $NetBSD: NC_WSCONS,v 1.3 2001/11/13 17:54:46 augustss Exp $
 #
 #      NC - with wscons
 #
@@ -179,7 +179,7 @@
 rpckbd*         at iomd?                 # based on old `kbd' driver
 wskbd*          at rpckbd?               # wskbd on RiscPC keyboard
 
-pseudo-device  wsmux   1                # seems mandatory for now
+pseudo-device  wsmux
 
 
 # The origional vidcconsole :
@@ -285,7 +285,7 @@
 #eb0   at podulebus?                   # EtherB network slot cards
 ne*    at podulebus?                   # NE2000 clone cards
 
-pseudo-device  wsmux   1               # seems mandatory for now
+pseudo-device  wsmux
 pseudo-device  loop    1               # network loopback
 #pseudo-device bpfilter 8              # packet filter
 #pseudo-device sl      2               # CSLIP
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/acorn32/conf/RPC_WSCONS
--- a/sys/arch/acorn32/conf/RPC_WSCONS  Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/acorn32/conf/RPC_WSCONS  Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPC_WSCONS,v 1.2 2001/10/17 22:54:25 reinoud Exp $
+#      $NetBSD: RPC_WSCONS,v 1.3 2001/11/13 17:54:46 augustss Exp $
 #
 #      RPC_WSCONS -- Full RiscPC config with wscons
 #
@@ -181,7 +181,7 @@
 wsqms*         at iomd?                # ws quadmouse driver
 wsmouse*       at wsqms?               # wsmouse on ws quadmouse
 
-pseudo-device  wsmux   1                # seems to be mandatory for now
+pseudo-device  wsmux
 
 # The origional vidcconsole :
 # vidcconsole kbd at IOMD
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/ARCTIC
--- a/sys/arch/arc/conf/ARCTIC  Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/ARCTIC  Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ARCTIC,v 1.12 2001/07/08 16:32:13 abs Exp $
+#      $NetBSD: ARCTIC,v 1.13 2001/11/13 17:54:46 augustss Exp $
 #      $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
 #
 #      configuration file for DeskStation
@@ -261,4 +261,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/GENERIC Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.53 2001/11/05 01:23:17 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.54 2001/11/13 17:54:46 augustss Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.53 $"
+#ident         "GENERIC-$Revision: 1.54 $"
 
 maxusers       32              # estimated number of users
 
@@ -380,4 +380,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/M403
--- a/sys/arch/arc/conf/M403    Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/M403    Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: M403,v 1.14 2001/07/08 16:32:13 abs Exp $
+#      $NetBSD: M403,v 1.15 2001/11/13 17:54:47 augustss Exp $
 #
 #      configuration file for MIPS Magnum 4000 system
 #
@@ -211,4 +211,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/MIMORI
--- a/sys/arch/arc/conf/MIMORI  Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/MIMORI  Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MIMORI,v 1.7 2001/08/22 15:39:05 hubertf Exp $
+#      $NetBSD: MIMORI,v 1.8 2001/11/13 17:54:47 augustss Exp $
 #      NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp 
 #
 #      MIMORI -- My NEC RISCstation 2250 (ur)
@@ -264,4 +264,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/PCCONS  Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.12 2001/11/05 01:23:18 tsutsui Exp $
+#      $NetBSD: PCCONS,v 1.13 2001/11/13 17:54:47 augustss Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      PCCONS -- generic but pccons rather than wscons
@@ -364,4 +364,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/PICA
--- a/sys/arch/arc/conf/PICA    Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/PICA    Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PICA,v 1.27 2001/07/08 16:32:14 abs Exp $
+#      $NetBSD: PICA,v 1.28 2001/11/13 17:54:47 augustss Exp $
 #
 #      configuration file for ACER PICA system
 #
@@ -213,4 +213,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arc/conf/RAMDISK Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.19 2001/11/05 01:23:18 tsutsui Exp $
+#      $NetBSD: RAMDISK,v 1.20 2001/11/13 17:54:47 augustss Exp $
 #      $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
 #
 #      memory disk based configuration file for MIPS R4x00 ARC Systems
@@ -375,4 +375,4 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-#pseudo-device wsmux           2
+#pseudo-device wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arm26/conf/FOURMEG
--- a/sys/arch/arm26/conf/FOURMEG       Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arm26/conf/FOURMEG       Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FOURMEG,v 1.19 2001/11/07 19:45:48 bjh21 Exp $
+# $NetBSD: FOURMEG,v 1.20 2001/11/13 17:54:47 augustss Exp $
 
 # FOURMEG arm26 configuration -- something small
 
@@ -195,7 +195,7 @@
 #pseudo-device gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device sequencer       1       # MIDI sequencer
-pseudo-device  wsmux           2       # keyboard/mouse multiplexor
+pseudo-device  wsmux                   # keyboard/mouse multiplexor
 
 # rnd is EXPERIMENTAL
 #pseudo-device rnd                     # /dev/random and in-kernel generator
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/arm26/conf/GENERIC
--- a/sys/arch/arm26/conf/GENERIC       Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/arm26/conf/GENERIC       Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.26 2001/09/01 23:08:41 atatat Exp $
+# $NetBSD: GENERIC,v 1.27 2001/11/13 17:54:47 augustss Exp $
 
 # GENERIC arm26 configuration -- everything I've implemented so far
 
@@ -194,6 +194,6 @@
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 #pseudo-device bridge                  # simple inter-network bridging
 pseudo-device  sequencer       1       # MIDI sequencer
-pseudo-device  wsmux           2       # keyboard/mouse multiplexor
+pseudo-device  wsmux                   # keyboard/mouse multiplexor
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Tue Nov 13 17:54:46 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.44 2001/09/12 21:05:38 manu Exp $
+#      $NetBSD: GENERIC,v 1.45 2001/11/13 17:54:48 augustss Exp $
 #
 # First try for BEBOX config file
 #
 
 include "arch/bebox/conf/std.bebox"
 
-#ident                 "GENERIC-$Revision: 1.44 $"
+#ident                 "GENERIC-$Revision: 1.45 $"
 
 maxusers       32
 
@@ -76,7 +76,7 @@
 #pseudo-device raid            4       # RAIDframe disk driver
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 #pseudo-device gre             2       # generic L3 over IP tunnel
-pseudo-device  wsmux           2
+pseudo-device  wsmux
 
 # random number generator pseudo-device
 pseudo-device  rnd                     # /dev/random and in-kernel generator
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/cats/conf/GENERIC        Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.10 2001/09/01 23:08:41 atatat Exp $
+#      $NetBSD: GENERIC,v 1.11 2001/11/13 17:54:48 augustss Exp $
 #
 #      CATS -- CHALTECH CATS Development kernel
 #
@@ -488,4 +488,4 @@
 pseudo-device  vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-pseudo-device  wsmux           2
+pseudo-device  wsmux
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/cats/conf/INSTALL        Tue Nov 13 17:54:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.6 2001/07/08 16:32:16 abs Exp $
+#      $NetBSD: INSTALL,v 1.7 2001/11/13 17:54:48 augustss Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -443,7 +443,7 @@
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.
 
 # mouse & keyboard multiplexor pseudo-devices
-pseudo-device  wsmux           2
+pseudo-device  wsmux
 
 # for IPv6
 #pseudo-device gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720   Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720   Tue Nov 13 17:54:46 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: JORNADA720,v 1.10 2001/07/08 16:32:17 abs Exp $
+#      $NetBSD: JORNADA720,v 1.11 2001/11/13 17:54:48 augustss Exp $
 #
 #      JORNADA -- Windows-CE based jornada 720
 #
 
 include        "arch/hpcarm/conf/std.hpcarm"
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.11 $"
 
 # estimated number of users
 maxusers       32
@@ -219,7 +219,7 @@
 #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
 
 pseudo-device  biconsdev       1       # build-in console device
-pseudo-device  wsmux           2
+pseudo-device  wsmux
 
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and in-kernel generator
diff -r d431bf08c9b7 -r 670641533f27 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue Nov 13 17:47:16 2001 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue Nov 13 17:54:46 2001 +0000



Home | Main Index | Thread Index | Old Index