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

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

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/dev/usb

2024-02-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 5 23:07:42 UTC 2024 Modified Files: src/sys/dev/usb: ehcireg.h Log Message: Ensure proper alignment/padding of EHCI hardware descriptors. These descriptor structs are embedded in structs that contain additional

CVS commit: src/sys/dev/usb

2024-02-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 5 23:07:42 UTC 2024 Modified Files: src/sys/dev/usb: ehcireg.h Log Message: Ensure proper alignment/padding of EHCI hardware descriptors. These descriptor structs are embedded in structs that contain additional

CVS commit: src/sys/dev/usb

2024-02-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 5 23:04:18 UTC 2024 Modified Files: src/sys/dev/usb: ehci.c Log Message: Fix DMA sync flags in ehci_append_sqtd To generate a diff of this commit: cvs rdiff -u -r1.320 -r1.321 src/sys/dev/usb/ehci.c Please note that

CVS commit: src/sys/dev/usb

2024-02-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Feb 5 23:04:18 UTC 2024 Modified Files: src/sys/dev/usb: ehci.c Log Message: Fix DMA sync flags in ehci_append_sqtd To generate a diff of this commit: cvs rdiff -u -r1.320 -r1.321 src/sys/dev/usb/ehci.c Please note that

CVS commit: src/doc

2024-01-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 10:09:35 UTC 2024 Modified Files: src/doc: CHANGES Log Message: tweak wii entry To generate a diff of this commit: cvs rdiff -u -r1.3030 -r1.3031 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/doc

2024-01-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 10:09:35 UTC 2024 Modified Files: src/doc: CHANGES Log Message: tweak wii entry To generate a diff of this commit: cvs rdiff -u -r1.3030 -r1.3031 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/etc/etc.evbppc

2024-01-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 09:41:42 UTC 2024 Modified Files: src/etc/etc.evbppc: ttys Log Message: Add wsvt25 entries (off by default) for ttyE0-ttyE3. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/etc.evbppc/ttys

CVS commit: src/etc/etc.evbppc

2024-01-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 09:41:42 UTC 2024 Modified Files: src/etc/etc.evbppc: ttys Log Message: Add wsvt25 entries (off by default) for ttyE0-ttyE3. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/etc/etc.evbppc/ttys

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

2024-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 00:49:22 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: Makefile.wii.inc std.wii Log Message: wii: Remove objcopy after kernel build. HBC will do the right thing. To generate a diff of this commit: cvs rdiff

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

2024-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 26 00:49:22 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: Makefile.wii.inc std.wii Log Message: wii: Remove objcopy after kernel build. HBC will do the right thing. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbppc

2024-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 25 11:47:53 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: mainbus.c Added Files: src/sys/arch/evbppc/wii/dev: exi.c

CVS commit: src/sys/arch/evbppc

2024-01-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jan 25 11:47:53 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: mainbus.c Added Files: src/sys/arch/evbppc/wii/dev: exi.c

CVS commit: src

2024-01-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 24 21:53:35 UTC 2024 Modified Files: src/distrib/utils/embedded/files: evbppc_wii_meta.xml src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: autoconf.c machdep.c wii_locore.S Log Message: wii:

CVS commit: src

2024-01-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 24 21:53:35 UTC 2024 Modified Files: src/distrib/utils/embedded/files: evbppc_wii_meta.xml src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: autoconf.c machdep.c wii_locore.S Log Message: 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

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

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

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

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

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

CVS commit: src/sys/arch/evbppc

2024-01-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 21:48:12 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h Added Files: src/sys/arch/evbppc/wii/dev: avenc.c avenc.h hwgpio.c Log Message: wii: Add

CVS commit: src/sys/arch/evbppc

2024-01-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 21:48:12 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h Added Files: src/sys/arch/evbppc/wii/dev: avenc.c avenc.h hwgpio.c Log Message: wii: Add

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 00:13:37 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Use screen dimming register for screen blanking. To generate a diff of this

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 23 00:13:37 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii/dev: wiifb.c Log Message: wii: Use screen dimming register for screen blanking. To generate a diff of this

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

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

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:28:15 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c mainbus.c Added Files:

CVS commit: src/sys/arch/evbppc

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:28:15 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: WII files.wii src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c mainbus.c Added Files:

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

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:23:03 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: std.wii Log Message: wii: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/std.wii Please note that

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

2024-01-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 22 21:23:03 UTC 2024 Modified Files: src/sys/arch/evbppc/conf: std.wii Log Message: wii: Fix a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/conf/std.wii Please note that

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2024-01-22 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Mon Jan 22 21:17:01 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2024-01-22 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Mon Jan 22 21:17:01 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb.h wsfb_driver.c Log Message: xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom

