svn commit: r207885 - head/sys/dev/esp

Marius Strobl marius at FreeBSD.org
Mon May 10 20:02:40 UTC 2010


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>
 


More information about the svn-src-all mailing list