summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-06-24 15:48:20 +0000
committerraj <raj@FreeBSD.org>2009-06-24 15:48:20 +0000
commitcb09752da05b22914a05c2c3018205ad0ec6a16e (patch)
treef4cfab4c4d1fcb18f8271a3704ce8621eb0a8f6e /sys/powerpc/mpc85xx
parentea29110cd5a8d14b153de30f897aaa1b828ec663 (diff)
downloadFreeBSD-src-cb09752da05b22914a05c2c3018205ad0ec6a16e.zip
FreeBSD-src-cb09752da05b22914a05c2c3018205ad0ec6a16e.tar.gz
More precise description of the DS1553 driver.
Pointed out by: stas
Diffstat (limited to 'sys/powerpc/mpc85xx')
-rw-r--r--sys/powerpc/mpc85xx/ds1553_bus_lbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/ds1553_bus_lbc.c b/sys/powerpc/mpc85xx/ds1553_bus_lbc.c
index 864783c..419a8a8 100644
--- a/sys/powerpc/mpc85xx/ds1553_bus_lbc.c
+++ b/sys/powerpc/mpc85xx/ds1553_bus_lbc.c
@@ -87,7 +87,7 @@ rtc_probe(device_t dev)
if (devtype != LBC_DEVTYPE_RTC)
return (EINVAL);
- device_set_desc(dev, "Real Time Clock");
+ device_set_desc(dev, "Dallas Semiconductor DS1553 RTC");
return (0);
}
OpenPOWER on IntegriCloud