Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Add i2c and the m41t00 RTC on the i2c bus.



details:   https://anonhg.NetBSD.org/src/rev/e57b63a0f82a
branches:  trunk
changeset: 553705:e57b63a0f82a
user:      briggs <briggs%NetBSD.org@localhost>
date:      Mon Oct 20 15:37:46 2003 +0000

description:
Add i2c and the m41t00 RTC on the i2c bus.

diffstat:

 sys/arch/evbarm/conf/TEAMASA_NPWR |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ad80f8098fc5 -r e57b63a0f82a sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Mon Oct 20 15:34:25 2003 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Mon Oct 20 15:37:46 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.29 2003/10/10 15:17:41 chs Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.30 2003/10/20 15:37:46 briggs Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -159,6 +159,11 @@
 
 # i80312 Companion I/O support
 iopxs*         at mainbus?
+
+iopiic*                at iopxs?                       # I2C Controller Unit
+iic*           at iopiic?
+m41t*          at iic? addr 0x68
+
 pci*           at iopxs? bus ?
 
 #



Home | Main Index | Thread Index | Old Index