]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a busdma bogon:
authorwpaul <wpaul@FreeBSD.org>
Fri, 18 Jul 2003 22:11:47 +0000 (22:11 +0000)
committerwpaul <wpaul@FreeBSD.org>
Fri, 18 Jul 2003 22:11:47 +0000 (22:11 +0000)
commit6999a6bd2e3cd756a628a3316037b79d327e818d
tree3d5d1816002c739b50fd612af0fbf5d538fed5b4
parentea98d2c3e5bb7d8ff7e0d59d7d53b90718424b45
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.
sys/pci/if_rl.c