Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 17:51:35 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139923 for review
Message-ID:  <200804121751.m3CHpZ8W096198@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139923

Change 139923 by gonzo@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



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