From 2e03cdebd586c7afbec50556ed31d29aff685307 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Fri, 15 Jan 1999 23:24:23 +0000 Subject: [PATCH] Add two missing break statements. --- sys/dev/aic7xxx/aic7xxx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index ee2cc0e80c7..e442be536b9 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: