CVS commit: src/sys/arch/evbppc/nintendo/dev
"Jared D. McNeill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: jmcneill Date: Mon Mar 30 10:30:32 UTC 2026 Modified Files: src/sys/arch/evbppc/nintendo/dev: ahcisata_ahb.c Log Message: wiiu: Optimize ahci intr handler. The summary interrupt tells us which port the interrupt is for, so we can call ahci_intr_port directly (avoiding two extra reads of AHCI_IS). Now that oea_dumpsys pauses other CPUs properly, remove the panicstr test. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/nintendo/dev/ahcisata_ahb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.