Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/evbppc/nintendo/dev
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.
Home |
Main Index |
Thread Index |
Old Index