diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-29 18:18:21 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-29 18:18:21 +0000 |
commit | 26375f23041790199f2fea3ab32b52cb1b66e94a (patch) | |
tree | 440ec9ae245c4112852c2e24ea7327070135708f /sys/arch/i386/conf/RAMDISK_CD | |
parent | 2daba14db3ad27d7c4b423645a257e6ef8a252dd (diff) |
Remove support for 80386 processors. Apologies if you have one of
the rare 80386-bases system with enough memory, a 387 FPU, a useable
disk subsystem, and the patience to wait for it to unpack the
distribution .tgz files.
approval from art@ and many others (esp. nick@); ok deraadt@
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 5b89d0480d8..f8476b74cc7 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,12 +1,11 @@ -# $OpenBSD: RAMDISK_CD,v 1.139 2007/05/28 03:12:38 krw Exp $ +# $OpenBSD: RAMDISK_CD,v 1.140 2007/05/29 18:18:19 tom Exp $ machine i386 # architecture, used by config; REQUIRED option SCSITERSE option APM_NOPRINT -option I386_CPU # CPU classes; at least one is REQUIRED -option I486_CPU +option I486_CPU # CPU classes; at least one is REQUIRED option I586_CPU option I686_CPU |