Date: Fri, 14 May 2010 19:18:08 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r208093 - stable/8/sys/dev/esp Message-ID: <201005141918.o4EJI8S5046229@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005141918.o4EJI8S5046229>