cvs commit: src/sys/dev/em if_em.c

John Baldwin jhb at FreeBSD.org
Wed Dec 6 14:05:36 PST 2006


jhb         2006-12-06 22:03:13 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/em           if_em.c 
  Log:
  Reduce diffs to RELENG_6:
  - Use bus_dmamap_load_mbuf_sg() rather than a private simple callback in
    conjuction with bus_dmamap_load_mbuf().
  - Use bus_alloc_resource_any().
  - Remove bogus BUS_DMA_ALLOCNOW flag.
  
  Revision  Changes    Path
  1.2.2.25  +14 -40    src/sys/dev/em/if_em.c


More information about the cvs-all mailing list