summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-08-26 10:40:13 +0000
committerrwatson <rwatson@FreeBSD.org>2012-08-26 10:40:13 +0000
commiteb85789bcc0fc2791079d5443f0a178589aa024e (patch)
tree9a8fbc3552cf992f7a07914a4b536455558f4b8d /sys/mips/conf
parent3847ffcea261f3eed6c05b8c674520d351d9d71d (diff)
downloadFreeBSD-src-eb85789bcc0fc2791079d5443f0a178589aa024e.zip
FreeBSD-src-eb85789bcc0fc2791079d5443f0a178589aa024e.tar.gz
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
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/BERI_DE4.hints12
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/mips/conf/BERI_DE4.hints b/sys/mips/conf/BERI_DE4.hints
index 4f787b9..9ec33c8 100644
--- a/sys/mips/conf/BERI_DE4.hints
+++ b/sys/mips/conf/BERI_DE4.hints
@@ -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"
OpenPOWER on IntegriCloud