[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.71 and 1.71.10.1

version 1.71, 2012/10/27 17:18:25 version 1.71.10.1, 2014/08/10 06:54:52
Line 557  void
Line 557  void
 sea_scsipi_request(struct scsipi_channel *chan, scsipi_adapter_req_t req, void *arg)  sea_scsipi_request(struct scsipi_channel *chan, scsipi_adapter_req_t req, void *arg)
 {  {
         struct scsipi_xfer *xs;          struct scsipi_xfer *xs;
         struct scsipi_periph *periph;          struct scsipi_periph *periph __diagused;
         struct sea_softc *sea = device_private(chan->chan_adapter->adapt_dev);          struct sea_softc *sea = device_private(chan->chan_adapter->adapt_dev);
         struct sea_scb *scb;          struct sea_scb *scb;
         int flags;          int flags;

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.71.10.1

CVSweb <webmaster@jp.NetBSD.org>