CVS commit: src/distrib/utils/embedded

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:10:55 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Added Files: src/distrib/utils/embedded/files: evbppc_wii_icon.png Log Message: wii: Add 128x48 icon to SD card image To generate

CVS commit: src/distrib/utils/embedded

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 13:10:55 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Added Files: src/distrib/utils/embedded/files: evbppc_wii_icon.png Log Message: wii: Add 128x48 icon to SD card image To generate

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

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

CVS commit: src/distrib/utils/embedded/conf

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 10:28:25 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Log Message: build fix: use dd with count=1 for compat with NetBSD dd(1) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/utils/embedded/conf

2024-01-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 10:28:25 UTC 2024 Modified Files: src/distrib/utils/embedded/conf: wii.conf Log Message: build fix: use dd with count=1 for compat with NetBSD dd(1) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbppc

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 01:41:54 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c Log Message: wii: support RB_POWERDOWN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbppc

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 21 01:41:54 UTC 2024 Modified Files: src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: machdep.c Log Message: wii: support RB_POWERDOWN To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 21:36:00 UTC 2024 Modified Files: src/distrib/utils/embedded: mkimage src/etc/etc.evbppc: Makefile.inc src/usr.sbin/sysinst/arch/evbppc: md.c md.h Added Files: src/distrib/utils/embedded/conf:

CVS commit: src

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 21:36:00 UTC 2024 Modified Files: src/distrib/utils/embedded: mkimage src/etc/etc.evbppc: Makefile.inc src/usr.sbin/sysinst/arch/evbppc: md.c md.h Added Files: src/distrib/utils/embedded/conf:

CVS commit: src/sys/dev/usb

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 21:09:28 UTC 2024 Modified Files: src/sys/dev/usb: usb.h Log Message: usb: increase USB_PORT_RESET_RECOVERY from 10ms to 20ms I changed this from 250ms to 10ms back in 2021 based on a similar FreeBSD change, but it

CVS commit: src/sys/dev/usb

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 21:09:28 UTC 2024 Modified Files: src/sys/dev/usb: usb.h Log Message: usb: increase USB_PORT_RESET_RECOVERY from 10ms to 20ms I changed this from 250ms to 10ms back in 2021 based on a similar FreeBSD change, but it

CVS commit: src/sys/arch/powerpc/powerpc

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 20:49:11 UTC 2024 Modified Files: src/sys/arch/powerpc/powerpc: clock.c Log Message: powerpc: fix delay for large (> ~5sec) values When calculating the target timebase, promote '1000' on the RHS to ULL to force

CVS commit: src/sys/arch/powerpc/powerpc

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 20:49:11 UTC 2024 Modified Files: src/sys/arch/powerpc/powerpc: clock.c Log Message: powerpc: fix delay for large (> ~5sec) values When calculating the target timebase, promote '1000' on the RHS to ULL to force

CVS commit: src/sys/arch/powerpc/include/oea

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 09:47:35 UTC 2024 Modified Files: src/sys/arch/powerpc/include/oea: hid.h Log Message: fix comments: HID0 ICFI/DCFI are "flash invalidate", not "flush invalidate" To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/powerpc/include/oea

2024-01-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 09:47:35 UTC 2024 Modified Files: src/sys/arch/powerpc/include/oea: hid.h Log Message: fix comments: HID0 ICFI/DCFI are "flash invalidate", not "flush invalidate" To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:51:29 UTC 2024 Modified Files: src/sys/dev/usb: ehcivar.h Log Message: ehci: add EHCIF_32BIT_ACCESS flag to force 32-bit MMIO To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/usb

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:51:29 UTC 2024 Modified Files: src/sys/dev/usb: ehcivar.h Log Message: ehci: add EHCIF_32BIT_ACCESS flag to force 32-bit MMIO To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/dev/wsfb

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:24:58 UTC 2024 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: wsfb: add support for optional "devcmap" property A hardware driver can supply a pointer to a 16x 32-bit array to override the default rasops

CVS commit: src/sys/dev/wsfb

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:24:58 UTC 2024 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: wsfb: add support for optional "devcmap" property A hardware driver can supply a pointer to a 16x 32-bit array to override the default rasops

CVS commit: src/sys/dev/wscons

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:23:13 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: wscons: Add HOLLYWOOD display and YUY2 pixel format types To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127

CVS commit: src/sys/dev/wscons

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:23:13 UTC 2024 Modified Files: src/sys/dev/wscons: wsconsio.h Log Message: wscons: Add HOLLYWOOD display and YUY2 pixel format types To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127

