CVS commit: src/sys/arch
"Radoslaw Kujawa" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rkujawa Date: Thu Jun 18 21:23:02 UTC 2026 Modified Files: src/sys/arch/evbppc/sam460ex: machdep.c src/sys/arch/powerpc/include/ibm4xx: dcr4xx.h Log Message: Fix up EHCI handoff from firmware on Sam460ex. Sam460ex uses an external ULPI PHY. EHCI HCRESET resets only the on-chip core, never the external PHY, so it inherited the bad state. Workaround that. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/sam460ex/machdep.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/include/ibm4xx/dcr4xx.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.