From 7be2856666c5235b29409451db929c526b0e90a5 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 14 Oct 2006 02:04:34 +0000 Subject: [PATCH] Don't specify number of ptys unless it's smaller than default 16. --- sys/arch/sun2/conf/DISKLESS | 6 +++--- sys/arch/sun2/conf/FOURMEG | 6 +++--- sys/arch/sun2/conf/GENERIC | 6 +++--- sys/arch/sun2/conf/VME | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/arch/sun2/conf/DISKLESS b/sys/arch/sun2/conf/DISKLESS index c2b7e3877291..1d0860a5298b 100644 --- a/sys/arch/sun2/conf/DISKLESS +++ b/sys/arch/sun2/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.31 2006/10/02 03:28:31 chs Exp $ +# $NetBSD: DISKLESS,v 1.32 2006/10/14 02:04:34 tsutsui Exp $ # DISKLESS Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, ec0 @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DISKLESS-$Revision: 1.31 $" +#ident "DISKLESS-$Revision: 1.32 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -226,7 +226,7 @@ pseudo-device loop 1 # network loopback # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator -pseudo-device pty 32 # pseudo-terminals +pseudo-device pty # pseudo-terminals #pseudo-device vnd # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver diff --git a/sys/arch/sun2/conf/FOURMEG b/sys/arch/sun2/conf/FOURMEG index dd65b31a5691..3a951207a10a 100644 --- a/sys/arch/sun2/conf/FOURMEG +++ b/sys/arch/sun2/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.35 2006/10/02 03:28:31 chs Exp $ +# $NetBSD: FOURMEG,v 1.36 2006/10/14 02:04:34 tsutsui Exp $ # FOURMEG Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "FOURMEG-$Revision: 1.35 $" +#ident "FOURMEG-$Revision: 1.36 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -227,7 +227,7 @@ pseudo-device loop 1 # network loopback # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator -pseudo-device pty 32 # pseudo-terminals +pseudo-device pty # pseudo-terminals #pseudo-device vnd # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index bc912ac90d53..e5dd6b8fcce2 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.59 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: GENERIC,v 1.60 2006/10/14 02:04:34 tsutsui Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.59 $" +#ident "GENERIC-$Revision: 1.60 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -277,7 +277,7 @@ pseudo-device loop 1 # network loopback # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator -pseudo-device pty 32 # pseudo-terminals +pseudo-device pty # pseudo-terminals #pseudo-device vnd # paging to files #options VND_COMPRESSION # compressed vnd(4) #pseudo-device ccd 4 # concatenated disks diff --git a/sys/arch/sun2/conf/VME b/sys/arch/sun2/conf/VME index 7b8676c151ad..0ec5ac85937a 100644 --- a/sys/arch/sun2/conf/VME +++ b/sys/arch/sun2/conf/VME @@ -1,4 +1,4 @@ -# $NetBSD: VME,v 1.26 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: VME,v 1.27 2006/10/14 02:04:34 tsutsui Exp $ # VME Sun2 (2/50, 2/130, 2/160...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VME-$Revision: 1.26 $" +#ident "VME-$Revision: 1.27 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -233,7 +233,7 @@ pseudo-device loop 1 # network loopback # rnd is EXPERIMENTAL #pseudo-device rnd # /dev/random and in-kernel generator -pseudo-device pty 32 # pseudo-terminals +pseudo-device pty # pseudo-terminals #pseudo-device vnd # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver