summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
committerian <ian@FreeBSD.org>2014-05-17 17:34:37 +0000
commit4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c (patch)
treec8591e45dce6fb4b496a63a6a5a2aff0a3456fa8 /sys/powerpc/conf
parentee5c0f266a215d11845053dee100bb5ff4f274a2 (diff)
downloadFreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.zip
FreeBSD-src-4c5f4bdec5a3a4245b1dec1d271dd22841fffc2c.tar.gz
MFC 263301
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/conf')
-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 ebd6963..78c1f46 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
@@ -178,8 +178,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 a72eeaf..fcb0fb2 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
@@ -177,8 +177,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