diff options
Diffstat (limited to 'sys/dev/pci/if_de.c')
-rw-r--r-- | sys/dev/pci/if_de.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_de.c b/sys/dev/pci/if_de.c index 3973edf19a4..bc9d0657b66 100644 --- a/sys/dev/pci/if_de.c +++ b/sys/dev/pci/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.96 2006/07/08 04:15:36 brad Exp $ */ +/* $OpenBSD: if_de.c,v 1.97 2007/02/14 00:53:48 jsg Exp $ */ /* $NetBSD: if_de.c,v 1.58 1998/01/12 09:39:58 thorpej Exp $ */ /*- @@ -1292,7 +1292,7 @@ tulip_mii_autonegotiate(tulip_softc_t * const sc, const unsigned phyaddr) sc->tulip_probe_timeout = 3000; sc->tulip_intrmask |= TULIP_STS_ABNRMLINTR|TULIP_STS_NORMALINTR; sc->tulip_probe_state = TULIP_PROBE_PHYRESET; - /* FALL THROUGH */ + /* FALLTHROUGH */ } case TULIP_PROBE_PHYRESET: { u_int32_t status; @@ -1338,7 +1338,7 @@ tulip_mii_autonegotiate(tulip_softc_t * const sc, const unsigned phyaddr) #endif sc->tulip_probe_state = TULIP_PROBE_PHYAUTONEG; sc->tulip_probe_timeout = 3000; - /* FALL THROUGH */ + /* FALLTHROUGH */ } case TULIP_PROBE_PHYAUTONEG: { u_int32_t status = tulip_mii_readreg(sc, phyaddr, PHYREG_STATUS) |