PERFORCE change 219912 for review

Robert Watson rwatson at FreeBSD.org
Sat Dec 29 21:03:16 UTC 2012


http://p4web.freebsd.org/@@219912?ac=10

Change 219912 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2012/12/29 21:02:25

	Provide a definition of fdtbus_bs_tag for non-RMI MIPS systems.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/include/fdt.h#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/include/fdt.h#2 (text+ko) ====

@@ -51,7 +51,7 @@
 #if defined(CPU_RMI) || defined(CPU_NLM)
 #define fdtbus_bs_tag	rmi_uart_bus_space
 #else
-#define fdtbus_bs_tag	NULL
+#define fdtbus_bs_tag	mips_bus_space_generic
 #endif
 
 #endif /* _MACHINE_FDT_H_ */


More information about the p4-projects mailing list