CVS commit: src/sys/dev/sdmmc

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:22:11 UTC 2024 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: sdmmc: add support for optional delay after register write To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/dev/sdmmc

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:22:11 UTC 2024 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: sdmmc: add support for optional delay after register write To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: src/sys/arch/powerpc/oea

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:19:07 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: powerpc: oea: Decode IBM750CL L2 cache information. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/sys/arch/powerpc/oea

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:19:07 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: powerpc: oea: Decode IBM750CL L2 cache information. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/sys/arch/powerpc/oea

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:18:20 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: oea_machdep.c Log Message: powerpc: oea: Fix prefetchable mappings Prefetchable mappings need PMAP_NOCACHE to get write-combine semantics. To generate a

CVS commit: src/sys/arch/powerpc/oea

2024-01-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 20 00:18:20 UTC 2024 Modified Files: src/sys/arch/powerpc/oea: oea_machdep.c Log Message: powerpc: oea: Fix prefetchable mappings Prefetchable mappings need PMAP_NOCACHE to get write-combine semantics. To generate a

CVS commit: src/sys/arch/arm/acpi

2023-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 25 20:17:52 UTC 2023 Modified Files: src/sys/arch/arm/acpi: gic_acpi.c Log Message: gicv2: Fix truncation of GICC / GICD base addresses above 4GB. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/arm/acpi

2023-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 25 20:17:52 UTC 2023 Modified Files: src/sys/arch/arm/acpi: gic_acpi.c Log Message: gicv2: Fix truncation of GICC / GICD base addresses above 4GB. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/dev/pci

2023-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 12 13:56:20 UTC 2023 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci: Improve resource allocation for non-prefetchable BARs. When allocating resources for PCI devices, use the following criteria: -

CVS commit: src/sys/dev/pci

2023-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 12 13:56:20 UTC 2023 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci: Improve resource allocation for non-prefetchable BARs. When allocating resources for PCI devices, use the following criteria: -

CVS commit: src/sys/arch/arm/sunxi

2023-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 2 23:08:59 UTC 2023 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Cleanup previous: Try new bindings first, document old with DTCOMPAT, KNF To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/sunxi

2023-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 2 23:08:59 UTC 2023 Modified Files: src/sys/arch/arm/sunxi: sunxi_thermal.c Log Message: Cleanup previous: Try new bindings first, document old with DTCOMPAT, KNF To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2023-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 2 09:49:33 UTC 2023 Modified Files: src/sys/arch/arm/ep93xx: ep93xx_intr.c ep93xxvar.h src/sys/arch/evbarm/tsarm: tsarm_machdep.c Log Message: TS7200: Defer event counter registration until after evcnt is

CVS commit: src/sys/arch

2023-05-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue May 2 09:49:33 UTC 2023 Modified Files: src/sys/arch/arm/ep93xx: ep93xx_intr.c ep93xxvar.h src/sys/arch/evbarm/tsarm: tsarm_machdep.c Log Message: TS7200: Defer event counter registration until after evcnt is

CVS commit: src/sys/dev/sdmmc

2023-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 13:21:31 UTC 2023 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: sdmmc: Only check chipset WP status for SD cards. The sdmmc_chip_write_protect callback returns the write protect switch status from the

CVS commit: src/sys/dev/sdmmc

2023-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 13:21:31 UTC 2023 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: sdmmc: Only check chipset WP status for SD cards. The sdmmc_chip_write_protect callback returns the write protect switch status from the

CVS commit: src/sys

2023-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 16:55:02 UTC 2023 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 src/sys/dev/acpi: files.acpi Added Files: src/sys/dev/acpi: dwcwdt_acpi.c Log Message: DesignWare watchdog ACPI attach glue To

CVS commit: src/sys

2023-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 16:55:02 UTC 2023 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 src/sys/dev/acpi: files.acpi Added Files: src/sys/dev/acpi: dwcwdt_acpi.c Log Message: DesignWare watchdog ACPI attach glue To

CVS commit: src/sys

2023-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 16:51:38 UTC 2023 Modified Files: src/sys/conf: files src/sys/dev/fdt: dwcwdt_fdt.c files.fdt Added Files: src/sys/dev/ic: dwc_wdt.c dwc_wdt_var.h Log Message: Separate DesignWare watchdog driver and

CVS commit: src/sys

2023-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 16 16:51:38 UTC 2023 Modified Files: src/sys/conf: files src/sys/dev/fdt: dwcwdt_fdt.c files.fdt Added Files: src/sys/dev/ic: dwc_wdt.c dwc_wdt_var.h Log Message: Separate DesignWare watchdog driver and

