summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-09-03 05:23:59 +0000
committerchristos <christos@NetBSD.org>2006-09-03 05:23:59 +0000
commit5b7c1e90d5ec641f7a1e368a2b2fd855d8f86a72 (patch)
tree46d883ae0550a97c0bf728de80030ca5ce3af7c8 /sys/dev/ic
parent78c43e9064cf3184a55338e4f2375e042f71a436 (diff)
add missing decl.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/siop_common.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c
index eb88d262ab5..81af062d64b 100644
--- a/sys/dev/ic/siop_common.c
+++ b/sys/dev/ic/siop_common.c
@@ -1,4 +1,4 @@
-/* $NetBSD: siop_common.c,v 1.38 2005/11/26 04:11:31 tsutsui Exp $ */
+/* $NetBSD: siop_common.c,v 1.39 2006/09/03 05:23:59 christos Exp $ */
/*
* Copyright (c) 2000, 2002 Manuel Bouyer.
@@ -33,7 +33,7 @@
/* SYM53c7/8xx PCI-SCSI I/O Processors driver */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.38 2005/11/26 04:11:31 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siop_common.c,v 1.39 2006/09/03 05:23:59 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -672,6 +672,7 @@ void
siop_wdtr_msg(siop_cmd, offset, wide)
struct siop_common_cmd *siop_cmd;
int offset;
+ int wide;
{
siop_cmd->siop_tables->msg_out[offset + 0] = MSG_EXTENDED;
siop_cmd->siop_tables->msg_out[offset + 1] = MSG_EXT_WDTR_LEN;