diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-05-06 20:40:52 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-05-06 20:40:52 +0000 |
commit | 7a61380144644e694a0c1261b822ed30812a7ce1 (patch) | |
tree | d5740b6ed4f72cac3ad6798a7c43ef4521da4858 /sys | |
parent | 8676b7935dbb0cc8bd323d824ea269809c118513 (diff) | |
download | FreeBSD-src-7a61380144644e694a0c1261b822ed30812a7ce1.zip FreeBSD-src-7a61380144644e694a0c1261b822ed30812a7ce1.tar.gz |
Make ident equal file name, ie SMP-GENERIC.
Diffstat (limited to 'sys')
-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 8d9418c..e7b925b 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. |