PERFORCE change 129525 for review
Kip Macy
kmacy at FreeBSD.org
Sun Nov 25 15:55:20 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=129525
Change 129525 by kmacy at kmacy:storage:toestack on 2007/11/25 23:55:19
remove reference to unused values
Affected files ...
.. //depot/projects/toestack/sys/dev/cxgb/cxgb_main.c#14 edit
Differences ...
==== //depot/projects/toestack/sys/dev/cxgb/cxgb_main.c#14 (text+ko) ====
@@ -182,7 +182,6 @@
#define SGE_MSIX_COUNT (SGE_QSETS + 1)
-extern int collapse_mbufs;
/*
* The driver uses the best interrupt scheme available on a platform in the
* order MSI-X, MSI, legacy pin interrupts. This parameter determines which
@@ -918,10 +917,6 @@
ifp->if_start = cxgb_start;
#ifdef IFNET_MULTIQUEUE
- if (ifnet_multiqueue == 0) {
- device_printf(dev, "cxgb compiled with multi-queue support, but kernel doesn't support it\n");
- return (EDOOFUS);
- }
ifp->if_flags |= IFF_MULTIQ;
ifp->if_mq_start = cxgb_pcpu_start;
#endif
More information about the p4-projects
mailing list