CONSPEED is defunct.
This commit is contained in:
parent
2334749d02
commit
69d2ceed21
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
|
||||
# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
|
||||
# Options for serial drivers that support consoles (only for sio now):
|
||||
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
|
||||
#DDB, if available.
|
||||
options CONSPEED=115200 #speed for serial console (default 9600)
|
||||
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.44 1997/05/07 19:39:16 peter Exp $
|
||||
# $Id: options.i386,v 1.45 1997/05/22 08:47:40 msmith Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -18,7 +18,7 @@ BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
COMCONSOLE opt_defunct.h
|
||||
CONADDR opt_defunct.h
|
||||
CONUNIT opt_defunct.h
|
||||
CONSPEED opt_comconsole.h
|
||||
CONSPEED opt_defunct.h
|
||||
COM_ESP opt_sio.h
|
||||
COM_MULTIPORT opt_sio.h
|
||||
DSI_SOFT_MODEM opt_sio.h
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
|
||||
# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
|
||||
# Options for serial drivers that support consoles (only for sio now):
|
||||
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
|
||||
#DDB, if available.
|
||||
options CONSPEED=115200 #speed for serial console (default 9600)
|
||||
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
|
||||
# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
|
||||
# Options for serial drivers that support consoles (only for sio now):
|
||||
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
|
||||
#DDB, if available.
|
||||
options CONSPEED=115200 #speed for serial console (default 9600)
|
||||
|
||||
# Options for sio:
|
||||
options COM_ESP #code for Hayes ESP
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.44 1997/05/07 19:39:16 peter Exp $
|
||||
# $Id: options.i386,v 1.45 1997/05/22 08:47:40 msmith Exp $
|
||||
|
||||
BOUNCEPAGES opt_bounce.h
|
||||
USER_LDT
|
||||
@ -18,7 +18,7 @@ BREAK_TO_DEBUGGER opt_comconsole.h
|
||||
COMCONSOLE opt_defunct.h
|
||||
CONADDR opt_defunct.h
|
||||
CONUNIT opt_defunct.h
|
||||
CONSPEED opt_comconsole.h
|
||||
CONSPEED opt_defunct.h
|
||||
COM_ESP opt_sio.h
|
||||
COM_MULTIPORT opt_sio.h
|
||||
DSI_SOFT_MODEM opt_sio.h
|
||||
|
Loading…
Reference in New Issue
Block a user