Add prototype definitions for serial console and KGDB.
This commit is contained in:
parent
473b4f1222
commit
e3045dd1ce
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.89 1997/08/03 21:59:11 perry Exp $
|
||||
# $NetBSD: GENERIC,v 1.90 1997/08/14 16:23:41 drochner Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -26,6 +26,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|||
#options NTP # NTP phase/frequency locked loop
|
||||
|
||||
options DDB # in-kernel debugger
|
||||
#options KGDB # remote debugger
|
||||
#options "KGDB_DEVNAME=\"com0\"",KGDBRATE=9600
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
|
@ -85,7 +87,7 @@ options CCITT,LLC,HDLC # X.25
|
|||
#options PFIL_HOOKS # pfil(9) packet filter hooks
|
||||
|
||||
config netbsd root on ? type ?
|
||||
#options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
|
||||
#options "CONSDEVNAME=\"com0\"",CONSPEED=9600
|
||||
|
||||
options EISAVERBOSE # verbose EISA device messages
|
||||
options PCIVERBOSE # verbose PCI device messages
|
||||
|
|
Loading…
Reference in New Issue