diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-05-05 23:25:56 +0000 |
commit | d0ba28a350b4bad5a4259dc0b1d0785d03c72913 (patch) | |
tree | a6e6090bb14d5c9c450c970e036808b5038fec1a /sys/arch/i386/conf | |
parent | d6caa78e2b3bfe6943a022d56e396604cf4f8a65 (diff) |
PMAP_NEW and UVM are no longer optional on i386.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
6 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 135f4b52099..4a7fc94a69a 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.32 2001/05/01 23:30:52 todd Exp $ +# $OpenBSD: DISKLESS,v 1.33 2001/05/05 23:25:26 art Exp $ # $NetBSD: DISKLESS,v 1.26 1996/05/20 18:17:16 mrg Exp $ # # DISKLESS -- Generic machine setup for diskless boot. @@ -14,7 +14,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option VM86 # Virtual 8086 emulation #option USER_LDT # user-settable LDT; used by WINE diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ea8c8089836..d58a59fcce5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.256 2001/04/24 22:13:00 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.257 2001/05/05 23:25:28 art Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -12,9 +12,9 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -option GPL_MATH_EMULATE # floating point emulation +option GPL_MATH_EMULATE # floating point emulation. required. -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option VM86 # Virtual 8086 emulation #option USER_LDT # user-settable LDT; used by WINE diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 16731ec216c..a9abeb19b99 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.102 2001/04/13 05:43:03 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.103 2001/05/05 23:25:29 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index bab79a4dab9..301e03b1f7c 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.36 2001/04/13 05:43:04 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.37 2001/05/05 23:25:30 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 2af6e2144fd..65269a10b1d 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.17 2001/04/13 05:43:04 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.18 2001/05/05 23:25:31 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option DUMMY_NOPS # speed hack; recommended diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index d25b135a2ed..dca7fa69661 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.43 2001/04/24 22:13:00 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.44 2001/05/05 23:25:32 art Exp $ machine i386 # architecture, used by config; REQUIRED @@ -11,7 +11,7 @@ option I586_CPU option I686_CPU option GPL_MATH_EMULATE # floating point emulation -option UVM # use the UVM virtual memory system +option UVM # use the UVM virtual memory system. REQUIRED #option DUMMY_NOPS # speed hack; recommended |