summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-08-17 16:54:09 +0000
committerobrien <obrien@FreeBSD.org>2001-08-17 16:54:09 +0000
commitfd6406eeb6de01dc4e0fffd97141b919adc18076 (patch)
tree3aef0de0bc1fccdb0e49282387bdaa62d2f1871f /sys
parent7f8da49d202ad495635b6053b31c04084db78671 (diff)
downloadFreeBSD-src-fd6406eeb6de01dc4e0fffd97141b919adc18076.zip
FreeBSD-src-fd6406eeb6de01dc4e0fffd97141b919adc18076.tar.gz
Fix style nits.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC16
-rw-r--r--sys/alpha/conf/NOTES16
2 files changed, 16 insertions, 16 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index cff98a2..703c550 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -33,7 +33,7 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platforms supported
-options API_UP1000 # UP1000, UP1100 (Nautilus)
+options API_UP1000 # UP1000, UP1100 (Nautilus)
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
@@ -65,7 +65,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
+options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
# Debugging for use in -current
@@ -129,12 +129,12 @@ device mcclock
device sio # 8250, 16[45]50 based serial ports
# Parallel port
-device ppc
-device ppbus # Parallel port bus (required)
-device lpt # Printer
-device plip # TCP/IP over parallel
-device ppi # Parallel port interface device
-#device vpo # Requires scbus and da
+device ppc
+device ppbus # Parallel port bus (required)
+device lpt # Printer
+device plip # TCP/IP over parallel
+device ppi # Parallel port interface device
+#device vpo # Requires scbus and da
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index cff98a2..703c550 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -33,7 +33,7 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platforms supported
-options API_UP1000 # UP1000, UP1100 (Nautilus)
+options API_UP1000 # UP1000, UP1100 (Nautilus)
options DEC_AXPPCI_33 # UDB, Multia, AXPpci33, Noname
options DEC_EB164 # EB164, PC164, PC164LX, PC164SX
options DEC_EB64PLUS # EB64+, Aspen Alpine, etc
@@ -65,7 +65,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
+options P1003_1B #Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
# Debugging for use in -current
@@ -129,12 +129,12 @@ device mcclock
device sio # 8250, 16[45]50 based serial ports
# Parallel port
-device ppc
-device ppbus # Parallel port bus (required)
-device lpt # Printer
-device plip # TCP/IP over parallel
-device ppi # Parallel port interface device
-#device vpo # Requires scbus and da
+device ppc
+device ppbus # Parallel port bus (required)
+device lpt # Printer
+device plip # TCP/IP over parallel
+device ppi # Parallel port interface device
+#device vpo # Requires scbus and da
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
OpenPOWER on IntegriCloud