The wsmux pseudo device does not need a count anymore.

This commit is contained in:
augustss 2001-11-13 17:54:46 +00:00
parent 6ba13bbf13
commit c5477b70aa
39 changed files with 94 additions and 94 deletions

View File

@ -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 @@ wskbd* at rpckbd? # wskbd on RiscPC keyboard
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

View File

@ -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 @@ wsdisplay* at vidcvideo? console ? # display itself
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 @@ podulebus0 at root
#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

View File

@ -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 @@ wskbd* at rpckbd? # wskbd on RiscPC keyboard
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

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
#pseudo-device wsmux 2
#pseudo-device wsmux

View File

@ -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 pty
#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

View File

@ -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 faith 1 # IPv[46] tcp relay translation i/f
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

View File

@ -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 pty # pseudo-terminals
#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

View File

@ -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 rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -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 pty # pseudo-terminals
#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)

View File

@ -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 @@ pseudo-device tb 1 # tablet line discipline
#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

View File

@ -2,11 +2,11 @@
# Distribution kernel (NEC VR based model) kernel config file
#
# $NetBSD: GENERIC,v 1.95 2001/11/10 04:53:47 sato Exp $
# $NetBSD: GENERIC,v 1.96 2001/11/13 17:54:49 augustss Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.95 $"
#ident "GENERIC-$Revision: 1.96 $"
maxusers 10
@ -376,7 +376,7 @@ pseudo-device vnd 4 # virtual disk ick
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device biconsdev 1 # build-in console device
pseudo-device wsmux 2 # mouse & keyboard multiplexor
pseudo-device wsmux # mouse & keyboard multiplexor
#pseudo-device md 1 # memory disk device (ramdisk)
#pseudo-device raid 4 # RAIDframe disk driver

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.1 2001/06/13 07:32:48 enami Exp $
# $NetBSD: MPC303,v 1.2 2001/11/13 17:54:49 augustss Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -7,7 +7,7 @@
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.1 $"
#ident "GENERIC-$Revision: 1.2 $"
maxusers 10
@ -419,7 +419,7 @@ pseudo-device vnd 4 # virtual disk ick
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device biconsdev 1 # build-in console device
pseudo-device wsmux 2 # mouse & keyboard multiplexor
pseudo-device wsmux # mouse & keyboard multiplexor
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.30 2001/06/13 19:09:07 uch Exp $
# $NetBSD: TX3912,v 1.31 2001/11/13 17:54:49 augustss Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -270,7 +270,7 @@ pseudo-device loop 1 # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.33 2001/06/14 16:55:34 uch Exp $
# $NetBSD: TX3922,v 1.34 2001/11/13 17:54:49 augustss Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -333,7 +333,7 @@ pseudo-device loop 1 # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux
# miscellaneous pseudo-devices
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.9 2001/09/14 17:11:51 uch Exp $
# $NetBSD: GENERIC,v 1.10 2001/11/13 17:54:49 augustss Exp $
#
# GENERIC kernel for SH3+HD64461 based machines.
#
@ -144,7 +144,7 @@ pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device vlan # IEEE 802.1q encapsulation

View File

@ -1,4 +1,4 @@
# $NetBSD: HP620LX,v 1.4 2001/07/14 17:02:57 kanaoka Exp $
# $NetBSD: HP620LX,v 1.5 2001/11/13 17:54:50 augustss Exp $
#
# HP620LX
#
@ -133,4 +133,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA690,v 1.10 2001/07/14 17:02:57 kanaoka Exp $
# $NetBSD: JORNADA690,v 1.11 2001/11/13 17:54:50 augustss Exp $
#
# JORNADA690 uch's Jornada 690
#
@ -137,4 +137,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: ARMADA,v 1.8 2001/11/06 01:57:06 enami Exp $
# $NetBSD: ARMADA,v 1.9 2001/11/13 17:54:50 augustss Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -8,7 +8,7 @@
include "arch/i386/conf/std.i386"
#ident "CARDBUS-$Revision: 1.8 $"
#ident "CARDBUS-$Revision: 1.9 $"
maxusers 32 # estimated number of users
@ -916,4 +916,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.43 2001/11/06 01:57:06 enami Exp $
# $NetBSD: CARDBUS,v 1.44 2001/11/13 17:54:50 augustss Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -8,7 +8,7 @@
include "arch/i386/conf/std.i386"
#ident "CARDBUS-$Revision: 1.43 $"
#ident "CARDBUS-$Revision: 1.44 $"
maxusers 32 # estimated number of users
@ -953,4 +953,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,11 +1,11 @@
# $NetBSD: DELPHI,v 1.6 2001/11/04 09:00:38 yamt Exp $
# $NetBSD: DELPHI,v 1.7 2001/11/13 17:54:50 augustss Exp $
#
# DELPHI -- one of thorpej@zembu.com's devel machines
#
include "arch/i386/conf/std.i386"
ident "DELPHI-$Revision: 1.6 $"
ident "DELPHI-$Revision: 1.7 $"
maxusers 64 # estimated number of users
@ -788,7 +788,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux
# Support for the Middle Digital, Inc. PC-Weasel serial console board
pseudo-device pcweasel

