diff options
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 |
