svn commit: r208093 - stable/8/sys/dev/esp
Marius Strobl
marius at FreeBSD.org
Fri May 14 19:18:08 UTC 2010
Author: marius
Date: Fri May 14 19:18:07 2010
New Revision: 208093
URL: http://svn.freebsd.org/changeset/base/208093
Log:
MFC: r207885
Include <machine/ofw_machdep.h> for OF_getscsinitid().
Modified:
stable/8/sys/dev/esp/esp_sbus.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/esp/esp_sbus.c
==============================================================================
--- stable/8/sys/dev/esp/esp_sbus.c Fri May 14 19:18:06 2010 (r208092)
+++ stable/8/sys/dev/esp/esp_sbus.c Fri May 14 19:18:07 2010 (r208093)
@@ -79,6 +79,7 @@ __FBSDID("$FreeBSD$");
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/openfirm.h>
#include <machine/bus.h>
+#include <machine/ofw_machdep.h>
#include <machine/resource.h>
#include <sys/rman.h>
More information about the svn-src-stable-8
mailing list