diff options
| author | christos <christos@NetBSD.org> | 2006-08-27 23:23:48 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-27 23:23:48 +0000 |
| commit | 1624b1a6239d1cefd8a30a8cdfa8afa2ecbb9a4d (patch) | |
| tree | 89f01fb3ae920cc58c59d6556cd67d734c68de7b /sys/dev/ic | |
| parent | d22d88fc753f87fbba37de2bf5d2acec5e88c8ff (diff) | |
typo
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/aic6360.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/aic6360.c b/sys/dev/ic/aic6360.c index e6bc68b335a..7cf19f05353 100644 --- a/sys/dev/ic/aic6360.c +++ b/sys/dev/ic/aic6360.c @@ -1,4 +1,4 @@ -/* $NetBSD: aic6360.c,v 1.88 2006/08/27 23:23:02 christos Exp $ */ +/* $NetBSD: aic6360.c,v 1.89 2006/08/27 23:23:48 christos Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved. @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.88 2006/08/27 23:23:02 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.89 2006/08/27 23:23:48 christos Exp $"); #include "opt_ddb.h" @@ -1081,7 +1081,7 @@ nextbyte: switch (sc->sc_imess[0]) { case MSG_CMDCOMPLETE: -#ifdef 0 +#if 0 /* impossible dleft is unsigned */ if (sc->sc_dleft < 0) { periph = acb->xs->xs_periph; |
