cube 9d4a2bf213 - If the chip doesn't support jumbo frames, don't use bus_dmamap_load_mbuf
which expects a properly filled mbuf chain, but bus_dmamap_load for the
  mbuf storage space instead.

- If the chip supports jumbo frames
    + keep track of which RX descriptor uses which jumbo mbuf buffer, so
      that we can rewrite the physaddr field of the descriptor later, as it
      might be partially overwritten by the hw
    + when we're out of jumbo mbufs, and if the packet is small enough,
      copy it into a cluster mbuf

Those changes make my nfe(4) stable in both cases (defining NFE_NO_JUMBO
for the first one).
2007-09-24 13:17:53 +00:00
..
2007-09-06 08:14:30 +00:00
2007-09-16 15:02:07 +00:00
2007-09-12 11:45:39 +00:00
2007-08-28 01:11:50 +00:00
2007-09-22 20:01:21 +00:00
2007-09-06 08:52:36 +00:00
2007-09-22 08:37:33 +00:00
2007-08-27 02:01:23 +00:00