Update prototype options for serial console / KGDB for new reality.
"option\t" -> "option \t", as wished by Bernd Ernesti.
This commit is contained in:
parent
dfbc80bd71
commit
01930ff909
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.93 1997/08/20 18:40:35 mjacob Exp $
|
||||
# $NetBSD: GENERIC,v 1.94 1997/08/23 14:25:55 drochner Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -27,7 +27,7 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options DDB # in-kernel debugger
|
||||
#options KGDB # remote debugger
|
||||
#options "KGDB_DEVNAME=\"com0\"",KGDBRATE=9600
|
||||
#options "KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
@ -87,11 +87,11 @@ options CCITT,LLC,HDLC # X.25
|
||||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#options "CONSDEVNAME=\"com0\"",CONSPEED=9600
|
||||
#options "CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
|
||||
|
||||
options EISAVERBOSE # verbose EISA device messages
|
||||
options PCIVERBOSE # verbose PCI device messages
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
#options SCSIVERBOSE # Verbose SCSI errors
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user