[BACK]Return to seagate.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / isa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/isa/seagate.c between version 1.41.2.3 and 1.41.2.4

version 1.41.2.3, 2002/02/11 20:09:52 version 1.41.2.4, 2002/06/23 17:47:05
Line 624  sea_scsipi_request(chan, req, arg)
Line 624  sea_scsipi_request(chan, req, arg)
   
                 if ((flags & XS_CTL_POLL) == 0) {                  if ((flags & XS_CTL_POLL) == 0) {
                         callout_reset(&scb->xs->xs_callout,                          callout_reset(&scb->xs->xs_callout,
                             (xs->timeout * hz) / 1000, sea_timeout, scb);                              mstohz(xs->timeout), sea_timeout, scb);
                         splx(s);                          splx(s);
                         return;                          return;
                 }                  }

Legend:
Removed from v.1.41.2.3  
changed lines
  Added in v.1.41.2.4

CVSweb <webmaster@jp.NetBSD.org>