CVS commit: src/sys/arch/evbppc/wii

2025-03-13 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-03-13 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-16 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-16 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-15 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-15 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-14 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2025-02-14 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-14 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-14 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-12 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2025-02-12 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii

2024-06-18 Thread Rin Okuyama
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

CVS commit: src/sys/arch/evbppc/wii

2024-06-18 Thread Rin Okuyama
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

CVS commit: src/sys/arch/evbppc/wii

2024-02-10 Thread Jared D. McNeill
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.

CVS commit: src/sys/arch/evbppc/wii

2024-02-10 Thread Jared D. McNeill
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.

CVS commit: src/sys/arch/evbppc/wii/dev

2024-02-10 Thread Jared D. McNeill
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.

CVS commit: src/sys/arch/evbppc/wii/dev

2024-02-10 Thread Jared D. McNeill
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.

CVS commit: src/sys/arch/evbppc/wii/dev

2024-02-05 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-02-05 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-27 Thread Harold Gutch
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-27 Thread Harold Gutch
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-23 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-22 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-22 Thread Jared D. McNeill
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

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-21 Thread Jared D. McNeill
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}

CVS commit: src/sys/arch/evbppc/wii/dev

2024-01-21 Thread Jared D. McNeill
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}