diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:04:43 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-30 20:04:43 +0000 |
commit | fea4665b2ee7db04edbf36c29770c18613dbac27 (patch) | |
tree | 5dd1c6696ddd61f9fc6c925bbd0798c6cc86a19f /sys/arch/i386/conf/GENERIC | |
parent | e75865dcbd0e02ff5105c63e02ee97ec2b1236fd (diff) |
Remove some KGDB leftovers.
From Amit Kulkarni.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 1 insertions, 4 deletions
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 |