summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst/pst-iop.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pst/pst-iop.c')
-rw-r--r--sys/dev/pst/pst-iop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c
index d4e83f0..3fa37fd 100644
--- a/sys/dev/pst/pst-iop.c
+++ b/sys/dev/pst/pst-iop.c
@@ -152,7 +152,9 @@ iop_attach(void *arg)
break;
case I2O_CLASS_RANDOM_BLOCK_STORAGE:
+ newbus_xlock();
pst_add_raid(sc, &sc->lct[i]);
+ newbus_xunlock();
break;
}
}
OpenPOWER on IntegriCloud