Date: Thu, 25 Jun 2009 08:21:43 -0400 From: John Baldwin <jhb@freebsd.org> To: Jack F Vogel <jfv@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194925 - head/sys/dev/e1000 Message-ID: <200906250821.44010.jhb@freebsd.org> In-Reply-To: <200906242216.n5OMG2qY031803@svn.freebsd.org> References: <200906242216.n5OMG2qY031803@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906250821.44010.jhb>