Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2017 07:02:10 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r321379 - head/sys/mips/conf
Message-ID:  <201707230702.v6N72Asg060761@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Jul 23 07:02:10 2017
New Revision: 321379
URL: https://svnweb.freebsd.org/changeset/base/321379

Log:
  [ar933x] re-add the ar71xx_apb device for AR933x.
  
  This prevents the console from working!
  
  Tested:
  
  * carambola2, AR933x

Modified:
  head/sys/mips/conf/std.AR933X

Modified: head/sys/mips/conf/std.AR933X
==============================================================================
--- head/sys/mips/conf/std.AR933X	Sun Jul 23 06:33:58 2017	(r321378)
+++ head/sys/mips/conf/std.AR933X	Sun Jul 23 07:02:10 2017	(r321379)
@@ -33,6 +33,11 @@ options 	TCP_HHOOK		# hhook(9) framework for TCP
 options 	PSEUDOFS		#Pseudo-filesystem framework
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 
+# Enable boot time calibration hints
+options		AR71XX_ATH_EEPROM
+device		ar71xx_caldata
+device		firmware
+
 # PMC
 options 	HWPMC_HOOKS
 
@@ -61,5 +66,6 @@ device		scbus
 device		umass
 device		da
 
-device 		uart_ar933x
+device		ar71xx_apb
 
+device 		uart_ar933x



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