diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-20 15:47:06 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-20 15:47:06 +0000 |
| commit | 50aababbfb033e26611b65ff81b86f00367a376f (patch) | |
| tree | 9e3a369c9ced705e6ff6c85f22b93f90564601ad /sys/arm | |
| parent | 98f751cd4b6d058598605e1c21707cfb751829d2 (diff) | |
Notes
Diffstat (limited to 'sys/arm')
| -rw-r--r-- | sys/arm/conf/AVILA.hints | 4 | ||||
| -rw-r--r-- | sys/arm/conf/BWCT.hints | 4 | ||||
| -rw-r--r-- | sys/arm/conf/CAMBRIA.hints | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arm/conf/AVILA.hints b/sys/arm/conf/AVILA.hints index 2d6d4dc77fe9..f5a829f937dd 100644 --- a/sys/arm/conf/AVILA.hints +++ b/sys/arm/conf/AVILA.hints @@ -44,5 +44,5 @@ hint.ad7418.0.at="iicbus0" hint.ad7418.0.addr=0x50 # Dallas Semiconductor DS1672 RTC -hint.ds1672.0.at="iicbus0" -hint.ds1672.0.addr=0xd0 +hint.rtc.0.at="iicbus0" +hint.rtc.0.addr=0xd0 diff --git a/sys/arm/conf/BWCT.hints b/sys/arm/conf/BWCT.hints index d127778aac32..ee5503019c10 100644 --- a/sys/arm/conf/BWCT.hints +++ b/sys/arm/conf/BWCT.hints @@ -1,8 +1,8 @@ # $FreeBSD$ # Dallas Semiconductor DS1672 RTC sitting on the I2C bus -hint.ds1672.0.at="iicbus0" -hint.ds1672.0.addr=0xd0 +hint.rtc.0.at="iicbus0" +hint.rtc.0.addr=0xd0 # NAtional Semiconductor LM75 temperature sensor sitting on the I2C bus hint.lm75.0.at="iicbus0" diff --git a/sys/arm/conf/CAMBRIA.hints b/sys/arm/conf/CAMBRIA.hints index a01093a6275c..07db189d62b1 100644 --- a/sys/arm/conf/CAMBRIA.hints +++ b/sys/arm/conf/CAMBRIA.hints @@ -46,8 +46,8 @@ hint.ad7418.0.at="iicbus0" hint.ad7418.0.addr=0x50 # Dallas Semiconductor DS1672 RTC -hint.ds1672.0.at="iicbus0" -hint.ds1672.0.addr=0xd0 +hint.rtc.0.at="iicbus0" +hint.rtc.0.addr=0xd0 # USB is part of the chip hint.ehci.0.at="ixp0" |
