From: mpi Date: Sun, 30 Apr 2017 20:04:42 +0000 (+0000) Subject: Remove some KGDB leftovers. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=630770574c480c84f68074e0ab74513e4a103477;p=openbsd Remove some KGDB leftovers. From Amit Kulkarni. --- diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 1f2e65e1384..feaa9ff7038 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.442 2017/03/12 21:31:18 jcs Exp $ +# $OpenBSD: GENERIC,v 1.443 2017/04/30 20:04:42 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -19,9 +19,6 @@ option USER_PCICONF # user-space PCI configuration 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=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 - option NTFS # NTFS support option HIBERNATE # Hibernate support diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5a2d1a103b5..608a6f2c861 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.826 2017/01/13 20:30:59 reyk Exp $ +# $OpenBSD: GENERIC,v 1.827 2017/04/30 20:04:42 mpi Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -20,9 +20,6 @@ option KVM86 # Kernel Virtual 8086 emulation 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=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 - option NTFS # NTFS support option HIBERNATE # Hibernate support