PERFORCE change 115117 for review

John Baldwin jhb at freebsd.org
Tue Feb 27 19:54:00 UTC 2007


On Tuesday 27 February 2007 08:15, Paolo Pisati wrote:
> http://perforce.freebsd.org/chv.cgi?CH=115117
> 
> Change 115117 by piso at piso_newluxor on 2007/02/27 13:15:32
> 
> 	Reduce diff against HEAD.
> 
> Affected files ...
> 
> .. //depot/projects/soc2006/intr_filter/i386/conf/NOTES#7 edit
> .. //depot/projects/soc2006/intr_filter/sys/bus.h#8 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2006/intr_filter/sys/bus.h#8 (text+ko) ====
> 
> @@ -208,6 +186,7 @@
>  	INTR_TYPE_MISC = 16,
>  	INTR_TYPE_CLK = 32,
>  	INTR_TYPE_AV = 64,
> +	INTR_FAST = 128,
>  	INTR_EXCL = 256,		/* exclusive interrupt */
>  	INTR_MPSAFE = 512,		/* this interrupt is SMP safe */
>  	INTR_ENTROPY = 1024		/* this interrupt provides entropy */
> 

I don't think you meant to readd this. :)

-- 
John Baldwin


More information about the p4-projects mailing list