diff options
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index eb9d4b419c7..8342a2d176e 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.301 2010/08/30 18:56:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.302 2010/09/08 16:04:35 espie 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 NTFS # Experimental NTFS support +option NTFS # NTFS support config bsd swap generic diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 28d3bec1894..94e73145d44 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.695 2010/08/08 14:27:42 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.696 2010/09/08 16:04:35 espie Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -29,7 +29,7 @@ option COMPAT_FREEBSD # binary compatibility with FreeBSD option COMPAT_AOUT # a.out binaries are emulated option PROCFS # /proc -#option NTFS # Experimental NTFS support +option NTFS # NTFS support # or use root on nfs swap on nfs config bsd swap generic |