PERFORCE change 102049 for review

flag at oltrelinux.com flag at oltrelinux.com
Sat Jul 22 11:25:38 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

yep, but in this case i kept it like a filter_only + private taskqueue
driver, so no need to worry about MPSAFE.

P.



More information about the p4-projects mailing list