CVS commit: src/sys/dev
"Yuri Honegger Yurix" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yurix Date: Wed Jul 1 19:02:42 UTC 2026 Modified Files: src/sys/dev/marvell: mvsdio.c src/sys/dev/sdmmc: sdmmcvar.h Log Message: sdmmc: remove unused cmd fields c_dmaseg and c_dmaoff are only written using memset(&cmd, 0) when constructing a command, so they always assume a constant value and can be removed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/marvell/mvsdio.c cvs rdiff -u -r1.39 -r1.40 src/sys/dev/sdmmc/sdmmcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.