Log message:
Sun-3/3x: Enable Sun partition tables support by default

Modified files:
    linux/fs/partitions:
        Kconfig 
    linux/arch/m68k/configs:
        sun3_defconfig sun3x_defconfig 


Index: linux/fs/partitions/Kconfig
Stats: 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/fs/partitions/Kconfig.diff?r1=1.1.1.7&r2=1.2
========================================================================
--- Kconfig     2 Mar 2005 22:55:14 -0000       1.1.1.7
+++ Kconfig     20 Mar 2005 20:52:19 -0000      1.2
@@ -203,7 +203,7 @@
 
 config SUN_PARTITION
        bool "Sun partition tables support" if PARTITION_ADVANCED
-       default y if (SPARC32 || SPARC64)
+       default y if (SPARC32 || SPARC64 || SUN3 || SUN3X)
        ---help---
          Like most systems, SunOS uses its own hard disk partition table
          format, incompatible with all others. Saying Y here allows you to
Index: linux/arch/m68k/configs/sun3_defconfig
Stats: 1 insertion
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/arch/m68k/configs/sun3_defconfig.diff?r1=1.3&r2=1.4
========================================================================
--- sun3_defconfig      2 Mar 2005 23:46:58 -0000       1.3
+++ sun3_defconfig      20 Mar 2005 20:52:20 -0000      1.4
@@ -730,6 +730,7 @@
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
Index: linux/arch/m68k/configs/sun3x_defconfig
Stats: 1 insertion
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/arch/m68k/configs/sun3x_defconfig.diff?r1=1.3&r2=1.4
========================================================================
--- sun3x_defconfig     2 Mar 2005 23:46:58 -0000       1.3
+++ sun3x_defconfig     20 Mar 2005 20:52:20 -0000      1.4
@@ -740,6 +740,7 @@
 #
 # CONFIG_PARTITION_ADVANCED is not set
 CONFIG_MSDOS_PARTITION=y
+CONFIG_SUN_PARTITION=y
 
 #
 # Native Language Support
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k-cvscommit" 
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to