Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 20:30:05 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-mips@FreeBSD.org
Subject:   Re: kern/170859: commit references a PR
Message-ID:  <201208262030.q7QKU5Zs060591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/170859; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/170859: commit references a PR
Date: Sun, 26 Aug 2012 20:22:55 +0000 (UTC)

 Author: ray
 Date: Sun Aug 26 20:22:43 2012
 New Revision: 239716
 URL: http://svn.freebsd.org/changeset/base/239716
 
 Log:
   Move AR71XX (MIPS SoCs family) options to options.mips file.
   
   PR:		170859
   Submitted by:	Luiz Otavio O Souza
   Approved by:	adrian (mentor)
 
 Modified:
   head/sys/conf/options
   head/sys/conf/options.mips
 
 Modified: head/sys/conf/options
 ==============================================================================
 --- head/sys/conf/options	Sun Aug 26 14:30:14 2012	(r239715)
 +++ head/sys/conf/options	Sun Aug 26 20:22:43 2012	(r239716)
 @@ -906,11 +906,3 @@ RACCT		opt_global.h
  
  # 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
 
 Modified: head/sys/conf/options.mips
 ==============================================================================
 --- head/sys/conf/options.mips	Sun Aug 26 14:30:14 2012	(r239715)
 +++ head/sys/conf/options.mips	Sun Aug 26 20:22:43 2012	(r239716)
 @@ -74,6 +74,16 @@ ARGE_DEBUG			opt_arge.h
  ARGE_MDIO			opt_arge.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
 +
 +#
  # Options that control the Ralink RT305xF Etherenet MAC.
  #
  IF_RT_DEBUG			opt_if_rt.h
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208262030.q7QKU5Zs060591>