diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 01:07:52 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-01 01:07:52 +0000 |
commit | 2da345fe092d8da598fe4bf83b8cc063f13e8e21 (patch) | |
tree | 9b9fdc92ceb2ccbe97399ec6a6d65d1959271e20 /sys/dev/tc/ascvar.h | |
parent | 73d5699ea92aac56dc0585765d07fde464070c29 (diff) |
Convert to new timeouts.
Diffstat (limited to 'sys/dev/tc/ascvar.h')
-rw-r--r-- | sys/dev/tc/ascvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/tc/ascvar.h b/sys/dev/tc/ascvar.h index 2321001085f..02327cac7a8 100644 --- a/sys/dev/tc/ascvar.h +++ b/sys/dev/tc/ascvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ascvar.h,v 1.4 2001/01/25 03:50:52 todd Exp $ */ +/* $OpenBSD: ascvar.h,v 1.5 2001/05/01 01:07:51 aaron Exp $ */ /* $NetBSD: ascvar.h,v 1.4 1997/11/28 18:23:40 mhitch Exp $ */ @@ -67,6 +67,7 @@ struct asc_softc { int ccf; /* CCF, whatever that really is? */ int timeout_250; /* 250ms timeout */ int tb_ticks; /* 4ns. ticks/tb channel ticks */ + struct timeout asc_timo; #ifdef USE_NEW_SCSI struct scsi_link sc_link; /* scsipi link struct */ #endif |