Date: Fri, 14 May 2010 19:18:06 +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-7@freebsd.org Subject: svn commit: r208092 - stable/7/sys/dev/esp Message-ID: <201005141918.o4EJI6YY046199@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marius Date: Fri May 14 19:18:06 2010 New Revision: 208092 URL: http://svn.freebsd.org/changeset/base/208092 Log: MFC: r207885 Include <machine/ofw_machdep.h> for OF_getscsinitid(). Modified: stable/7/sys/dev/esp/esp_sbus.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/dev/esp/esp_sbus.c ============================================================================== --- stable/7/sys/dev/esp/esp_sbus.c Fri May 14 19:15:55 2010 (r208091) +++ stable/7/sys/dev/esp/esp_sbus.c Fri May 14 19:18:06 2010 (r208092) @@ -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.o4EJI6YY046199>