diff options
Diffstat (limited to 'sys/dev/ic/smc90cx6.c')
-rw-r--r-- | sys/dev/ic/smc90cx6.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/smc90cx6.c b/sys/dev/ic/smc90cx6.c index 72f09855f94..327b5b79734 100644 --- a/sys/dev/ic/smc90cx6.c +++ b/sys/dev/ic/smc90cx6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smc90cx6.c,v 1.10 2004/06/24 19:35:23 tholo Exp $ */ +/* $OpenBSD: smc90cx6.c,v 1.11 2005/02/14 14:00:49 brad Exp $ */ /* $NetBSD: smc90cx6.c,v 1.17 1996/05/07 01:43:18 thorpej Exp $ */ /* @@ -1167,6 +1167,7 @@ bah_ioctl(ifp, command, data) bah_init(sc); break; } + break; case SIOCSIFFLAGS: if ((ifp->if_flags & IFF_UP) == 0 && |