svn commit: r194849 - head/sys/powerpc/mpc85xx

Rafal Jaworowski raj at FreeBSD.org
Wed Jun 24 15:48:21 UTC 2009


Author: raj
Date: Wed Jun 24 15:48:20 2009
New Revision: 194849
URL: http://svn.freebsd.org/changeset/base/194849

Log:
  More precise description of the DS1553 driver.
  
  Pointed out by:	stas

Modified:
  head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c

Modified: head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c
==============================================================================
--- head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c	Wed Jun 24 15:44:51 2009	(r194848)
+++ head/sys/powerpc/mpc85xx/ds1553_bus_lbc.c	Wed Jun 24 15:48:20 2009	(r194849)
@@ -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);
 }


More information about the svn-src-all mailing list