Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   skrll
Date:           Sun Jul 14 09:31:55 UTC 2024

Modified Files:
        src/sys/dev/ic: dwc_gmac.c

Log Message:
Fix some bus_dmamap_sync calls.
- ensure new descriptors are written before handing ownership of the
  first in the list to the device.
- ensure descriptors are sync'ed before dumping them in
  dwc_gmac_dump_[rt]x_desc
- don't sync the TX packet buffer twice (and not after we've passed
  ownership of its TX descriptor)

Change some variable names to better reflect what they are while I'm here.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/dev/ic/dwc_gmac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index