View File

@ -1,4 +1,4 @@
# $NetBSD: DR-EVIL,v 1.32 2001/11/04 09:00:38 yamt Exp $
# $NetBSD: DR-EVIL,v 1.33 2001/11/13 17:54:50 augustss Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
#
@ -840,4 +840,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device wsmux 4
pseudo-device wsmux

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.435 2001/11/04 09:00:39 yamt Exp $
# $NetBSD: GENERIC,v 1.436 2001/11/13 17:54:51 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.435 $"
#ident "GENERIC-$Revision: 1.436 $"
maxusers 32 # estimated number of users
@ -976,4 +976,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.29 2001/11/06 01:57:07 enami Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.30 2001/11/13 17:54:51 augustss Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.29 $"
#ident "GENERIC-$Revision: 1.30 $"
maxusers 32 # estimated number of users
@ -763,4 +763,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.16 2001/11/06 01:57:08 enami Exp $
# $NetBSD: IOPENER,v 1.17 2001/11/13 17:54:51 augustss Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "IOPENER-$Revision: 1.16 $"
#ident "IOPENER-$Revision: 1.17 $"
maxusers 32 # estimated number of users
@ -400,4 +400,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: LAMB,v 1.10 2001/11/06 01:57:08 enami Exp $
# $NetBSD: LAMB,v 1.11 2001/11/13 17:54:51 augustss Exp $
#
# LAMB -- for "LAMB" router, http://www.wildlab.com/
# Be sure to check pkgsrc/sysutils/lambd as well.
@ -371,4 +371,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.19 2001/11/04 09:00:39 yamt Exp $
# $NetBSD: SWINGER,v 1.20 2001/11/13 17:54:51 augustss Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "SWINGER-$Revision: 1.19 $"
#ident "SWINGER-$Revision: 1.20 $"
maxusers 64 # estimated number of users
@ -815,4 +815,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.45 2001/09/01 23:08:44 atatat Exp $
# $NetBSD: GENERIC,v 1.46 2001/11/13 17:54:51 augustss Exp $
#
# GENERIC next68k
#
@ -6,7 +6,7 @@
include "arch/next68k/conf/std.next68k"
#ident "GENERIC-$Revision: 1.45 $"
#ident "GENERIC-$Revision: 1.46 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -196,7 +196,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device bridge # simple inter-network bridging
pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device wsmux 2 # mouse & keyboard multiplexor
#pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device pty # pseudo-terminals
pseudo-device vnd 4 # paging to files

View File

@ -1,4 +1,4 @@
# $NetBSD: SLAB,v 1.6 2001/07/08 16:32:22 abs Exp $
# $NetBSD: SLAB,v 1.7 2001/11/13 17:54:52 augustss Exp $
#
# deberg's development machine
#
@ -188,7 +188,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device wsmux 2 # mouse & keyboard multiplexor
#pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device pty # pseudo-terminals
pseudo-device vnd 4 # paging to files

View File

@ -1,7 +1,7 @@
#
# deafult config file.
#
# $NetBSD: config.playstation2,v 1.3 2001/10/19 17:17:19 uch Exp $
# $NetBSD: config.playstation2,v 1.4 2001/11/13 17:54:52 augustss Exp $
#
maxusers 16
@ -78,4 +78,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device gif 2 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device wsmux 2 # mouse & keyboard multiplexor
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.30 2001/09/12 21:05:37 manu Exp $
# $NetBSD: GENERIC,v 1.31 2001/11/13 17:54:52 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 32
@ -439,4 +439,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: NATSUMI,v 1.6 2001/06/20 14:42:39 nonaka Exp $
# $NetBSD: NATSUMI,v 1.7 2001/11/13 17:54:52 augustss Exp $
#
# for development
#
@ -401,4 +401,4 @@ pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.14 2001/09/12 21:05:38 manu Exp $
# $NetBSD: GENERIC,v 1.15 2001/11/13 17:54:52 augustss Exp $
#
# GENERIC for Motorola Sandpoint
#
include "arch/sandpoint/conf/std.sandpoint"
#ident "GENERIC-$Revision: 1.14 $"
#ident "GENERIC-$Revision: 1.15 $"
maxusers 32
@ -68,7 +68,7 @@ pseudo-device bpfilter 8 # packet filter
pseudo-device loop
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
pseudo-device wsmux
# miscellaneous pseudo-devices
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.6 2001/11/08 23:28:13 eeh Exp $
# $NetBSD: WALNUT,v 1.7 2001/11/13 17:54:53 augustss Exp $
#
# GENERIC -- everything that's currently supported
#
@ -253,4 +253,4 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device wsmux 2 # ick
pseudo-device wsmux # ick