svn commit: r260093 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Mon Dec 30 18:10:05 UTC 2013


Author: imp
Date: Mon Dec 30 18:10:04 2013
New Revision: 260093
URL: http://svnweb.freebsd.org/changeset/base/260093

Log:
  Set the SoC name for the atmelbus name.

Modified:
  head/sys/arm/at91/at91.c

Modified: head/sys/arm/at91/at91.c
==============================================================================
--- head/sys/arm/at91/at91.c	Mon Dec 30 18:07:50 2013	(r260092)
+++ head/sys/arm/at91/at91.c	Mon Dec 30 18:10:04 2013	(r260093)
@@ -231,7 +231,7 @@ static int
 at91_probe(device_t dev)
 {
 
-	device_set_desc(dev, "AT91 device bus");
+	device_set_desc(dev, soc_info.name);
 	return (BUS_PROBE_NOWILDCARD);
 }
 


More information about the svn-src-head mailing list