diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-12-09 19:48:56 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-12-09 19:48:56 +0000 |
commit | 10ca2c4be8512db63732b9cbeb51501255fadf20 (patch) | |
tree | 0306cf064750f08e994f8bfa02d3e53e5be3ff4c /sys/arch/alpha | |
parent | aad4668a037adc0bad20a32c6bd9b8f9ed0f66df (diff) |
provide mount_ntfs(8) on alpha, it works out of the box for reading
Windows NT disks
ok deraadt@
manpage bits from jmc@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index d058dfe9a3e..3620711b19a 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.196 2007/10/08 12:56:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.197 2007/12/09 19:48:55 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -45,6 +45,7 @@ option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11 option APERTURE # in-kernel aperture driver for XFree86 option USER_PCICONF # user-space PCI configuration +#option NTFS # Experimental NTFS support config bsd swap generic |