CVS commit: src/sys/dev/ic
"Jared D. McNeill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jmcneill Date: Sat May 30 11:00:34 UTC 2026 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos: Replace TX kthread with softint. TX hangs were reported on RK3588 with the kthread and this performs a lot better for me anyway. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/ic/dwc_eqos.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/dwc_eqos_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.