summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2002-09-18 21:32:48 +0000
committerambrisko <ambrisko@FreeBSD.org>2002-09-18 21:32:48 +0000
commitc0ce23344e79272e506fece17bdcdbe98543f8ae (patch)
tree894d83b7c011e4b3d6f1610ac41c31003116c57b /sys/pci/if_ste.c
parentf5582a64c04362d100b455932eabb787fb3b4bad (diff)
downloadFreeBSD-src-c0ce23344e79272e506fece17bdcdbe98543f8ae.zip
FreeBSD-src-c0ce23344e79272e506fece17bdcdbe98543f8ae.tar.gz
Clarify comment to "Code borrowed from if_fxp.c" to deal with running
out of fragments. Suggested by: jhb
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r--sys/pci/if_ste.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index 020670c..e494437 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -1525,7 +1525,7 @@ encap_retry:
/*
* We ran out of segments. We have to recopy this
* mbuf chain first. Bail out if we can't get the
- * new buffers from if_fxp.c
+ * new buffers. Code borrowed from if_fxp.c
*/
MGETHDR(mn, M_DONTWAIT, MT_DATA);
if (mn == NULL) {
OpenPOWER on IntegriCloud