Date: Fri, 18 Jul 2003 15:11:47 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c Message-ID: <200307182211.h6IMBl2E050849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307182211.h6IMBl2E050849>