diff --git a/sys/arch/newsmips/apbus/spifi.c b/sys/arch/newsmips/apbus/spifi.c index fb0894bba7d4..87a68767ce42 100644 --- a/sys/arch/newsmips/apbus/spifi.c +++ b/sys/arch/newsmips/apbus/spifi.c @@ -1,4 +1,4 @@ -/* $NetBSD: spifi.c,v 1.2 2001/04/25 17:53:18 bouyer Exp $ */ +/* $NetBSD: spifi.c,v 1.3 2001/04/26 15:52:00 tsubai Exp $ */ /*- * Copyright (c) 2000 Tsubai Masanari. All rights reserved. @@ -215,7 +215,6 @@ spifi_scsipi_request(chan, req, arg) struct scsipi_channel *chan; scsipi_adapter_req_t req; void *arg; - { struct scsipi_xfer *xs; struct scsipi_periph *periph; diff --git a/sys/arch/newsmips/dev/scsireg.h b/sys/arch/newsmips/dev/scsireg.h index e1be40c56091..13ab9e80dd04 100644 --- a/sys/arch/newsmips/dev/scsireg.h +++ b/sys/arch/newsmips/dev/scsireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsireg.h,v 1.5 2001/04/25 17:53:19 bouyer Exp $ */ +/* $NetBSD: scsireg.h,v 1.6 2001/04/26 15:52:01 tsubai Exp $ */ /* * Copyright (c) 1992, 1993 @@ -262,8 +262,8 @@ struct sc_softc { int scsi_1185AQ; int pad_start; - int wbc; /* # of channel that is waiting for scsi bus free */ - int wrc; /* # of channel that is waiting for reselection */ + int wbc; /* # of channel that is waiting for scsi bus free */ + int wrc; /* # of channel that is waiting for reselection */ struct sc_chan_stat *ip; /* In progress channel. Same as ISTAT.IP */ int ipc; /* number of in progress channel. */