diff options
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 8706abbf9d9..be57a4e7682 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2007/02/28 21:54:43 grange Exp $ +# $OpenBSD: GENERIC,v 1.14 2008/04/20 16:56:20 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine hppa64 include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 80 # estimated number of users option DEBUG option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index 16a2e7e6c00..ecd17ebc42e 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,11 +1,11 @@ -# $OpenBSD: files.hppa64,v 1.5 2008/04/20 11:53:11 kettenis Exp $ +# $OpenBSD: files.hppa64,v 1.6 2008/04/20 16:56:20 kettenis Exp $ # # hppa64-specific configuration info # maxpartitions must be the first item in files.${ARCH} maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 # # "workstation console" routines |