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