diff options
-rw-r--r-- | sys/dev/ic/ami.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/pdq.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/twe.c | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index b4146cd8414..75e5aea9375 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.9 2001/06/25 01:11:37 mickey Exp $ */ +/* $OpenBSD: ami.c,v 1.10 2001/07/04 22:53:25 espie Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -878,6 +878,7 @@ ami_done(sc, idx) break; default: /* no data */ + break; } } diff --git a/sys/dev/ic/pdq.c b/sys/dev/ic/pdq.c index 1e22589dbbe..36f23a3ef3e 100644 --- a/sys/dev/ic/pdq.c +++ b/sys/dev/ic/pdq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdq.c,v 1.9 1999/11/23 04:49:29 jason Exp $ */ +/* $OpenBSD: pdq.c,v 1.10 2001/07/04 22:53:26 espie Exp $ */ /* $NetBSD: pdq.c,v 1.9 1996/10/13 01:37:26 christos Exp $ */ /*- @@ -531,6 +531,7 @@ pdq_queue_commands( break; } default: + break; } /* * At this point the command is done. All that needs to be done is to @@ -1238,6 +1239,7 @@ pdq_run( case PDQS_RING_MEMBER: { } default: + break; } } diff --git a/sys/dev/ic/twe.c b/sys/dev/ic/twe.c index cb5f44169b3..ec8e93f43c1 100644 --- a/sys/dev/ic/twe.c +++ b/sys/dev/ic/twe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twe.c,v 1.11 2001/05/18 17:09:09 mickey Exp $ */ +/* $OpenBSD: twe.c,v 1.12 2001/07/04 22:53:24 espie Exp $ */ /* * Copyright (c) 2000, 2001 Michael Shalayeff. All rights reserved. @@ -640,6 +640,7 @@ twe_done(sc, idx) break; default: /* no data */ + break; } } |