summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/CAMBRIA.hints
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-21 22:48:12 +0000
committerstas <stas@FreeBSD.org>2009-04-21 22:48:12 +0000
commit7a4a07e8e206187c5901b6da8a65018adae94dea (patch)
tree3a3f8bb2292b64dfac120c0afa536c7279076a30 /sys/arm/conf/CAMBRIA.hints
parent4ff56884b6bc2bfff2caf897aa7f70b94889cd8d (diff)
downloadFreeBSD-src-7a4a07e8e206187c5901b6da8a65018adae94dea.zip
FreeBSD-src-7a4a07e8e206187c5901b6da8a65018adae94dea.tar.gz
- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"
respectivly. This will allow one to have a kernel with both devices present and use it for multiple boards with different types of RTC sitting on a bus. Discussed with: imp
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 07db189..bed6d25 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.rtc.0.at="iicbus0"
-hint.rtc.0.addr=0xd0
+hint.ds1672_rtc.0.at="iicbus0"
+hint.ds1672_rtc.0.addr=0xd0
# USB is part of the chip
hint.ehci.0.at="ixp0"
OpenPOWER on IntegriCloud