Module Name: src Committed By: martin Date: Fri Feb 2 18:29:18 UTC 2024
Modified Files: src/sys/arch/macppc/conf [netbsd-10]: GENERIC Log Message: Pull up following revision(s) (requested by uwe in ticket #558): sys/arch/macppc/conf/GENERIC: revision 1.378 macppc: enable FFS_EI in GENERIC I'd say it should be enabled for anything with USB. ok macallan To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.375.4.1 src/sys/arch/macppc/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/macppc/conf/GENERIC diff -u src/sys/arch/macppc/conf/GENERIC:1.375 src/sys/arch/macppc/conf/GENERIC:1.375.4.1 --- src/sys/arch/macppc/conf/GENERIC:1.375 Sun Aug 7 02:52:27 2022 +++ src/sys/arch/macppc/conf/GENERIC Fri Feb 2 18:29:18 2024 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.375 2022/08/07 02:52:27 simonb Exp $ +# $NetBSD: GENERIC,v 1.375.4.1 2024/02/02 18:29:18 martin 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.375 $" +#ident "GENERIC-$Revision: 1.375.4.1 $" maxusers 32 @@ -84,7 +84,7 @@ include "conf/filesystems.config" # File system options options APPLE_UFS # Apple UFS support in FFS -#options FFS_EI # FFS Endian Independent support +options FFS_EI # FFS Endian Independent support #options FFS_NO_SNAPSHOT # No FFS snapshot support options QUOTA # legacy UFS quotas options QUOTA2 # new, in-filesystem UFS quotas