summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/ds1672.c
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/dev/iicbus/ds1672.c
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/dev/iicbus/ds1672.c')
-rw-r--r--sys/dev/iicbus/ds1672.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iicbus/ds1672.c b/sys/dev/iicbus/ds1672.c
index 6cc1524..a9209bd 100644
--- a/sys/dev/iicbus/ds1672.c
+++ b/sys/dev/iicbus/ds1672.c
@@ -171,7 +171,7 @@ static device_method_t ds1672_methods[] = {
};
static driver_t ds1672_driver = {
- "rtc",
+ "ds1672_rtc",
ds1672_methods,
sizeof(struct ds1672_softc),
};
OpenPOWER on IntegriCloud