cvs commit: src/sys/pci if_rl.c

Bill Paul wpaul at FreeBSD.org
Fri Jul 18 15:11:48 PDT 2003


wpaul       2003/07/18 15:11:47 PDT

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  Fix a busdma bogon:
  
  Some of the calls to bus_dmamap_sync() were syncing the DMA descriptor
  ring maps using the mbuf tag, when they should have been using the
  descriptor ring tag instead.
  
  Revision  Changes    Path
  1.105     +3 -3      src/sys/pci/if_rl.c


More information about the cvs-src mailing list