diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-02 23:20:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-02 23:20:06 +0000 |
commit | 056768835a279236bda316b23ad439e9e2106483 (patch) | |
tree | 76bf5c7fcad051ad7824edc11a43a54153f78536 | |
parent | 852a54b9064f377b33e84efe6502c6854db511c5 (diff) |
oops
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index e69096eada8..9f34fc6fbcb 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.41 2005/07/02 23:17:36 brad Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.42 2005/07/02 23:20:05 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -1178,7 +1178,7 @@ void rl_stop(sc) timeout_del(&sc->sc_tick_tmo); - ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE) + ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); CSR_WRITE_1(sc, RL_COMMAND, 0x00); CSR_WRITE_2(sc, RL_IMR, 0x0000); |