disable MPSAFE network drivers; we aren't ready yet`

This commit is contained in:
Sam Leffler 2003-11-04 02:01:42 +00:00
parent 7922cdc855
commit 3465702f13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122020

View file

@ -2138,7 +2138,7 @@ bus_release_resource(device_t dev, int type, int rid, struct resource *r)
* XXX disable INTR_MPSAFE in network drivers without
* XXX recompiling--in case of problems.
*/
int debug_mpsafenet = 1;
int debug_mpsafenet = 0;
TUNABLE_INT("debug.mpsafenet", &debug_mpsafenet);
SYSCTL_INT(_debug, OID_AUTO, mpsafenet, CTLFLAG_RW, &debug_mpsafenet, 0,
"Enable/disable MPSAFE network support");