Don't specify number of ptys unless it's smaller than default 16.
This commit is contained in:
parent
4c85d8a8d6
commit
7be2856666
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user