Fix style nits.
This commit is contained in:
parent
7f8da49d20
commit
fd6406eeb6
@ -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'')
|
||||
|
@ -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'')
|
||||
|
Loading…
Reference in New Issue
Block a user