summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/CAMBRIA.hints
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/CAMBRIA.hints
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/CAMBRIA.hints')
-rw-r--r--sys/arm/conf/CAMBRIA.hints4
1 files changed, 2 insertions, 2 deletions
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