aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2013-12-30 18:10:04 +0000
committerWarner Losh <imp@FreeBSD.org>2013-12-30 18:10:04 +0000
commit6f4f8f233cc119fce7360a28152ff466028f13e8 (patch)
tree6e64a0dfc676c315fa50a4fb6410884d351cde9c /sys/arm/at91/at91.c
parent871bdaab5365f77b6ab193a3bed8efe38333c4f5 (diff)
downloadsrc-6f4f8f233cc119fce7360a28152ff466028f13e8.tar.gz
src-6f4f8f233cc119fce7360a28152ff466028f13e8.zip
Set the SoC name for the atmelbus name.
Notes
Notes: svn path=/head/; revision=260093
Diffstat (limited to 'sys/arm/at91/at91.c')
-rw-r--r--sys/arm/at91/at91.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c
index 583d1ab4a5b3..fbd7bf273fe7 100644
--- a/sys/arm/at91/at91.c
+++ b/sys/arm/at91/at91.c
@@ -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);
}