aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2001-01-10 11:43:02 +0000
committerMike Smith <msmith@FreeBSD.org>2001-01-10 11:43:02 +0000
commited5c5fb423b81dc7bfa508995d6d84df9c16aaa9 (patch)
treec15e96d8eb691b9fe16e7c073bef43834699f651 /sys/dev/aac
parent691eb641af3479d5f86cf617191790c9e6822105 (diff)
Notes
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c
index b1b17fec9d03..bcb3bcbf8b5c 100644
--- a/sys/dev/aac/aac.c
+++ b/sys/dev/aac/aac.c
@@ -545,7 +545,7 @@ static int
aac_start(struct aac_command *cm)
{
struct aac_softc *sc = cm->cm_sc;
- int s, error;
+ int error;
debug_called(2);
@@ -560,7 +560,6 @@ aac_start(struct aac_command *cm)
cm->cm_fib->Header.SenderData = (u_int32_t)cm; /* XXX 64-bit physical address issue */
/* put the FIB on the outbound queue */
- s = splbio();
if (aac_enqueue_fib(sc, AAC_ADAP_NORM_CMD_QUEUE, cm->cm_fib->Header.Size,
cm->cm_fib->Header.ReceiverFibAddress)) {
error = EBUSY;