diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-22 19:47:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-05-22 19:47:07 +0000 |
commit | 6033428dc4b6c690e65e52dcfcbb57f20ead083d (patch) | |
tree | 422a317401a5f8ad096cb032022211a2fc6bb49a /sys/arch | |
parent | 689e25f8310980ed7aad5b620579104fc85f1737 (diff) |
Add option HP8700_CPU.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 6e894aeb932..2a52fdf3e8b 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.95 2007/05/22 19:37:13 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.96 2007/05/22 19:47:06 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,6 +22,7 @@ option HP7300LC_CPU # PCXL2 option HP8000_CPU # PCXU (in 32bit mode) option HP8200_CPU # PCXU2 (in 32bit mode) option HP8500_CPU # PCXW (in 32bit mode) +option HP8700_CPU # PCXW2 (in 32bit mode) #option USE_HPT option FPEMUL diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 9043900621e..a90e431d8eb 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.64 2007/05/22 19:37:13 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.65 2007/05/22 19:47:06 kettenis Exp $ # # Diskless kernel config # @@ -26,6 +26,7 @@ option HP7300LC_CPU # PCXL2 option HP8000_CPU # PCXU (in 32bit mode) option HP8200_CPU # PCXU2 (in 32bit mode) option HP8500_CPU # PCXW (in 32bit mode) +option HP8700_CPU # PCXW2 (in 32bit mode) option FPEMUL option USELEDS # blink 'em |