summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2015-01-24 02:36:04 +0000
committerBrad Smith <brad@cvs.openbsd.org>2015-01-24 02:36:04 +0000
commit531f80401b20ecab8b2f9129681af43473f87e76 (patch)
treef13aef4b67e34242e85e6579fc4ecc3550e62313
parent93c640b1e0b94147a675e993c4c65d8bea987ad8 (diff)
Remove a comment that is no longer true with MCLGETI and jumbos on
some revisions of the chipsets.
-rw-r--r--sys/dev/pci/if_bge.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 64ca46bc854..a7452c5b71d 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.362 2014/12/22 02:28:51 tedu Exp $ */
+/* $OpenBSD: if_bge.c,v 1.363 2015/01/24 02:36:03 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -1224,12 +1224,6 @@ bge_newbuf_jumbo(struct bge_softc *sc, int i)
return (0);
}
-/*
- * The standard receive ring has 512 entries in it. At 2K per mbuf cluster,
- * that's 1MB or memory, which is a lot. For now, we fill only the first
- * 256 ring entries and hope that our CPU is fast enough to keep up with
- * the NIC.
- */
int
bge_init_rx_ring_std(struct bge_softc *sc)
{