From owner-cvs-src-old@FreeBSD.ORG Wed Jul 13 18:49:10 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1CE106566B for ; Wed, 13 Jul 2011 18:49:10 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B26C8FC14 for ; Wed, 13 Jul 2011 18:49:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6DInAtt022061 for ; Wed, 13 Jul 2011 18:49:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6DInAu6022060 for cvs-src-old@freebsd.org; Wed, 13 Jul 2011 18:49:10 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201107131849.p6DInAu6022060@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 13 Jul 2011 18:48:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mpt mpt.h mpt_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2011 18:49:10 -0000 marius 2011-07-13 18:48:51 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.h mpt_pci.c Log: SVN rev 223985 on 2011-07-13 18:48:51Z by marius - For SAS but neither FC nor SPI controllers default to using MSI (still allowing their use to be disabled via device hints though). This matches what the corresponding Linux driver provided by LSI does. Tested with SAS1064. - There's no need to keep track of the RIDs used. - Don't allocate MSI/MSI-X as RF_SHAREABLE. - Remove a comment which no longer applies since r209599. - Assign NULL rather than 0 to pointers. MFC after: 1 month Revision Changes Path 1.56 +0 -2 src/sys/dev/mpt/mpt.h 1.63 +20 -20 src/sys/dev/mpt/mpt_pci.c