Fix quoting for (commented out) KGDB_DEVNAME examples.
This commit is contained in:
parent
08a8550184
commit
c1da9d59ec
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.66 2006/02/05 05:01:55 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.67 2006/02/15 01:16:19 uwe Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -97,9 +97,9 @@ options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|||
#options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
||||
#options KGDB # remote debugger
|
||||
#options KGDB_DEVRATE=19200
|
||||
#options "KGDB_DEVNAME=\"scif\"" # HP Jornada
|
||||
#options "KGDB_DEVNAME=\"hd64461uart\"" # HITACHI PERSONA (SH3)
|
||||
#options "KGDB_DEVNAME=\"hd64465uart\"" # HITACHI PERSONA (SH4)
|
||||
#options KGDB_DEVNAME="\"scif\"" # HP Jornada
|
||||
#options KGDB_DEVNAME="\"hd64461uart\"" # HITACHI PERSONA (SH3)
|
||||
#options KGDB_DEVNAME="\"hd64465uart\"" # HITACHI PERSONA (SH4)
|
||||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
# Compatibility options
|
||||
|
|
Loading…
Reference in New Issue