svn commit: r215124 - head/sys/arm/conf

Bernd Walter ticso at FreeBSD.org
Thu Nov 11 15:02:15 UTC 2010


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


More information about the svn-src-head mailing list