diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-09 22:26:15 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-09 22:26:15 +0000 |
commit | bcd78da92457ad75c51ae53f1f2436a5a4151a00 (patch) | |
tree | 624d56fe0ed08dbfe0b835bee5f4c1b1e93d57a0 /sys/dev | |
parent | 211a5498cb28feb169d425ce5d147d5962abe983 (diff) |
don't clear RUNNING here.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_nge.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nge.c b/sys/dev/pci/if_nge.c index 7beae2989e5..b2873075f81 100644 --- a/sys/dev/pci/if_nge.c +++ b/sys/dev/pci/if_nge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nge.c,v 1.39 2005/07/09 22:14:27 brad Exp $ */ +/* $OpenBSD: if_nge.c,v 1.40 2005/07/09 22:26:14 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -2116,7 +2116,6 @@ nge_ioctl(ifp, command, data) NGE_CLRBIT(sc, NGE_RXFILT_CTL, NGE_RXFILTCTL_ALLMULTI); } else { - ifp->if_flags &= ~IFF_RUNNING; nge_init(sc); } } else { |