Module Name: src
Committed By: skrll
Date: Fri Dec 30 08:33:49 UTC 2011
Modified Files:
src/sys/arch/hp700/conf: GENERIC
Log Message:
Add PA8700.
To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hp700/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/conf/GENERIC
diff -u src/sys/arch/hp700/conf/GENERIC:1.109 src/sys/arch/hp700/conf/GENERIC:1.110
--- src/sys/arch/hp700/conf/GENERIC:1.109 Sun Dec 18 05:49:27 2011
+++ src/sys/arch/hp700/conf/GENERIC Fri Dec 30 08:33:49 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.109 2011/12/18 05:49:27 dholland Exp $
+# $NetBSD: GENERIC,v 1.110 2011/12/30 08:33:49 skrll Exp $
#
# GENERIC machine description file
#
@@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-#ident "GENERIC-$Revision: 1.109 $"
+#ident "GENERIC-$Revision: 1.110 $"
maxusers 32 # estimated number of users
@@ -37,6 +37,7 @@ options HP8000_CPU # PCX-U (in 32bit
options HP8200_CPU # PCX-V/U+ (in 32bit mode)
options HP8500_CPU # PCX-W (in 32bit mode)
options HP8600_CPU # PCX-W+ (in 32bit mode)
+options HP8700_CPU # PCX-W2 (in 32bit mode)
# CPU-related options.
options FPEMUL # floating point emulation XXX DO NOT REMOVE