1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
This commit is contained in:
Robert Watson 2012-08-26 10:40:13 +00:00
parent b9ef0960e1
commit 0b407da766
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239713

View File

@ -65,6 +65,16 @@ hint.altera_avgen.0.devname="berirom"
#hint.altera_avgen.0.mmapio="rwx"
#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
#
@ -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"