cvs commit: src/sys/dev/gem if_gem.c

Marius Strobl marius at FreeBSD.org
Sat Aug 27 18:02:16 GMT 2005


marius      2005-08-27 18:02:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/gem          if_gem.c 
  Log:
  MFC:    1.30
  
  - Wrap the handler and associated code for collecting completed RX
    descriptors that are still marked owned in #ifdef GEM_RINT_TIMEOUT
    instead of #if 0 for convenience.
  - Remove stale code and comment about relying on the preset XIF config.
  - In case of a watchdog timeout call the init function instead of just
    the start function so the chip is properly reset.
  
  Merge from hme(4):
  - Convert to use bus_dmamap_load_mbuf_sg() for loading RX buffers.
  - Protect from a duplicate mbuf free panic in case the DMA engine hangs.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.29.2.3  +23 -31    src/sys/dev/gem/if_gem.c


More information about the cvs-src mailing list