summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sis.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-01-07 00:02:11 +0000
committerphk <phk@FreeBSD.org>2005-01-07 00:02:11 +0000
commitde4fc049c913f4cfee5d128a99e9e24e5e9a66b8 (patch)
treeb07496faced6de02260cc345257f0ef7210be131 /sys/pci/if_sis.c
parentedf2752b8237628a2cced5d286191dc18de332d1 (diff)
downloadFreeBSD-src-de4fc049c913f4cfee5d128a99e9e24e5e9a66b8.zip
FreeBSD-src-de4fc049c913f4cfee5d128a99e9e24e5e9a66b8.tar.gz
We no longer recurse the mutex.
Diffstat (limited to 'sys/pci/if_sis.c')
-rw-r--r--sys/pci/if_sis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c
index cce619a..3aaf9bf 100644
--- a/sys/pci/if_sis.c
+++ b/sys/pci/if_sis.c
@@ -906,7 +906,7 @@ sis_attach(device_t dev)
sc->sis_self = dev;
mtx_init(&sc->sis_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK,
- MTX_DEF | MTX_RECURSE);
+ MTX_DEF);
if (pci_get_device(dev) == SIS_DEVICEID_900)
sc->sis_type = SIS_TYPE_900;
OpenPOWER on IntegriCloud