Re: svn commit: r230286 - head/sys/dev/bge

[ Available lists | Index of svn-src-head | Month of Jan 2012 | Week of 18 Jan 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@freebsd.org>
Date
18 Jan 2012 18:49:07
Subject
Re: svn commit: r230286 - head/sys/dev/bge
Message-ID
201201180953.51362.jhb@freebsd.org


[ Hide this part ]
On Tuesday, January 17, 2012 5:15:33 pm Pyun YongHyeon wrote:
> Author: yongari
> Date: Tue Jan 17 22:15:33 2012
> New Revision: 230286
> URL: http://svn.freebsd.org/changeset/base/230286
>
> Log:
> Introduce a tunable that disables use of MSI.
> Non-zero value will use INTx.

Hmm, do you think it is best to do this on a per-device level vs a per-driver
level (e.g. a 'hw.<driver>.msi' tunable ala mfi(4))? Also, I think it is
better to have a flag whose value more closely matches enable/disable (so 1
for enable, etc.) and default it to on, than to have a 'disable' tunable.

--
John Baldwin


Elapsed time: 0.102 seconds