Author: adrian
Date: Fri Apr 13 18:01:53 2012
New Revision: 234232
URL: http://svn.freebsd.org/changeset/base/234232

Log:
  * Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option
  * Tidy up things a bit.

Modified:
  head/sys/mips/conf/AP94
  head/sys/mips/conf/AP96

Modified: head/sys/mips/conf/AP94
==============================================================================
--- head/sys/mips/conf/AP94     Fri Apr 13 18:00:48 2012        (r234231)
+++ head/sys/mips/conf/AP94     Fri Apr 13 18:01:53 2012        (r234232)
@@ -30,5 +30,6 @@ options               AR71XX_ENV_UBOOT
 # options              MD_ROOT
 # options              MD_ROOT_SIZE="6144"
 
-options                AR71XX_ATH_EEPROM
-device         firmware
+options                AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from 
flash
+options                ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
+device         firmware                # Used by the above

Modified: head/sys/mips/conf/AP96
==============================================================================
--- head/sys/mips/conf/AP96     Fri Apr 13 18:00:48 2012        (r234231)
+++ head/sys/mips/conf/AP96     Fri Apr 13 18:01:53 2012        (r234232)
@@ -30,5 +30,6 @@ options               AR71XX_ENV_UBOOT
 # options              MD_ROOT
 # options              MD_ROOT_SIZE="6144"
 
-options                AR71XX_ATH_EEPROM
-device         firmware
+options        AR71XX_ATH_EEPROM       # Fetch EEPROM/PCI config from flash
+options        ATH_EEPROM_FIRMWARE     # Use EEPROM from flash
+device         firmware                # Used by the above
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to