Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2006 03:51:18 GMT
From:      Matt Jacob <mjacob@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110094 for review
Message-ID:  <200611160351.kAG3pIXV063378@repoman.freebsd.org>

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

Change 110094 by mjacob@newisp on 2006/11/16 03:50:38

	Pull in mpt_pci.c change.

Affected files ...

.. //depot/projects/newisp/dev/mpt/mpt_pci.c#5 integrate

Differences ...

==== //depot/projects/newisp/dev/mpt/mpt_pci.c#5 (text+ko) ====

@@ -99,7 +99,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_pci.c,v 1.41 2006/11/15 21:41:59 jb Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_pci.c,v 1.42 2006/11/16 02:40:18 mjacob Exp $");
 
 #include <dev/mpt/mpt.h>
 #include <dev/mpt/mpt_cam.h>
@@ -512,7 +512,6 @@
 
 	/* Get a handle to the interrupt */
 	iqd = 0;
-#if	0
 	if (pci_msi_count(dev) == 1) {
 		mpt->pci_msi_count = 1;
 		if (pci_alloc_msi(dev, &mpt->pci_msi_count) == 0)
@@ -520,7 +519,6 @@
 		else
 			mpt->pci_msi_count = 0;
 	}	
-#endif
 	mpt->pci_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &iqd,
 	    RF_ACTIVE | RF_SHAREABLE);
 	if (mpt->pci_irq == NULL) {



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