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/RAMDISKC | |
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/RAMDISKC')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 858bc16e9c9..48dd78dab70 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,12 +1,11 @@ -# $OpenBSD: RAMDISKC,v 1.73 2007/05/28 03:12:38 krw Exp $ +# $OpenBSD: RAMDISKC,v 1.74 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 |