diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-07 23:38:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-07 23:38:10 +0000 |
commit | 729e2be54438175b4e009f5657af93614a328875 (patch) | |
tree | 7f1b8778f5a28e3f2e13ae64c8aceeaa73a8e825 /sys | |
parent | 59c93f1587c62cbb3bbe8cccc2c013c1ce17c589 (diff) |
remove some whitespace
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_em_hw.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em_hw.c b/sys/dev/pci/if_em_hw.c index 1bac700935e..04646df9ddd 100644 --- a/sys/dev/pci/if_em_hw.c +++ b/sys/dev/pci/if_em_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: if_em_hw.c,v 1.11 2005/10/07 23:24:42 brad Exp $ */ +/* $OpenBSD: if_em_hw.c,v 1.12 2005/10/07 23:38:09 brad Exp $ */ /* if_em_hw.c * Shared functions for accessing and configuring the MAC */ @@ -766,8 +766,6 @@ em_init_hw(struct em_hw *hw) break; } - - if (hw->mac_type == em_82573) { uint32_t gcr = E1000_READ_REG(hw, GCR); gcr |= E1000_GCR_L1_ACT_WITHOUT_L0S_RX; |