artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ede3ad
)
spacing
author
deraadt
<deraadt@openbsd.org>
Tue, 27 Jul 2010 21:40:40 +0000
(21:40 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 27 Jul 2010 21:40:40 +0000
(21:40 +0000)
sys/dev/pci/if_bce.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_bce.c
b/sys/dev/pci/if_bce.c
index
980bfe0
..
9cf4a04
100644
(file)
--- a/
sys/dev/pci/if_bce.c
+++ b/
sys/dev/pci/if_bce.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_bce.c,v 1.
29 2010/07/27 21:35:51 todd
Exp $ */
+/* $OpenBSD: if_bce.c,v 1.
30 2010/07/27 21:40:40 deraadt
Exp $ */
/* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */
/*
@@
-436,7
+436,7
@@
bce_activate(struct device *self, int act)
struct bce_softc *sc = (struct bce_softc *)self;
struct ifnet *ifp = &sc->bce_ac.ac_if;
- switch(act) {
+ switch
(act) {
case DVACT_SUSPEND:
if (ifp->if_flags & IFF_RUNNING)
bce_stop(ifp, 1);