Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 10:40:14 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239713 - head/sys/mips/conf
Message-ID:  <201208261040.q7QAeERP008487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Aug 26 10:40:13 2012
New Revision: 239713
URL: http://svn.freebsd.org/changeset/base/239713

Log:
  Expose DE4 buttons and switches via a de4bsw device, implemented using
  altera_avgen(4).
  
  Fix white space nit that must have arisen during the merge from Perforce.
  
  Submitted by:	brooks
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/mips/conf/BERI_DE4.hints

Modified: head/sys/mips/conf/BERI_DE4.hints
==============================================================================
--- head/sys/mips/conf/BERI_DE4.hints	Sun Aug 26 10:38:02 2012	(r239712)
+++ head/sys/mips/conf/BERI_DE4.hints	Sun Aug 26 10:40:13 2012	(r239713)
@@ -66,6 +66,16 @@ hint.altera_avgen.0.devname="berirom"
 #hint.altera_avgen.0.devname="de4flash"
 
 #
+# Expose the DE4 buttons and switches via an Avalon "generic" device.
+# 
+hint.altera_avgen.0.at="nexus0"
+hint.altera_avgen.0.maddr=0x7f009000
+hint.altera_avgen.0.msize=2
+hint.altera_avgen.0.width=1
+hint.altera_avgen.0.fileio="r"
+hint.altera_avgen.0.devname="de4bsw"
+
+#
 # General Intel StrataFlash driver
 #
 hint.isf.0.at="nexus0"
@@ -73,7 +83,7 @@ hint.isf.0.maddr=0x74000000
 hint.isf.0.msize=0x2000000
 hint.isf.1.at="nexus0"
 hint.isf.1.maddr=0x76000000
-hint.isf.1.msize=0x2000000  
+hint.isf.1.msize=0x2000000
 
 # Reserved configuration blocks.  Don't touch.
 hint.map.0.at="isf0"



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