Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2007 23:55:19 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 129525 for review
Message-ID:  <200711252355.lAPNtJoR052043@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129525

Change 129525 by kmacy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711252355.lAPNtJoR052043>