Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2006 23:09:08 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110596 for review
Message-ID:  <200611272309.kARN983X097071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110596

Change 110596 by imp@imp_lighthouse on 2006/11/27 23:08:41

	Add all the IIC eeproms we have to read.

Affected files ...

.. //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#3 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/conf/TSC4370.hints#3 (text+ko) ====

@@ -2,4 +2,40 @@
 # $TSC$
 hint.at45d.0.at="spibus0"
 hint.at45d.0.cs=0
-	
+# ID Eeprom
+hint.icee.0.at="iicbus0"
+hint.icee.0.addr=0x40
+hint.icee.0.type=8
+hint.icee.0.size=2048
+# Config Eeprom
+hint.icee.1.at="iicbus0"
+hint.icee.1.addr=0x48
+hint.icee.1.type=8
+hint.icee.1.size=2048
+# spf eeprom
+hint.icee.2.at="iicbus0"
+hint.icee.2.addr=0x50
+hint.icee.2.type=8
+hint.icee.2.size=128
+# input card ltc4305: 0x58
+# daughter card ltc4305: 0x59
+# ps eeprom
+hint.icee.3.at="iicbus0"
+hint.icee.3.addr=0x60
+hint.icee.3.type=8
+hint.icee.3.size=2048
+# daughter ID eeprom
+hint.icee.4.at="iicbus0"
+hint.icee.4.addr=0x68
+hint.icee.4.type=8
+hint.icee.4.size=2048
+# RU/GPS board ID eeprom
+hint.icee.5.at="iicbus0"
+hint.icee.5.addr=0x70
+hint.icee.5.type=8
+hint.icee.5.size=2048
+# Input Card ID eeprom
+hint.icee.6.at="iicbus0"
+hint.icee.6.addr=0x78
+hint.icee.6.type=8
+hint.icee.6.size=2048



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611272309.kARN983X097071>