diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-08 09:35:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-02-08 09:35:08 +0000 |
commit | 6891f66acd365c3ac555837089726ad52762ab79 (patch) | |
tree | 5b9931d5f06e46c54695e282713873f7b5ebc3bb /sys/arch/sgi/conf/RAMDISK-IP27 | |
parent | 88dfd639a6c31fa31c39126013373f12f70a245d (diff) |
Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory
beyond 16GB physical.
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK-IP27')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index 70367a9ae2e..4f9c65de9ac 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.28 2013/11/15 19:42:20 sasano Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.29 2014/02/08 09:35:07 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -36,6 +36,7 @@ option TGT_ORIGIN # IP27/IP35 option TGT_COHERENT option ARCBIOS option CPU_R10000 # R10000/R12000/R14000/R16000 support +option MIPS_PTE64 # Specify storage configuration using ramdisk config bsd root on rd0a swap on rd0b |