summaryrefslogtreecommitdiff
path: root/sys/dev/pst
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-08-20 19:17:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-08-20 19:17:53 +0000
commita56fe095f0d5fb20fc70b784acb0cd2d367d3e79 (patch)
treeee9b2a74c07c732ee357d4810494c3b6aecd6e71 /sys/dev/pst
parent497e910cd321dbdc45c010417bb7079365234fcf (diff)
Notes
Diffstat (limited to 'sys/dev/pst')
-rw-r--r--sys/dev/pst/pst-iop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c
index 3fa37fdbfd31..d4e83f01ecbe 100644
--- a/sys/dev/pst/pst-iop.c
+++ b/sys/dev/pst/pst-iop.c
@@ -152,9 +152,7 @@ iop_attach(void *arg)
break;
case I2O_CLASS_RANDOM_BLOCK_STORAGE:
- newbus_xlock();
pst_add_raid(sc, &sc->lct[i]);
- newbus_xunlock();
break;
}
}