summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-07-13 22:28:03 +0000
committermiod <miod@openbsd.org>2014-07-13 22:28:03 +0000
commit73ac9dcdbbfc96611c24f9027dbc1a4319cd5311 (patch)
tree24a5147ff3ba57379a0e9a6239c6740099285fbf
parentUse a single ressl.h header file. (diff)
downloadwireguard-openbsd-73ac9dcdbbfc96611c24f9027dbc1a4319cd5311.tar.xz
wireguard-openbsd-73ac9dcdbbfc96611c24f9027dbc1a4319cd5311.zip
Comment out option GPT until the matching userland bits are in place.
-rw-r--r--sys/arch/amd64/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/GENERIC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 901af9ebcbc..d9808635a14 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.372 2014/07/13 15:32:28 miod Exp $
+# $OpenBSD: GENERIC,v 1.373 2014/07/13 22:28:04 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -22,7 +22,7 @@ option MTRR # CPU memory range attributes control
#option KGDB # Remote debugger support; exclusive of DDB
#option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600
-option GPT # GPT partition table support
+#option GPT # GPT partition table support
option NTFS # NTFS support
option HIBERNATE # Hibernate support
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 76556799dfb..41504185de3 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.781 2014/07/13 15:32:28 miod Exp $
+# $OpenBSD: GENERIC,v 1.782 2014/07/13 22:28:03 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -27,7 +27,7 @@ option MTRR # CPU memory range attributes control
option COMPAT_LINUX # binary compatibility with Linux
#option PROCFS # /proc, currently broken
-option GPT # GPT partition table support
+#option GPT # GPT partition table support
option NTFS # NTFS support
option HIBERNATE # Hibernate support