From 16574672f1d2e701b75625b072e436193c472765 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Sat, 12 Feb 2005 09:59:29 +0000 Subject: [PATCH] Document the types and addresses of the IIC devices (Disabled, beacuse they seem to be non-functional at present). --- sys/arch/evbarm/conf/IQ31244 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sys/arch/evbarm/conf/IQ31244 b/sys/arch/evbarm/conf/IQ31244 index 37e0f4b7b219..592a0888b21d 100644 --- a/sys/arch/evbarm/conf/IQ31244 +++ b/sys/arch/evbarm/conf/IQ31244 @@ -1,4 +1,4 @@ -# $NetBSD: IQ31244,v 1.24 2005/02/12 09:54:36 rearnsha Exp $ +# $NetBSD: IQ31244,v 1.25 2005/02/12 09:59:29 rearnsha Exp $ # # IQ31244 -- Intel IQ31244 Evaluation Board Kernel # @@ -162,6 +162,16 @@ iic1 at iopiic? iopwdog* at iopxs? # Watchdog timer pci0 at iopxs? bus ? # PCI/PCI-X support +# IIC devices +# XXX These don't seem to work yet + +# Temperature sensors +#lmtemp0 at iic0 addr 0x48 # LM75 temperature sensor +#lmtemp1 at iic0 addr 0x49 # LM75 temperature sensor + +# RTC +#strtc0 at iic0 addr 0x68 # M41ST84 RTC + # PCI-PCI bridges ppb* at pci? dev ? function ? pci* at ppb? bus ?