CVS commit: src/sys/dev/usb
"Nick Hudson" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: skrll Date: Tue Mar 3 13:48:07 UTC 2026 Modified Files: src/sys/dev/usb: ehci.c ehcireg.h ehcivar.h Log Message: Allocate a cache line per ehci_sitd_t and drop the use of USBMALLOC_COHERENT in ehci_alloc_sitd to match the comment. Spotted by jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.333 -r1.334 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/ehcireg.h cvs rdiff -u -r1.53 -r1.54 src/sys/dev/usb/ehcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.