summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-18 14:41:18 +0000
committerimp <imp@FreeBSD.org>2014-03-18 14:41:18 +0000
commitea27b8b5414364301a4616dbd45c6487b2576fed (patch)
treea52604c57a2c4c999f135e7f0cc4d8a5de448f09 /sys/powerpc
parentbe3902ef94dec213ab9220bd1e709859c6cf5873 (diff)
downloadFreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.zip
FreeBSD-src-ea27b8b5414364301a4616dbd45c6487b2576fed.tar.gz
In kernel config files, it is supposed to be 'options<space><tab>' not
'options<tab><tab>', per long standing (but recently not so strictly enforced) convention.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC6
-rw-r--r--sys/powerpc/conf/GENERIC646
-rw-r--r--sys/powerpc/conf/MPC85XX6
-rw-r--r--sys/powerpc/conf/NOTES2
4 files changed, 10 insertions, 10 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index f41c9df..4400b53 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -30,7 +30,7 @@ makeoptions WITH_CTF=1
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
options MAMBO #IBM Mambo Full System Simulator
-options PSERIES #PAPR-compliant systems
+options PSERIES #PAPR-compliant systems
options SCHED_ULE #ULE scheduler
options PREEMPTION #Enable kernel thread preemption
@@ -185,8 +185,8 @@ device cue # CATC USB Ethernet
device kue # Kawasaki LSI USB Ethernet
# Wireless NIC cards
-options IEEE80211_SUPPORT_MESH
-options AH_SUPPORT_AR5416
+options IEEE80211_SUPPORT_MESH
+options AH_SUPPORT_AR5416
# Misc
device iicbus # I2C bus code
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 24dc7da..60bd04e 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -30,7 +30,7 @@ makeoptions WITH_CTF=1
options POWERMAC #NewWorld Apple PowerMacs
options PS3 #Sony Playstation 3
options MAMBO #IBM Mambo Full System Simulator
-options PSERIES #PAPR-compliant systems (e.g. IBM p)
+options PSERIES #PAPR-compliant systems (e.g. IBM p)
options SCHED_ULE #ULE scheduler
options PREEMPTION #Enable kernel thread preemption
@@ -185,8 +185,8 @@ device cue # CATC USB Ethernet
device kue # Kawasaki LSI USB Ethernet
# Wireless NIC cards
-options IEEE80211_SUPPORT_MESH
-options AH_SUPPORT_AR5416
+options IEEE80211_SUPPORT_MESH
+options AH_SUPPORT_AR5416
# FireWire support
device firewire # FireWire bus code
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index d296484..6c9a2aa 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -49,9 +49,9 @@ options NFSLOCKD
options PROCFS
options PSEUDOFS
options SCHED_ULE
-options CAPABILITIES
-options CAPABILITY_MODE
-options SMP
+options CAPABILITIES
+options CAPABILITY_MODE
+options SMP
options SYSVMSG
options SYSVSEM
options SYSVSHM
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index 3388b7a..a0443c4 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -23,7 +23,7 @@ options FPU_EMU
options POWERMAC #NewWorld Apple PowerMacs
#options PS3 #Sony Playstation 3
options PSIM #GDB PSIM ppc simulator
-options MAMBO #IBM Mambo Full System Simulator
+options MAMBO #IBM Mambo Full System Simulator
#options WII #Nintendo Wii
options SC_OFWFB # OFW frame buffer
OpenPOWER on IntegriCloud