PERFORCE change 102049 for review

Scott Long scottl at samsco.org
Fri Jul 21 21:01:55 UTC 2006


Paolo Pisati wrote:
> http://perforce.freebsd.org/chv.cgi?CH=102049
> 
> Change 102049 by piso at piso_longino on 2006/07/21 10:21:18
> 
> 	Axe INTR_FAST.
> 
> Affected files ...
> 
> .. //depot/projects/soc2006/intr_filter/dev/aac/aac.c#4 edit
> .. //depot/projects/soc2006/intr_filter/dev/adlink/adlink.c#4 edit
> .. //depot/projects/soc2006/intr_filter/dev/cy/cy_isa.c#4 edit
> .. //depot/projects/soc2006/intr_filter/dev/cy/cy_pci.c#5 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2006/intr_filter/dev/aac/aac.c#4 (text+ko) ====
> 
> @@ -312,7 +312,7 @@
>  		}
>  	} else {
>  		if (bus_setup_intr(sc->aac_dev, sc->aac_irq,
> -				   INTR_FAST|INTR_TYPE_BIO, 
> +				   INTR_TYPE_BIO, 
>  				   aac_fast_intr, NULL,
>  				   sc, &sc->aac_intr)) {
>  			device_printf(sc->aac_dev,
> 

AAC uses the same INTR_FAST + taskqueue scheme that if_em did.

Scott



More information about the p4-projects mailing list