freebsd-skq/sys/dev/lge
yongari fda0556ed2 MFC if_lge.c rev 1.53 to RELENG_6:
Plug memory leak in jumbo buffer allocation failure path.
  Patch in the PR was modified to check active jumbo buffers in use
  and other possible jumbo buffer leak.

  Jumbo buffer usage in lge(4) still wouldn't be reliable due to lack
  of driver lock in local jumbo buffer allocator. Either introduce
  a new lock to protect jumbo buffer or switch to UMA backed page
  allocator for jumbo frame is required.

  I've removed informational device_printf in lge_free_jumbo_mem as
  lge_dev member variable in softc does not exist on RELENG_6.
  if_printf can't be used as sc->lge_ifp could be NULL.

  PR:	kern/78072
2008-03-18 02:01:21 +00:00
..
if_lge.c MFC if_lge.c rev 1.53 to RELENG_6: 2008-03-18 02:01:21 +00:00
if_lgereg.h MFC: Add locking and mark MPSAFE. 2005-11-30 16:04:52 +00:00