More precise description of the DS1553 driver.

Pointed out by:	stas
This commit is contained in:
Rafal Jaworowski 2009-06-24 15:48:20 +00:00
parent 9d02143909
commit b53ce17515

View File

@ -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);
}