svn commit: r194925 - head/sys/dev/e1000

John Baldwin jhb at freebsd.org
Thu Jun 25 15:50:08 UTC 2009


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


More information about the svn-src-head mailing list