Cosmetic changes.

This commit is contained in:
tsubai 2001-04-26 15:52:00 +00:00
parent 75dbde785b
commit 520e444562
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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. */