diff options
author | jhb <jhb@FreeBSD.org> | 2004-12-30 15:30:23 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-12-30 15:30:23 +0000 |
commit | 5011de544589868bcaf9a430edaa3a9d6c8263ba (patch) | |
tree | 4a9fe4dd6c99a4b01dc9961477b6312baddd3d4f /sys/i386 | |
parent | 8cca71873f5af1ac6a4adde55a506a0c7bddf3e0 (diff) | |
download | FreeBSD-src-5011de544589868bcaf9a430edaa3a9d6c8263ba.zip FreeBSD-src-5011de544589868bcaf9a430edaa3a9d6c8263ba.tar.gz |
- Indent the comments beside the SMP options to the same level as all the
other comments. Clarify that the next two things needed for SMP are
two lines.
- Expand mii abbreviation to miibus for clarity in the USB ethernet
comment.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 5dcd7c1..1cdb146 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -71,9 +71,9 @@ options INVARIANT_SUPPORT # Extra sanity checks of internal structures, require options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -# To make an SMP kernel, the next two are needed -options SMP # Symmetric MultiProcessor Kernel -device apic # I/O APIC +# To make an SMP kernel, the next two lines are needed +options SMP # Symmetric MultiProcessor Kernel +device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa @@ -275,7 +275,7 @@ device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners -# USB Ethernet, requires mii +# USB Ethernet, requires miibus device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cue # CATC USB Ethernet |