diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 23:23:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-25 23:23:46 +0000 |
commit | cc6555aa24940cae9f75f656622763d63159d2f9 (patch) | |
tree | 0374a8ab536b11189373411a67c34055750abb7e /sys/arch/hp300/conf/DISKLESS | |
parent | 592e4a15549579c0720180822f606cedfa0b0724 (diff) |
Extend the magic formulae to choose option FPSP only if 68040 processor
support needed.
Diffstat (limited to 'sys/arch/hp300/conf/DISKLESS')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 80ff0043c40..3aabb5d76e8 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.20 2001/08/19 17:06:42 miod Exp $ +# $OpenBSD: DISKLESS,v 1.21 2001/11/25 23:23:45 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -28,7 +28,6 @@ option HP433 maxusers 8 # Options for HP hardware -option FPSP # floating point interface for 68040 option USELEDS # make the lights twinkle #option CONSCODE="9" # force console at this select code option UK_KEYBOARD # include United Kingdom HIL keymap |