From 724b7a2be2bc507dce034a47d006656422862833 Mon Sep 17 00:00:00 2001 From: Doug Ambrisko Date: Wed, 18 Sep 2002 21:32:48 +0000 Subject: [PATCH] Clarify comment to "Code borrowed from if_fxp.c" to deal with running out of fragments. Suggested by: jhb --- sys/pci/if_ste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 020670ccfb5..e49443718c0 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -1525,7 +1525,7 @@ ste_encap(sc, c, m_head) /* * 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) { -- 2.45.2