summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2005-10-07 23:38:09 +0000
committerbrad <brad@openbsd.org>2005-10-07 23:38:09 +0000
commitfd98343b9becdc91ee0a790823f2eb6a36c74389 (patch)
treea71d5a89aaf3e45fe0c564689e05b4f3e170db96
parentmention newer PCI Express chips. (diff)
downloadwireguard-openbsd-fd98343b9becdc91ee0a790823f2eb6a36c74389.tar.xz
wireguard-openbsd-fd98343b9becdc91ee0a790823f2eb6a36c74389.zip
remove some whitespace
-rw-r--r--sys/dev/pci/if_em_hw.c4
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;