diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-24 23:44:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-12-24 23:44:11 +0000 |
commit | fb91b69c87399f1ce69f74a69e3273b42c474be3 (patch) | |
tree | 2082b79870bfb86ab0bd3b97a3ea6cf0f7360f41 /sys | |
parent | 6d89797b49277897e8eefb5ac517a60bf78b8279 (diff) |
brad should compile before commiting
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 8e4c0b496c5..baf1a447057 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.46 2004/12/24 23:29:14 brad Exp $ */ +/* $OpenBSD: if_bge.c,v 1.47 2004/12/24 23:44:10 deraadt Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2832,7 +2832,7 @@ bge_init(xsc) } /* Init jumbo RX ring. */ - if (sc->bge_quirks & BGE_QUIRK_5705_CORE) == 0) + if ((sc->bge_quirks & BGE_QUIRK_5705_CORE) == 0) bge_init_rx_ring_jumbo(sc); /* Init our RX return ring index */ |