From owner-svn-src-all@FreeBSD.ORG Thu Jun 25 16:21:56 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82E431065672; Thu, 25 Jun 2009 16:21:56 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0C58FC08; Thu, 25 Jun 2009 16:21:55 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so508948wfg.7 for ; Thu, 25 Jun 2009 09:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=gXtqApX94A3/PBrTo6pCb+g/8pM1KM9QjeOuZw4xsic=; b=cAdApNRjm8w4D9kwiT/p8K/q5s4pgeNnhQilewrHRwkpWSuMh0akDujxJEppU0Ccw5 7usIHpzEkl+ihEcPgZP51yfDjORQsKqemaF/7RM5if9r7d0MiDwWIFBWi3FGIXuQcEx2 FOjUD6wtsGkXqmRSW9GAR7fYEC8/QurV2zZYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iFsV0GEgPTxBcaV7qPu264MmmzKZABpS11il4+S7qSlLzN6ycaPxcyz21zYECeKNYq U6Xxwx/vSYTx1Ssg/snKcJ7fW0Y00ul7/swGb95hyYMAgyN6V/QnPMhdRi5QOOUyBCDJ NyBILA9sokhgDHYLKq3oSF82Ya7ej5ISClxtI= MIME-Version: 1.0 Received: by 10.143.156.12 with SMTP id i12mr913565wfo.55.1245945224397; Thu, 25 Jun 2009 08:53:44 -0700 (PDT) In-Reply-To: <200906250821.44010.jhb@freebsd.org> References: <200906242216.n5OMG2qY031803@svn.freebsd.org> <200906250821.44010.jhb@freebsd.org> Date: Thu, 25 Jun 2009 08:53:44 -0700 Message-ID: <2a41acea0906250853r4d130d14u19aad00ee02c38e6@mail.gmail.com> From: Jack Vogel To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jack F Vogel , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194925 - head/sys/dev/e1000 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 16:21:57 -0000 Oh, hmmm, wasn't aware of that, I'll take a look at it today. Thanks John, Jack On Thu, Jun 25, 2009 at 5:21 AM, John Baldwin wrote: > On Wednesday 24 June 2009 6:16:02 pm Jack F Vogel wrote: > > Author: jfv > > Date: Wed Jun 24 22:16:02 2009 > > New Revision: 194925 > > URL: http://svn.freebsd.org/changeset/base/194925 > > > > Log: > > need to make intr_bind call architecture specific for > > global builds (failing sun4v lint build) > > You should be able to use BUS_BIND_INTR() instead which is not > machine-dependent. It accepts the IRQ resource directly as well which is a > bit cleaner. > > -- > John Baldwin >