diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-21 19:23:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-21 19:23:16 +0000 |
commit | 05e301b5904460d65558cad0636d46a26624dcd9 (patch) | |
tree | 0767f01689571b9da46f2603da4a038bbbf74fcb /sys/arch/sparc64/conf | |
parent | ee3c57e97e26e0f2f5154a46c04f5ed9fd8b3c2f (diff) |
First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 645e6b9a45f..b6a7c04ce0f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.201 2008/05/14 18:47:10 brad Exp $ +# $OpenBSD: GENERIC,v 1.202 2008/05/21 19:23:14 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -13,6 +13,7 @@ machine sparc64 include "../../../conf/GENERIC" maxusers 64 # estimated number of users +option SUN4US option SUN4V option PCIVERBOSE diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index b03a9ee12c3..8881a01eeb5 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.70 2008/04/02 22:32:43 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.71 2008/05/21 19:23:15 kettenis Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -9,6 +9,7 @@ maxusers 2 option RAMDISK_HOOKS option MINIROOTSIZE=6144 +option SUN4US option SUN4V option PCIVERBOSE |