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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"