Removed defunct options EXTRA_SIO and KEY_DEBUG.
This commit is contained in:
parent
b95a9782eb
commit
a136fa0a04
@ -1235,7 +1235,6 @@ options CONSPEED=9600 #default speed for serial console (default 9600)
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
options COM_MULTIPORT #code for some cards with shared IRQs
|
||||
options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
|
||||
# Other flags for sio that aren't documented in the man page.
|
||||
# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
|
||||
@ -2239,7 +2238,6 @@ options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options MSGMNB=2049
|
||||
|
@ -359,7 +359,6 @@ NBUS opt_smp.h
|
||||
|
||||
# sys/netkey
|
||||
KEY
|
||||
KEY_DEBUG opt_key.h
|
||||
|
||||
# Size of the kernel message buffer
|
||||
MSGBUF_SIZE opt_msgbuf.h
|
||||
@ -402,7 +401,6 @@ METEOR_DEALLOC_ABOVE opt_meteor.h
|
||||
# Various mi ISA bus flags
|
||||
COM_ESP opt_sio.h
|
||||
COM_MULTIPORT opt_sio.h
|
||||
EXTRA_SIO opt_sio.h
|
||||
BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
|
||||
# Include tweaks for running under the SimOS machine simulator.
|
||||
|
@ -1235,7 +1235,6 @@ options CONSPEED=9600 #default speed for serial console (default 9600)
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
options COM_MULTIPORT #code for some cards with shared IRQs
|
||||
options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
|
||||
# Other flags for sio that aren't documented in the man page.
|
||||
# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
|
||||
@ -2239,7 +2238,6 @@ options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options MSGMNB=2049
|
||||
|
@ -1235,7 +1235,6 @@ options CONSPEED=9600 #default speed for serial console (default 9600)
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
options COM_MULTIPORT #code for some cards with shared IRQs
|
||||
options EXTRA_SIO=2 #number of extra sio ports to allocate
|
||||
|
||||
# Other flags for sio that aren't documented in the man page.
|
||||
# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for
|
||||
@ -2239,7 +2238,6 @@ options KBD_MAXRETRY=4
|
||||
options KBD_MAXWAIT=6
|
||||
options KBD_RESETDELAY=201
|
||||
options KEY
|
||||
options KEY_DEBUG
|
||||
options LOCKF_DEBUG
|
||||
options LOUTB
|
||||
options MSGMNB=2049
|
||||
|
Loading…
Reference in New Issue
Block a user