From owner-cvs-src@FreeBSD.ORG Wed Nov 15 22:19:20 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1780C16A4EA; Wed, 15 Nov 2006 22:19:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id E147C43D5E; Wed, 15 Nov 2006 22:19:01 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAFMIwWj034803; Wed, 15 Nov 2006 17:18:58 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Wed, 15 Nov 2006 17:18:55 -0500 User-Agent: KMail/1.9.1 References: <200611152004.kAFK4vfe058983@repoman.freebsd.org> <20061115215119.GA74745@rambler-co.ru> <20061115215142.GB74745@rambler-co.ru> In-Reply-To: <20061115215142.GB74745@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611151718.56506.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 15 Nov 2006 17:18:58 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2197/Wed Nov 15 15:23:52 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/em if_em.c if_em.h src/sys/dev/mpt mpt.h mpt_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 22:19:20 -0000 On Wednesday 15 November 2006 16:51, Ruslan Ermilov wrote: > On Thu, Nov 16, 2006 at 12:51:19AM +0300, Ruslan Ermilov wrote: > > On Wed, Nov 15, 2006 at 08:04:57PM +0000, John Baldwin wrote: > > > jhb 2006-11-15 20:04:57 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/bce if_bce.c > > > sys/dev/em if_em.c if_em.h > > > sys/dev/mpt mpt.h mpt_pci.c > > > Log: > > > Add MSI support to em(4), bce(4), and mpt(4). For now, we only support > > > devices that support a maximum of 1 message, and we use that 1 message > > > instead of the INTx rid 0 IRQ with the same interrupt handler, etc. > > > > > > Revision Changes Path > > > 1.19 +11 -3 src/sys/dev/bce/if_bce.c > > > 1.164 +11 -2 src/sys/dev/em/if_em.c > > > 1.56 +1 -0 src/sys/dev/em/if_em.h > > > 1.31 +1 -0 src/sys/dev/mpt/mpt.h > > > 1.39 +14 -1 src/sys/dev/mpt/mpt_pci.c > > > > > How will the "vmstat -i" output look like for MSI-enabled devices? > > > irqXXXX, where XXXX>=1024? s/1024/256/ -- John Baldwin