diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:05:10 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:05:10 +0000 |
commit | 40089c4cad91e48d7c106fbd58b59ffb39242dbe (patch) | |
tree | 3a945b302739ca6429283b6efad61abff144d3e8 /sys/arch/i386/conf/RAMDISK_CD | |
parent | f014b270eafa4135ebacbeeffa0eb330d4c555b5 (diff) |
quite a bit of simplification by removing cpu classes.
also assume that 386 cpus are really unknown, and promote them to 486
instead of panic.
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 1b14c87dfbf..2a1508f152e 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,14 +1,10 @@ -# $OpenBSD: RAMDISK_CD,v 1.145 2007/11/15 22:21:32 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.146 2007/11/28 17:05:09 tedu Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE option APM_NOPRINT -option I486_CPU # CPU classes; at least one is REQUIRED -option I586_CPU -option I686_CPU - option SMALL_KERNEL option NO_PROPOLICE |