diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-11-07 04:51:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-11-07 04:51:15 +0000 |
commit | 8798d8b34607a1ff799e365fa6b2397dd28ddc8c (patch) | |
tree | b4a677c424f6b560e869cf6828ba306c4e022dd2 | |
parent | a7f3467c88281b875f60021303fe31ca7fb2dff8 (diff) |
KGDB_DEVNAME should use com.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 769803435a7..0c18b5ac133 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.86 2005/11/06 08:40:33 jolan Exp $ +# $OpenBSD: GENERIC,v 1.87 2005/11/07 04:51:14 fgsch Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -21,7 +21,7 @@ option APERTURE # in-kernel aperture driver for XFree86 #option MTRR # CPU memory range attributes control #option KGDB # Remote debugger support; exclusive of DDB -#option "KGDB_DEVNAME=\"pccom\"",KGDBADDR=0x2f8,KGDBRATE=9600 +#option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 #option COMPAT_SVR4 # binary compatibility with SVR4 #option COMPAT_IBCS2 # binary compatibility with SCO and ISC |