CVS commit: [netbsd-11] src/sys/dev
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Thu May 7 18:13:20 UTC 2026 Modified Files: src/sys/dev/pci [netbsd-11]: ehci_pci.c src/sys/dev/usb [netbsd-11]: ehci.c ehcivar.h Log Message: Pull up following revision(s) (requested by tsutsui in ticket #276): sys/dev/pci/ehci_pci.c: revision 1.80 sys/dev/usb/ehci.c: revision 1.335 sys/dev/usb/ehcivar.h: revision 1.55 ehci(4): work around AMD SB600 first control transfer failure Reload EHCI_ASYNCLISTADDR once after linking the first address-0 control qTD chain, for AMD SB600 quirk observed on my ASRock M3A-UCC. Addresses PR/57359. To generate a diff of this commit: cvs rdiff -u -r1.78.2.1 -r1.78.2.2 src/sys/dev/pci/ehci_pci.c cvs rdiff -u -r1.332.2.1 -r1.332.2.2 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.53 -r1.53.2.1 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.