CVS commit: src/sys/arch/arm/apple

2023-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 24 11:19:15 UTC 2023 Modified Files: src/sys/arch/arm/apple: apple_dart.c Log Message: #define for consistency with the rest of the file To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/arm/apple

2023-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Feb 24 11:19:15 UTC 2023 Modified Files: src/sys/arch/arm/apple: apple_dart.c Log Message: #define for consistency with the rest of the file To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/misc

2023-01-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 28 13:13:17 UTC 2023 Modified Files: src/share/misc: na.phone Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/misc/na.phone Please note that diffs are not public domain;

CVS commit: src/share/misc

2023-01-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 28 13:13:17 UTC 2023 Modified Files: src/share/misc: na.phone Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/misc/na.phone Please note that diffs are not public domain;

CVS commit: src/share/misc

2023-01-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 28 13:12:16 UTC 2023 Modified Files: src/share/misc: nanpa.awk nanpa.sed Log Message: Catch up to 20 years of HTML and URL changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/misc/nanpa.awk

CVS commit: src/share/misc

2023-01-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jan 28 13:12:16 UTC 2023 Modified Files: src/share/misc: nanpa.awk nanpa.sed Log Message: Catch up to 20 years of HTML and URL changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/misc/nanpa.awk

CVS commit: src/sys/arch/riscv

2022-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 25 12:35:45 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Added Files: src/sys/arch/riscv/sifive: files.sifive fu540_prci.c Log Message: Add driver for SiFive FU540 PRCI clock controller. To

CVS commit: src/sys/arch/riscv

2022-11-25 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 25 12:35:45 UTC 2022 Modified Files: src/sys/arch/riscv/conf: GENERIC Added Files: src/sys/arch/riscv/sifive: files.sifive fu540_prci.c Log Message: Add driver for SiFive FU540 PRCI clock controller. To

CVS commit: src/sys/dev/cadence

2022-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 12 16:54:36 UTC 2022 Modified Files: src/sys/dev/cadence: if_cemac.c Log Message: Skip the first PHY found to remove the shadow PHY that appears at the broadcast address 0. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/cadence

2022-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 12 16:54:36 UTC 2022 Modified Files: src/sys/dev/cadence: if_cemac.c Log Message: Skip the first PHY found to remove the shadow PHY that appears at the broadcast address 0. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch

2022-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 11 20:31:30 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: files.zynq src/sys/arch/evbarm/conf: GENERIC Added Files: src/sys/arch/arm/xilinx: zynq_xadc.c Log Message: Add support for Xilinx 7-series

CVS commit: src/sys/arch

2022-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 11 20:31:30 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: files.zynq src/sys/arch/evbarm/conf: GENERIC Added Files: src/sys/arch/arm/xilinx: zynq_xadc.c Log Message: Add support for Xilinx 7-series

CVS commit: src/sys/arch/arm/xilinx

2022-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 11 20:29:47 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_clkc.c Log Message: Support PCAL clock control To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xilinx/zynq7000_clkc.c

CVS commit: src/sys/arch/arm/xilinx

2022-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 11 20:29:47 UTC 2022 Modified Files: src/sys/arch/arm/xilinx: zynq7000_clkc.c Log Message: Support PCAL clock control To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xilinx/zynq7000_clkc.c

CVS commit: src/sys/crypto

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:36:33 UTC 2022 Modified Files: src/sys/crypto/aes: aes_impl.c src/sys/crypto/chacha: chacha_impl.c Log Message: Make aes and chacha prints debug only. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/crypto

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:36:33 UTC 2022 Modified Files: src/sys/crypto/aes: aes_impl.c src/sys/crypto/chacha: chacha_impl.c Log Message: Make aes and chacha prints debug only. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbarm/conf

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:32:03 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add cdnsiic and lmtemp To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/evbarm/conf/GENERIC Please note

CVS commit: src/sys/arch/evbarm/conf

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:32:03 UTC 2022 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add cdnsiic and lmtemp To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/evbarm/conf/GENERIC Please note

CVS commit: src/sys

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:31:38 UTC 2022 Modified Files: src/sys/conf: files src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: cdnsiic_fdt.c src/sys/dev/ic: cdnsiic.c cdnsiicvar.h Log Message: Add driver for

CVS commit: src/sys

2022-11-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 5 17:31:38 UTC 2022 Modified Files: src/sys/conf: files src/sys/dev/fdt: files.fdt Added Files: src/sys/dev/fdt: cdnsiic_fdt.c src/sys/dev/ic: cdnsiic.c cdnsiicvar.h Log Message: Add driver for

  1   2   3   4   5   6   7   8   9   10   >