projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
62be589
)
re: Don't enable MSI by default
author
Sepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 6 Oct 2012 10:00:45 +0000 (18:00 +0800)
committer
Sepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 6 Oct 2012 10:00:45 +0000 (18:00 +0800)
sys/dev/netif/re/if_re.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/re/if_re.c
b/sys/dev/netif/re/if_re.c
index
567930e
..
b31883b
100644
(file)
--- a/
sys/dev/netif/re/if_re.c
+++ b/
sys/dev/netif/re/if_re.c
@@
-387,7
+387,7
@@
DRIVER_MODULE(miibus, re, miibus_driver, miibus_devclass, NULL, NULL);
static int re_rx_desc_count = RE_RX_DESC_CNT_DEF;
static int re_tx_desc_count = RE_TX_DESC_CNT_DEF;
-static int re_msi_enable = 1;
+static int re_msi_enable = 0;
TUNABLE_INT("hw.re.rx_desc_count", &re_rx_desc_count);
TUNABLE_INT("hw.re.tx_desc_count", &re_tx_desc_count);