Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 230286 2012-01-17 22:15:33Z yongari $");
---
> __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 230337 2012-01-19 20:21:59Z yongari $");
2748c2748
< if (sc->bge_msi_disable != 0)
---
> if (sc->bge_msi != 0)
5633,5637c5633,5637
< sc->bge_msi_disable = 0;
< snprintf(tn, sizeof(tn), "dev.bge.%d.msi_disable", unit);
< TUNABLE_INT_FETCH(tn, &sc->bge_msi_disable);
< SYSCTL_ADD_INT(ctx, children, OID_AUTO, "msi_disable",
< CTLFLAG_RD, &sc->bge_msi_disable, 0, "Disable MSI");
---
> sc->bge_msi = 1;
> snprintf(tn, sizeof(tn), "dev.bge.%d.msi", unit);
> TUNABLE_INT_FETCH(tn, &sc->bge_msi);
> SYSCTL_ADD_INT(ctx, children, OID_AUTO, "msi",
> CTLFLAG_RD, &sc->bge_msi, 0, "Enable MSI");