summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ultra14f.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 16:08:51 +0000
committerbde <bde@FreeBSD.org>1994-08-28 16:08:51 +0000
commitea683235cdf6d8ae1ad88829778a0b4856682d7f (patch)
tree7850d804788c58786f8f63071bc0de262a07d928 /sys/i386/isa/ultra14f.c
parent6d1bd3be6092dd58a39fa48c647d59fb1a10f8a6 (diff)
downloadFreeBSD-src-ea683235cdf6d8ae1ad88829778a0b4856682d7f.zip
FreeBSD-src-ea683235cdf6d8ae1ad88829778a0b4856682d7f.tar.gz
Update declarations for timeout stuff the same as for the other SCSI
drivers.
Diffstat (limited to 'sys/i386/isa/ultra14f.c')
-rw-r--r--sys/i386/isa/ultra14f.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c
index d86629b..e488d08 100644
--- a/sys/i386/isa/ultra14f.c
+++ b/sys/i386/isa/ultra14f.c
@@ -22,7 +22,7 @@
* today: Fri Jun 2 17:21:03 EST 1994
* added 24F support ++sg
*
- * $Id: ultra14f.c,v 1.22 1994/08/19 00:32:52 jkh Exp $
+ * $Id: ultra14f.c,v 1.23 1994/08/27 16:14:22 davidg Exp $
*/
#include <sys/types.h>
@@ -264,7 +264,7 @@ int uhaprobe();
int uha_attach();
int uhaintr();
int32 uha_scsi_cmd();
-void uha_timeout(caddr_t, int);
+timeout_t uha_timeout;
void uha_free_mscp();
int uha_abort();
void uhaminphys();
@@ -1277,7 +1277,8 @@ uha_scsi_cmd(xs)
}
void
-uha_timeout(caddr_t arg1, int arg2)
+uha_timeout(arg1)
+ void *arg1;
{
struct mscp *mscp = (struct mscp *)arg1;
int unit;
OpenPOWER on IntegriCloud