diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-01-15 23:24:23 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1999-01-15 23:24:23 +0000 |
| commit | 2e03cdebd586c7afbec50556ed31d29aff685307 (patch) | |
| tree | 12c5bf15b6b735b34952eb732594b45bd4221c34 | |
| parent | a07089226dc4e0d6600a659e9e1c4a4ac1a15e51 (diff) | |
Notes
| -rw-r--r-- | sys/dev/aic7xxx/aic7xxx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index ee2cc0e80c75..e442be536b9e 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.14 1998/12/17 00:06:52 gibbs Exp $ + * $Id: aic7xxx.c,v 1.15 1999/01/14 06:14:14 gibbs Exp $ */ /* * A few notes on features of the driver. @@ -2684,6 +2684,7 @@ ahc_parse_msg(struct ahc_softc *ahc, struct cam_path *path, } else ahc_handle_ign_wide_residue(ahc, devinfo); } + break; } case MSG_EXTENDED: { @@ -2869,6 +2870,7 @@ ahc_parse_msg(struct ahc_softc *ahc, struct cam_path *path, reject = TRUE; break; } + break; } case MSG_ABORT: case MSG_ABORT_TAG: |
