Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2010 20:02:39 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207885 - head/sys/dev/esp
Message-ID:  <201005102002.o4AK2dJ4053954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon May 10 20:02:39 2010
New Revision: 207885
URL: http://svn.freebsd.org/changeset/base/207885

Log:
  Include <machine/ofw_machdep.h> for OF_getscsinitid().

Modified:
  head/sys/dev/esp/esp_sbus.c

Modified: head/sys/dev/esp/esp_sbus.c
==============================================================================
--- head/sys/dev/esp/esp_sbus.c	Mon May 10 20:01:51 2010	(r207884)
+++ head/sys/dev/esp/esp_sbus.c	Mon May 10 20:02:39 2010	(r207885)
@@ -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?201005102002.o4AK2dJ4053954>