- 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.
This commit is contained in:
parent
8cca71873f
commit
5011de5445
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user