cvs commit: src/sys/pci if_xl.c

Maxime Henrion mux at FreeBSD.org
Sat Apr 5 15:24:24 PST 2003


mux         2003/04/05 15:24:23 PST

  FreeBSD src repository

  Modified files:
    sys/pci              if_xl.c 
  Log:
  Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() for the
  RX part of this driver too.  It's better since the code wasn't
  dealing with bus_dmamap_load() returning EINPROGRESS, and this
  can't happen with bus_dmamap_load_mbuf().
  
  Submitted by:   jake
  
  Revision  Changes    Path
  1.137     +21 -2     src/sys/pci/if_xl.c


More information about the cvs-all mailing list