summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-20 15:47:06 +0000
committerstas <stas@FreeBSD.org>2009-04-20 15:47:06 +0000
commitc07d8be27a1524f2a97721591588d69603218eab (patch)
tree9e3a369c9ced705e6ff6c85f22b93f90564601ad /sys/arm/conf
parentdfdb0873974045d6d058ecc28453a6c8091472d9 (diff)
downloadFreeBSD-src-c07d8be27a1524f2a97721591588d69603218eab.zip
FreeBSD-src-c07d8be27a1524f2a97721591588d69603218eab.tar.gz
- Give a warning and start the oscillator if it was not previously
runned. - Rename ds1672 -> rtc to follow the other drivers. - Refactor/simplify the code a bit. MFC after: 2 weeks
Diffstat (limited to 'sys/arm/conf')
-rw-r--r--sys/arm/conf/AVILA.hints4
-rw-r--r--sys/arm/conf/BWCT.hints4
-rw-r--r--sys/arm/conf/CAMBRIA.hints4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arm/conf/AVILA.hints b/sys/arm/conf/AVILA.hints
index 2d6d4dc..f5a829f 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 d127778..ee55030 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 a01093a..07db189 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"
OpenPOWER on IntegriCloud