PERFORCE change 139923 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Apr 12 17:51:37 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=139923

Change 139923 by gonzo at gonzo_jeeves on 2008/04/12 17:50:59

	o Define __PCI_REROUTE_INTERRUPT for mips. RB532 PCI registers
	    contain junk values for interrupts, so pre-route interrupts
	    to prevent bad parameters in bus_alloc_resource.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/param.h#8 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/param.h#8 (text+ko) ====

@@ -51,6 +51,8 @@
 #endif
 #endif
 
+#define __PCI_REROUTE_INTERRUPT
+
 #ifndef MACHINE
 #define	MACHINE		"mips"
 #endif


More information about the p4-projects mailing list