>Number:         170859
>Category:       kern
>Synopsis:       [patch] Move MIPS specific options from generic conf/options 
>file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 22 12:20:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Luiz Otavio O Souza
>Release:        -current
>Organization:
>Environment:
FreeBSD rb450g 10.0-CURRENT FreeBSD 10.0-CURRENT #20 r238655:239327M: Thu Aug 
16 20:09:08 BRT 2012     
root@server01:/data/rb/rb450g/obj/mips.mips/data/rb/rb450g/src/sys/RB4XX  mips
>Description:
Some MIPS options (AR71XX_*) were included in the generic conf/options.

The above patch moves that options to conf/options.mips (specific to MIPS 
platform).
>How-To-Repeat:

>Fix:
The proposed patch is also available at: 
http://loos.no-ip.org/rb/options.mips.patch

Patch attached with submission follows:

Index: conf/options
===================================================================
--- conf/options        (revision 238655)
+++ conf/options        (working copy)
@@ -906,11 +906,3 @@
 
 # Resource Limits
 RCTL           opt_global.h
-
-# At least one of the AR71XX ubiquiti boards has a Redboot configuration
-# that "lies" about the amount of RAM it has. Until a cleaner method is
-# defined, this option will suffice in overriding what Redboot says.
-AR71XX_REALMEM         opt_ar71xx.h
-AR71XX_ENV_UBOOT       opt_ar71xx.h
-AR71XX_ENV_REDBOOT     opt_ar71xx.h
-AR71XX_ATH_EEPROM      opt_ar71xx.h
Index: conf/options.mips
===================================================================
--- conf/options.mips   (revision 238655)
+++ conf/options.mips   (working copy)
@@ -75,3 +75,10 @@
 IF_RT_PHY_SUPPORT              opt_if_rt.h
 IF_RT_RING_DATA_COUNT          opt_if_rt.h
 
+# At least one of the AR71XX ubiquiti boards has a Redboot configuration
+# that "lies" about the amount of RAM it has. Until a cleaner method is
+# defined, this option will suffice in overriding what Redboot says.
+AR71XX_REALMEM         opt_ar71xx.h
+AR71XX_ENV_UBOOT       opt_ar71xx.h
+AR71XX_ENV_REDBOOT     opt_ar71xx.h
+AR71XX_ATH_EEPROM      opt_ar71xx.h


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to