summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
committerobrien <obrien@FreeBSD.org>2008-05-21 03:36:53 +0000
commit89252b28acf135191f6f8f7c391cec7e048f9504 (patch)
tree9ddfb30d6c846e69191ebab325b52f7f7f668735 /sys/powerpc/conf
parentd318ba34ed298ec34320547937edb92a2f5d063d (diff)
downloadFreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.zip
FreeBSD-src-89252b28acf135191f6f8f7c391cec7e048f9504.tar.gz
Use the "options " spelling (vs. "options<TAB>") so that commented lines
line up nicely.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 00d56ef..517caae 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -30,7 +30,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
-options SCHED_ULE #ULE scheduler
+options SCHED_ULE #ULE scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options SCTP #Stream Control Transmission Protocol
@@ -95,8 +95,8 @@ device pass # Passthrough device (direct SCSI access)
# syscons is the default console driver, resembling an SCO console
device sc
device kbdmux
-options SC_OFWFB # OFW frame buffer
-options SC_DFLT_FONT # compile font in
+options SC_OFWFB # OFW frame buffer
+options SC_DFLT_FONT # compile font in
makeoptions SC_DFLT_FONT=cp437
# Serial (COM) ports
OpenPOWER on IntegriCloud