diff options
| author | christos <christos@NetBSD.org> | 2006-09-02 07:06:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-09-02 07:06:03 +0000 |
| commit | b5da945622a0bb73dcef1c19cc41dc7374aace6e (patch) | |
| tree | b003a0991efd548d02a38a556f31a0cec10faba7 /sys/dev/mii | |
| parent | a91b63349ca621dec3fedb0ec20405a6b0cea3a5 (diff) | |
comment out unreachable code
Diffstat (limited to 'sys/dev/mii')
| -rw-r--r-- | sys/dev/mii/mii_physubr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index 073587d3ee3..a11b3a46af9 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -1,4 +1,4 @@ -/* $NetBSD: mii_physubr.c,v 1.49 2006/03/29 07:05:24 thorpej Exp $ */ +/* $NetBSD: mii_physubr.c,v 1.50 2006/09/02 07:06:03 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mii_physubr.c,v 1.49 2006/03/29 07:05:24 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mii_physubr.c,v 1.50 2006/09/02 07:06:03 christos Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -134,7 +134,7 @@ mii_phy_setmedia(struct mii_softc *sc) */ #ifdef DIAGNOSTIC - if (ife->ifm_data < 0 || ife->ifm_data >= MII_NMEDIA) + if (/* ife->ifm_data < 0 || */ ife->ifm_data >= MII_NMEDIA) panic("mii_phy_setmedia"); #endif |
