diff options
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 06082f757f5..c5d76a3ff37 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 2005/04/30 00:36:04 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.40 2005/04/30 00:49:36 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -9,10 +9,9 @@ # of each device driver in this file see the section 4 man page for the # device. -machine hp300 m68k - -# Include all GENERIC options -include "../../../conf/GENERIC" +machine hp300 m68k +include "../../../conf/GENERIC" +maxusers 32 # estimated number of users # Support for various CPU types option HP320 @@ -29,9 +28,6 @@ option HP400 option HP425 option HP433 -# Need to set locally -maxusers 32 - # Options for HP hardware option USELEDS # make the lights twinkle #option CONSCODE="9" # force console at this select code for DIO |