PERFORCE change 89319 for review
Warner Losh
imp at FreeBSD.org
Fri Jan 6 20:16:41 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=89319
Change 89319 by imp at imp_plunger on 2006/01/07 04:15:39
Include at91streg.h
Affected files ...
.. //depot/projects/arm/src/sys/arm/at91/at91st.c#3 edit
Differences ...
==== //depot/projects/arm/src/sys/arm/at91/at91st.c#3 (text+ko) ====
@@ -42,6 +42,7 @@
#include <machine/frame.h>
#include <machine/intr.h>
#include <arm/at91/at91rm92reg.h>
+#include <arm/at91/at91streg.h>
#include <arm/at91/at91var.h>
static struct at91st_softc {
@@ -80,6 +81,8 @@
static int
at91st_probe(device_t dev)
{
+
+ device_set_desc(dev, "ST");
return (0);
}
More information about the p4-projects
mailing list