diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 01:49:03 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 01:49:03 +0000 |
commit | d0c75a5979799417f05d8d18f4eba535dc747daa (patch) | |
tree | e6c59cb27649a76cb3cee9a3c60a7a06ab352e21 /sys/arch/hp300 | |
parent | 50c03cc2d69f19ebac567216b8a87071ccde0458 (diff) |
Sync with GENERIC.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index 065a8f7edc3..e7f5ee43899 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 1997/07/06 08:06:40 downsj Exp $ +# $OpenBSD: RAMDISK,v 1.6 1997/10/20 01:49:02 downsj Exp $ # # Ram disk kernel. # @@ -11,16 +11,16 @@ include "../../../conf/GENERIC" # Support for various CPU types option HP320 option HP330 # includes 318, 319 -option HP340 +option HP340 option HP345 -option HP350 -option HP360 -option HP370 -option HP375 -option HP380 -option HP400 -option HP425 -option HP433 +option HP350 +option HP360 +option HP370 +option HP375 +option HP380 +option HP400 +option HP425 +option HP433 # Need to set locally maxusers 8 @@ -44,6 +44,7 @@ option SE_KEYBOARD # include Swedish HIL keymap #option COMPAT_HPUX # HP-UX binary compatibility #option COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries +#option COMPAT_SUNOS # SunOS/sun3 binaries # Verbose descriptions of unconfigured DIO devices # (Warning: this compiles in a large string table) |