From 23c2619e4d05c426c426e55adcc8dfffddd4e9e4 Mon Sep 17 00:00:00 2001 From: dillo Date: Mon, 5 Mar 2007 23:30:18 +0000 Subject: [PATCH] Add file-system HFSP (commented out) to GENERIC kernels of ports on which Mac OS runs. --- sys/arch/amd64/conf/GENERIC | 5 +++-- sys/arch/i386/conf/GENERIC | 5 +++-- sys/arch/i386/conf/GENERIC_LAPTOP | 5 +++-- sys/arch/mac68k/conf/GENERIC | 5 +++-- sys/arch/macppc/conf/GENERIC | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 3d682b1364a8..5b79fc0786f0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.127 2007/03/01 14:57:38 kiyohara Exp $ +# $NetBSD: GENERIC,v 1.128 2007/03/05 23:30:18 dillo Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.127 $" +#ident "GENERIC-$Revision: 1.128 $" maxusers 32 # estimated number of users @@ -129,6 +129,7 @@ file-system CODA # Coda File System; also needs vcoda (below) file-system PTYFS # /dev/pts/N support file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system +#file-system HFSP # experimental - Apple HFS+ (read-only) # File system options options QUOTA # UFS quotas diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a3316275c8e3..7bab41bf8388 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.810 2007/03/01 14:57:38 kiyohara Exp $ +# $NetBSD: GENERIC,v 1.811 2007/03/05 23:30:18 dillo Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.810 $" +#ident "GENERIC-$Revision: 1.811 $" maxusers 32 # estimated number of users @@ -183,6 +183,7 @@ file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system PTYFS # /dev/ptm support file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system +#file-system HFSP # experimental - Apple HFS+ (read-only) # File system options options QUOTA # UFS quotas diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index d0619f3f9b8d..f3c301863add 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_LAPTOP,v 1.221 2007/03/01 14:57:39 kiyohara Exp $ +# $NetBSD: GENERIC_LAPTOP,v 1.222 2007/03/05 23:30:18 dillo Exp $ # From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp # # GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled @@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.221 $" +#ident "GENERIC-$Revision: 1.222 $" maxusers 32 # estimated number of users @@ -144,6 +144,7 @@ file-system SMBFS # experimental - CIFS; also needs nsmb (below) file-system PTYFS # /dev/ptm support file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system +#file-system HFSP # expreimental - Apple HFS+ (read-only) # File system options options QUOTA # UFS quotas diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index f1da07e7ece7..77359cd80537 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.177 2006/11/11 18:47:10 jmmv Exp $ +# $NetBSD: GENERIC,v 1.178 2007/03/05 23:30:18 dillo Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.177 $" +#ident "GENERIC-$Revision: 1.178 $" maxusers 16 # estimated number of users @@ -122,6 +122,7 @@ file-system CODA # Venus/Coda distributed file system file-system PTYFS # /dev/pts/N support #file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system +#file-system HFSP # experimental - Apple HFS+ (read-only) # File system options options QUOTA # UFS quotas diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 782bbd1d6612..31eee6e73d1a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.252 2007/02/15 02:06:48 macallan Exp $ +# $NetBSD: GENERIC,v 1.253 2007/03/05 23:30:18 dillo Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.252 $" +#ident "GENERIC-$Revision: 1.253 $" maxusers 32 @@ -110,6 +110,7 @@ file-system SMBFS # CIFS; also needs nsmb (below) file-system PTYFS # /dev/pts/N support file-system TMPFS # Efficient memory file-system #file-system UDF # experimental - OSTA UDF CD/DVD file-system +#file-system HFSP # experimental - Apple HFS+ (read-only) # File system options options QUOTA # UFS quotas