diff options
Diffstat (limited to 'sys/dev/pci/if_ixgb.c')
-rw-r--r-- | sys/dev/pci/if_ixgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ixgb.c b/sys/dev/pci/if_ixgb.c index 9b33454e1e2..0477a19e103 100644 --- a/sys/dev/pci/if_ixgb.c +++ b/sys/dev/pci/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.c,v 1.9 2006/02/26 01:27:16 brad Exp $ */ +/* $OpenBSD: if_ixgb.c,v 1.10 2006/03/05 01:13:37 brad Exp $ */ #include <dev/pci/if_ixgb.h> @@ -550,7 +550,7 @@ ixgb_intr(void *arg) ifp = &sc->interface_data.ac_if; - for (;;) { + for (;;) { reg_icr = IXGB_READ_REG(&sc->hw, ICR); if (reg_icr == 0) break; |