svn commit: r199552 - head/sys/dev/et
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Nov 19 22:41:52 UTC 2009
On Thu, Nov 19, 2009 at 09:45:06PM +0000, Pyun YongHyeon wrote:
>
> Modified: head/sys/dev/et/if_et.c
> ==============================================================================
> --- head/sys/dev/et/if_et.c Thu Nov 19 21:39:43 2009 (r199551)
> +++ head/sys/dev/et/if_et.c Thu Nov 19 21:45:06 2009 (r199552)
> @@ -76,6 +76,10 @@ MODULE_DEPEND(et, pci, 1, 1, 1);
> MODULE_DEPEND(et, ether, 1, 1, 1);
> MODULE_DEPEND(et, miibus, 1, 1, 1);
>
> +/* Tunables. */
> +static int msi_disable = 0;
> +TUNABLE_INT("hw.re.msi_disable", &msi_disable);
^^^^^
Shouldn't it be "hw.et" instead?
> + msic = pci_msi_count(dev);
> + if (bootverbose)
> + device_printf(dev, "MSI count : %d\n", msic);
Is extra space before colon really necessary here?
./danfe
More information about the svn-src-head
mailing list