diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-05-06 20:40:52 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-05-06 20:40:52 +0000 |
| commit | 113656909f9f8a5efcf7d0656a9b2705c3451dfd (patch) | |
| tree | 153596ab28059e4260db26212cfd1bdd3c9527c3 | |
| parent | 53850c2fb0857e06070e3e647e201042ac20414d (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/SMP-GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC index 8d9418c9a97b..e7b925b2d241 100644 --- a/sys/i386/conf/SMP-GENERIC +++ b/sys/i386/conf/SMP-GENERIC @@ -1,5 +1,5 @@ # -# SMP -- Smp machine with WD/AHx/NCR/BTx family disks +# SMP-GENERIC -- Smp machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id$ +# $Id: SMP-GENERIC,v 1.1 1997/05/06 18:18:51 fsmp Exp $ machine "i386" # SMP does NOT support 386/486 CPUs. @@ -20,7 +20,7 @@ machine "i386" cpu "I586_CPU" cpu "I686_CPU" -ident SMP +ident SMP-GENERIC maxusers 10 # Create an SMP capable kernel. |
