summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-07-28 08:24:07 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-07-28 08:24:07 +0000
commit26b0f80b895411f093653a1a3e796de713df4be3 (patch)
tree2b336a2aa76b91249fc931b089d7a26c4d24d3b5 /sys/dev/pci
parent6367e65c8eba42345584f505a9a9c42e785110fc (diff)
Replace "XXX ? from linux" with a descriptive comment. From Brad.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_stge.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c
index 03057a6f487..a574f5e3f89 100644
--- a/sys/dev/pci/if_stge.c
+++ b/sys/dev/pci/if_stge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_stge.c,v 1.47 2009/07/26 11:58:20 kettenis Exp $ */
+/* $OpenBSD: if_stge.c,v 1.48 2009/07/28 08:24:06 sthen Exp $ */
/* $NetBSD: if_stge.c,v 1.27 2005/05/16 21:35:32 bouyer Exp $ */
/*-
@@ -1324,7 +1324,8 @@ stge_init(struct ifnet *ifp)
/* Tx Poll Now bug work-around. */
CSR_WRITE_2(sc, STGE_DebugCtrl,
CSR_READ_2(sc, STGE_DebugCtrl) | 0x0010);
- /* XXX ? from linux */
+
+ /* Rx Poll Now bug work-around. */
CSR_WRITE_2(sc, STGE_DebugCtrl,
CSR_READ_2(sc, STGE_DebugCtrl) | 0x0020);
}