From 7bd4270f5216b10ff7379c1693496289229eec4d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 15 Dec 2004 20:20:31 +0000 Subject: [PATCH] Some minor tweaks: - Refer to 386 CPUs as 80386 instead of i386 since i386 is commonly used as the architecture name rather than a specific processor. - Clarify that 5.x also supports 80386's, just not in GENERIC. - Note that SMP only works on Pentium-class CPUs and higher (we don't support systems with multiple 486's and external APICs). Also, tweak the wording to avoid saying 'supported' twice in a row. --- en/platforms/i386.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/en/platforms/i386.sgml b/en/platforms/i386.sgml index 4cd245c3a7..2e39c55a0d 100644 --- a/en/platforms/i386.sgml +++ b/en/platforms/i386.sgml @@ -1,6 +1,6 @@ - + %includes; ]> @@ -30,15 +30,16 @@

Hardware List

A summary of supported CPUs may be found below. SMP is supported on - all supported systems that contain more than 1 processor. + all systems that contain more than one Pentium-class processor. For full details please see the SMP project page at FreeBSD.org.