diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:34:13 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:34:13 +0000 |
| commit | 13cfc225b952d4a3bc3585f4ad37ef30160143fd (patch) | |
| tree | e636143b743d1d4e11fab8ec77d6e2196a21d590 /sys/dev | |
| parent | 217a0a47e4fe2eb0892466ecf6106f2c0d96e9d7 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 5221689d9494..48db5faad178 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.4 1998/09/20 05:06:10 gibbs Exp $ + * $Id: aic7xxx.c,v 1.5 1998/09/20 23:30:14 gibbs Exp $ */ /* * A few notes on features of the driver. @@ -2263,6 +2263,7 @@ ahc_handle_devreset(struct ahc_softc *ahc, int target, char channel, printf("%s: %s on %c:%d. %d SCBs aborted\n", ahc_name(ahc), message, channel, target, found); } + /* * We have an scb which has been processed by the * adaptor, now we look to see how the operation |
