Date: Thu, 11 Nov 2010 15:02:14 +0000 (UTC) From: Bernd Walter <ticso@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215124 - head/sys/arm/conf Message-ID: <201011111502.oABF2E7X071851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ticso Date: Thu Nov 11 15:02:14 2010 New Revision: 215124 URL: http://svn.freebsd.org/changeset/base/215124 Log: add hint for at45d flash device sitting of spibus0 Modified: head/sys/arm/conf/BWCT.hints Modified: head/sys/arm/conf/BWCT.hints ============================================================================== --- head/sys/arm/conf/BWCT.hints Thu Nov 11 14:13:56 2010 (r215123) +++ head/sys/arm/conf/BWCT.hints Thu Nov 11 15:02:14 2010 (r215124) @@ -7,3 +7,7 @@ hint.ds1672_rtc.0.addr=0xd0 # National Semiconductor LM75 temperature sensor sitting on the I2C bus hint.lm75.0.at="iicbus0" hint.lm75.0.addr=0x9e + +# Atmel SPIflash sitting on the spibus +hint.at45d.0.at="spibus0" +hint.at45d.0.addr=0x00
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011111502.oABF2E7X071851>