artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabebc0
)
proper indent
author
deraadt
<deraadt@openbsd.org>
Sun, 24 Aug 2008 16:30:18 +0000
(16:30 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 24 Aug 2008 16:30:18 +0000
(16:30 +0000)
sys/dev/pci/if_bge.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_bge.c
b/sys/dev/pci/if_bge.c
index
e03ff01
..
2d7c80d
100644
(file)
--- a/
sys/dev/pci/if_bge.c
+++ b/
sys/dev/pci/if_bge.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_bge.c,v 1.23
8 2008/07/17 19:59:44 brad Exp $
*/
+/* $OpenBSD: if_bge.c,v 1.23
9 2008/08/24 16:30:18 deraadt Exp $
*/
/*
* Copyright (c) 2001 Wind River Systems
@@
-1870,7
+1870,7
@@
bge_attach(struct device *parent, struct device *self, void *aux)
if (OF_getprop(PCITAG_NODE(pa->pa_tag), "subsystem-vendor-id",
&subvendor, sizeof(subvendor)) == sizeof(subvendor)) {
if (subvendor == PCI_VENDOR_SUN)
- sc->bge_flags |= BGE_NO_EEPROM;
+
sc->bge_flags |= BGE_NO_EEPROM;
}
#endif