svn commit: r239625 - head/sys/mips/conf

Aleksandr Rybalko ray at FreeBSD.org
Thu Aug 23 22:23:57 UTC 2012


Author: ray
Date: Thu Aug 23 22:23:56 2012
New Revision: 239625
URL: http://svn.freebsd.org/changeset/base/239625

Log:
  Remove duplicated GEOM_PART_* options.
  
  PR:		170931
  Approved by:	adrian

Modified:
  head/sys/mips/conf/AP93
  head/sys/mips/conf/AP96
  head/sys/mips/conf/PB47
  head/sys/mips/conf/PB92
  head/sys/mips/conf/ROUTERSTATION
  head/sys/mips/conf/RSPRO
  head/sys/mips/conf/RSPRO_STANDALONE
  head/sys/mips/conf/TP-WN1043ND

Modified: head/sys/mips/conf/AP93
==============================================================================
--- head/sys/mips/conf/AP93	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/AP93	Thu Aug 23 22:23:56 2012	(r239625)
@@ -108,8 +108,6 @@ options		USB_HOST_ALIGN=32
 #device		da
 
 # Read MSDOS formatted disks
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 #options		MSDOSFS
 
 # GPIO Bus

Modified: head/sys/mips/conf/AP96
==============================================================================
--- head/sys/mips/conf/AP96	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/AP96	Thu Aug 23 22:23:56 2012	(r239625)
@@ -22,8 +22,6 @@ options		AR71XX_REALMEM=64*1024*1024
 options		AR71XX_ENV_UBOOT
 
 # For DOS - enable if required
-options 	GEOM_PART_BSD
-options 	GEOM_PART_MBR
 options 	MSDOSFS
 
 # uncompress - to boot read-only lzma natively from flash

Modified: head/sys/mips/conf/PB47
==============================================================================
--- head/sys/mips/conf/PB47	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/PB47	Thu Aug 23 22:23:56 2012	(r239625)
@@ -27,8 +27,6 @@ options		AR71XX_ENV_UBOOT
 options		AR71XX_REALMEM=64*1024*1024
 
 # For DOS - enable if required
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 options		MSDOSFS
 
 # uncompress - to boot read-only lzma natively from flash

Modified: head/sys/mips/conf/PB92
==============================================================================
--- head/sys/mips/conf/PB92	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/PB92	Thu Aug 23 22:23:56 2012	(r239625)
@@ -106,8 +106,6 @@ options		USB_HOST_ALIGN=32
 #device		da
 
 # Read MSDOS formatted disks
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 # options		MSDOSFS
 
 # GPIO Bus

Modified: head/sys/mips/conf/ROUTERSTATION
==============================================================================
--- head/sys/mips/conf/ROUTERSTATION	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/ROUTERSTATION	Thu Aug 23 22:23:56 2012	(r239625)
@@ -16,8 +16,6 @@ device		geom_uzip	# compressed in-memory
 options		GEOM_UZIP
 
 # For DOS
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 options		MSDOSFS
 
 # Boot path - redboot MFS

Modified: head/sys/mips/conf/RSPRO
==============================================================================
--- head/sys/mips/conf/RSPRO	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/RSPRO	Thu Aug 23 22:23:56 2012	(r239625)
@@ -17,8 +17,6 @@ device		geom_uzip	# compressed in-memory
 options		GEOM_UZIP
 
 # For DOS
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 options		MSDOSFS
 
 # For etherswitch support

Modified: head/sys/mips/conf/RSPRO_STANDALONE
==============================================================================
--- head/sys/mips/conf/RSPRO_STANDALONE	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/RSPRO_STANDALONE	Thu Aug 23 22:23:56 2012	(r239625)
@@ -18,8 +18,6 @@ device		geom_uzip	# compressed in-memory
 options		GEOM_UZIP
 
 # For DOS
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 options		MSDOSFS
 
 # .. first DOS-partitioned, BSD sliced flash disk

Modified: head/sys/mips/conf/TP-WN1043ND
==============================================================================
--- head/sys/mips/conf/TP-WN1043ND	Thu Aug 23 21:32:02 2012	(r239624)
+++ head/sys/mips/conf/TP-WN1043ND	Thu Aug 23 22:23:56 2012	(r239625)
@@ -29,8 +29,6 @@ device		rtl8366rb
 
 # read MSDOS formatted disks - USB
 options		MSDOSFS
-options		GEOM_PART_BSD
-options		GEOM_PART_MBR
 
 # Enable the uboot environment stuff rather then the
 # redboot stuff.


More information about the svn-src-head mailing list