PERFORCE change 41566 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 5 21:13:38 PST 2003


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

Change 41566 by sam at sam_ebb on 2003/11/05 21:13:11

	diff reduction against head

Affected files ...

.. //depot/projects/netperf/sys/pci/if_sis.c#14 edit

Differences ...

==== //depot/projects/netperf/sys/pci/if_sis.c#14 (text+ko) ====

@@ -1663,9 +1663,7 @@
 		ifp->if_ipackets++;
 		m->m_pkthdr.rcvif = ifp;
 
-		SIS_UNLOCK(sc);
 		(*ifp->if_input)(ifp, m);
-		SIS_LOCK(sc);
 	}
 
 	sc->sis_cdata.sis_rx_prod = i;


More information about the p4-projects mailing list