Module Name:src
Committed By: jmcneill
Date: Thu Mar 13 18:41:34 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Revert pic_pi.c r1.2 and r1.3.
The simplification of pic_pi.c in r1.2 introduced a performance regression
with sdhc. Revert to the
Module Name:src
Committed By: jmcneill
Date: Thu Mar 13 18:41:34 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Revert pic_pi.c r1.2 and r1.3.
The simplification of pic_pi.c in r1.2 introduced a performance regression
with sdhc. Revert to the
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 12:45:25 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Fix missed interrupt bug.
Apparently reading INTSR clears the pending status. So only read this for
mode PIC_GET_IRQ.
To generat
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 12:45:25 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Fix missed interrupt bug.
Apparently reading INTSR clears the pending status. So only read this for
mode PIC_GET_IRQ.
To generat
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 15:49:45 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii/dev: sdhc_hollywood.c
Log Message:
wii: Remove SDHC write delay.
Does not seem to be required, and hurts performance.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 15:49:45 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii/dev: sdhc_hollywood.c
Log Message:
wii: Remove SDHC write delay.
Does not seem to be required, and hurts performance.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 00:35:18 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c
Log Message:
wii: Audio playback improvements.
Instead of resetting the byte counter for every block (which is racy),
increment the interrupt timi
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 00:35:18 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c
Log Message:
wii: Audio playback improvements.
Instead of resetting the byte counter for every block (which is racy),
increment the interrupt timi
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 00:31:42 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Simplify Processor Interface pic code.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/wii/pic_pi
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 00:31:42 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: pic_pi.c
Log Message:
wii: Simplify Processor Interface pic code.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/wii/pic_pi
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:25:30 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Early init for DVD support
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/wii/machdep.c
Please
Module Name:src
Committed By: jmcneill
Date: Thu Feb 13 00:25:30 UTC 2025
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Early init for DVD support
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/wii/machdep.c
Please
Module Name:src
Committed By: rin
Date: Tue Jun 18 13:35:26 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii: mainbus.c
Log Message:
wii: mainbus_attach: Appease GCC12 -Warray-bounds
GCC12 blames pointer access to 0-th page, [0, 0xfff], with -Warray-bounds.
Silence it by
Module Name:src
Committed By: rin
Date: Tue Jun 18 13:35:26 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii: mainbus.c
Log Message:
wii: mainbus_attach: Appease GCC12 -Warray-bounds
GCC12 blames pointer access to 0-th page, [0, 0xfff], with -Warray-bounds.
Silence it by
Module Name:src
Committed By: jmcneill
Date: Sat Feb 10 17:41:00 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Simplify available memory logic.
Use usable MEM2 fields in Broadway / IOS Global memory locations to
determine available memory.
Module Name:src
Committed By: jmcneill
Date: Sat Feb 10 17:41:00 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii: machdep.c
Log Message:
wii: Simplify available memory logic.
Use usable MEM2 fields in Broadway / IOS Global memory locations to
determine available memory.
Module Name:src
Committed By: jmcneill
Date: Sat Feb 10 11:00:16 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: exi.c exi.h rtcsram.c
Log Message:
wii: Explicitly set EXI frequency when selecting a device.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:src
Committed By: jmcneill
Date: Sat Feb 10 11:00:16 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: exi.c exi.h rtcsram.c
Log Message:
wii: Explicitly set EXI frequency when selecting a device.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:src
Committed By: jmcneill
Date: Mon Feb 5 23:48:35 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
wiifb: Misc fixes.
Add a 16-pixel border on the top and bottom of the FB, and fix an error
path to properly blink the slot LED when
Module Name:src
Committed By: jmcneill
Date: Mon Feb 5 23:48:35 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
wiifb: Misc fixes.
Add a 16-pixel border on the top and bottom of the FB, and fix an error
path to properly blink the slot LED when
Module Name:src
Committed By: hgutch
Date: Sat Jan 27 17:44:37 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
Add support for "PAL" (576i) mode on Wii.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/wii/dev/wii
Module Name:src
Committed By: hgutch
Date: Sat Jan 27 17:44:37 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
Add support for "PAL" (576i) mode on Wii.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/wii/dev/wii
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:56:07 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c ehci_hollywood.c hollywood.c
hollywood.h ohci_hollywood.c resetbtn.c sdhc_hollywood.c
Log Message:
wii: provide device names to intr_es
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:56:07 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c ehci_hollywood.c hollywood.c
hollywood.h ohci_hollywood.c resetbtn.c sdhc_hollywood.c
Log Message:
wii: provide device names to intr_es
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:49:51 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwdsp.c
Log Message:
wii: Simply DSP driver - no interrupt handler required.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ev
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:49:51 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwdsp.c
Log Message:
wii: Simply DSP driver - no interrupt handler required.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ev
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:49:20 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c
Log Message:
wii: Use A/V encoder volume controls instead of using a software filter.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: jmcneill
Date: Tue Jan 23 21:49:20 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: bwai.c
Log Message:
wii: Use A/V encoder volume controls instead of using a software filter.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: jmcneill
Date: Mon Jan 22 23:07:43 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
wii: Add screenblank support.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/dev/wiifb.c
Plea
Module Name:src
Committed By: jmcneill
Date: Mon Jan 22 23:07:43 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: wiifb.c
Log Message:
wii: Add screenblank support.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/wii/dev/wiifb.c
Plea
Module Name:src
Committed By: jmcneill
Date: Sun Jan 21 13:05:29 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: vireg.h wiifb.c
Added Files:
src/sys/arch/evbppc/wii/dev: viio.h
Log Message:
wii: Add NTSC 480p support.
In addition to this, add VIIO_{GET,SET}
Module Name:src
Committed By: jmcneill
Date: Sun Jan 21 13:05:29 UTC 2024
Modified Files:
src/sys/arch/evbppc/wii/dev: vireg.h wiifb.c
Added Files:
src/sys/arch/evbppc/wii/dev: viio.h
Log Message:
wii: Add NTSC 480p support.
In addition to this, add VIIO_{GET,SET}
32 matches
Mail list logo