Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 15:24:23 -0800 (PST)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_xl.c
Message-ID:  <200304052324.h35NON7V036321@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304052324.h35NON7V036321>