Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2008 15:11:00 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186355 - head/sys/sun4v/include
Message-ID:  <200812201511.mBKFB02t007021@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Dec 20 15:11:00 2008
New Revision: 186355
URL: http://svn.freebsd.org/changeset/base/186355

Log:
  Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.

Modified:
  head/sys/sun4v/include/ofw_machdep.h

Modified: head/sys/sun4v/include/ofw_machdep.h
==============================================================================
--- head/sys/sun4v/include/ofw_machdep.h	Sat Dec 20 09:36:40 2008	(r186354)
+++ head/sys/sun4v/include/ofw_machdep.h	Sat Dec 20 15:11:00 2008	(r186355)
@@ -29,10 +29,15 @@
 #define _MACHINE_OFW_MACHDEP_H_
 
 #include <sys/bus.h>
+#include <machine/bus.h>
+#include <dev/ofw/openfirm.h>
+
+typedef uint64_t cell_t;
 
 int  OF_decode_addr(phandle_t, int, int *, bus_addr_t *);
 void OF_getetheraddr(device_t, u_char *);
 void cpu_shutdown(void *);
-void openfirmware_exit(void *);
+int  ofw_entry(void *);
+void ofw_exit(void *);
 
 #endif /* _MACHINE_OFW_MACHDEP_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812201511.mBKFB02t007021>