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

Adrian Chadd adrian at FreeBSD.org
Thu Jun 29 03:57:23 UTC 2017


Author: adrian
Date: Thu Jun 29 03:57:22 2017
New Revision: 320464
URL: https://svnweb.freebsd.org/changeset/base/320464

Log:
  [mips] make this compile again after all of the config changes.

Modified:
  head/sys/mips/conf/DIR-825C1

Modified: head/sys/mips/conf/DIR-825C1
==============================================================================
--- head/sys/mips/conf/DIR-825C1	Thu Jun 29 02:19:30 2017	(r320463)
+++ head/sys/mips/conf/DIR-825C1	Thu Jun 29 03:57:22 2017	(r320464)
@@ -24,12 +24,6 @@ hints           "DIR-825C1.hints"
 # Force the board memory - the base DB120 has 128MB RAM
 options         AR71XX_REALMEM=(128*1024*1024)
 
-# i2c GPIO bus
-device		gpioiic
-device		iicbb
-device		iicbus
-device		iic
-
 # Options required for miiproxy and mdiobus
 options 	ARGE_MDIO	# Export an MDIO bus separate from arge
 device		miiproxy	# MDIO bus <-> MII PHY rendezvous
@@ -52,7 +46,6 @@ options 	GEOM_UZIP
 options         GEOM_PART_GPT
 
 # yes, this board has a PCI connected atheros device
-device          ath_pci
 options         AR71XX_ATH_EEPROM
 device          firmware                # Used by the above
 options         ATH_EEPROM_FIRMWARE


More information about the svn-src-all mailing list