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: - Pre

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: - Pre

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 src/sys/arc

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 src/sys/arc

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 d

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 d

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 src/sys/arch/po

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 src/sys/arch/po

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 src/sys/d

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 src/sys/d

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 src/sys/dev/wsc

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 src/sys/dev/wsc

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 d

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 d

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 src/sys/dev/usb/ehcivar.

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 src/sys/dev/usb/ehcivar.

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 -r1.

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 -r1.

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 64-bi

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 64-bi

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 s

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 s

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: e

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: e

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 src/

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 src/

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 src/di

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 src/di

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}

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 a

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 a

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 shadowproc

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 shadowproc

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 diff

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 diff

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: src/sys/arch/evbppc/wii/dev

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: src/sys/arch/evbppc/wii/dev

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

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 commit:

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 commit:

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 GPI

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 GPI

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-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: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

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: A

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: A

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 ex

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 ex

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 -u

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 -u

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 Pleas

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 Pleas

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 a

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 a

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/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 context

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 context

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-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

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/stand/efiboot

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 13:11:16 UTC 2019 Modified Files: src/sys/stand/efiboot: efiacpi.c efifdt.c version Log Message: Add full UEFI memory map to the /chosen node. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/stan

CVS commit: src/sys/stand/efiboot

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 13:11:16 UTC 2019 Modified Files: src/sys/stand/efiboot: efiacpi.c efifdt.c version Log Message: Add full UEFI memory map to the /chosen node. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/stan

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

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 13:13:51 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_machdep.c Log Message: acpi_md_OsMapMemory can be used for both normal and device memory. Use the UEFI memory map to determine how to map a given region.

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

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 13:13:51 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_machdep.c Log Message: acpi_md_OsMapMemory can be used for both normal and device memory. Use the UEFI memory map to determine how to map a given region.

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

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 18:59:11 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_machdep.c Log Message: Always map ACPI table memory as normal memory. Always map device memory as device memory. To generate a diff of this commit: cvs

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

2019-08-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 1 18:59:11 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_machdep.c Log Message: Always map ACPI table memory as normal memory. Always map device memory as device memory. To generate a diff of this commit: cvs

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

2019-08-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 2 19:49:17 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Ignore AccessWidth (PL011 and SBSA console always needs 32-bit access) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1

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

2019-08-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 2 19:49:17 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Ignore AccessWidth (PL011 and SBSA console always needs 32-bit access) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1

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

2019-08-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 3 12:55:46 UTC 2019 Modified Files: src/sys/arch/arm/pci: pci_msi_machdep.c Log Message: Properly honour max_type arg to pci_intr_alloc To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/pci/

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

2019-08-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 3 12:55:46 UTC 2019 Modified Files: src/sys/arch/arm/pci: pci_msi_machdep.c Log Message: Properly honour max_type arg to pci_intr_alloc To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/pci/

CVS commit: src/sys/arch/aarch64/aarch64

2019-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 7 09:49:40 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: trap_el0_32sync: add missing break to ESR_EC_FP_TRAP_A32 case To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys

CVS commit: src/sys/arch/aarch64/aarch64

2019-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 7 09:49:40 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: trap.c Log Message: trap_el0_32sync: add missing break to ESR_EC_FP_TRAP_A32 case To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys

CVS commit: src/sys/arch

2019-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 12 23:31:48 UTC 2019 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/arch/arm/cortex: gtmr.c gtmr_var.h src/sys/arch/arm/include: armreg.h Log Message: Add support for physical timers and s

CVS commit: src/sys/arch

2019-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 12 23:31:48 UTC 2019 Modified Files: src/sys/arch/aarch64/include: armreg.h src/sys/arch/arm/cortex: gtmr.c gtmr_var.h src/sys/arch/arm/include: armreg.h Log Message: Add support for physical timers and s

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

2019-08-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 14 09:50:20 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson8b_pinctrl.c Log Message: Add eth_rxd3 and eth_rxd2 pinctrl groups To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogi

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

2019-08-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 14 09:50:20 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson8b_pinctrl.c Log Message: Add eth_rxd3 and eth_rxd2 pinctrl groups To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogi

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

2019-08-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 14 09:54:34 UTC 2019 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts meson8b.dtsi Log Message: Catch up to recent mainline dts changes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch

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

2019-08-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 14 09:54:34 UTC 2019 Modified Files: src/sys/arch/arm/dts: meson8b-odroidc1.dts meson8b.dtsi Log Message: Catch up to recent mainline dts changes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch

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

2019-08-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 16 10:36:06 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson8b_clkc.c Log Message: Use correct register for mpll2_div clock To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/amlogic/m

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

2019-08-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 16 10:36:06 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson8b_clkc.c Log Message: Use correct register for mpll2_div clock To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/amlogic/m

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

2019-08-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 19 10:53:31 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Use a unique name for the acpi ARM_PLATFORM definition To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch

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

2019-08-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 19 10:53:31 UTC 2019 Modified Files: src/sys/arch/arm/acpi: acpi_platform.c Log Message: Use a unique name for the acpi ARM_PLATFORM definition To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch

CVS commit: src/sys/dev/pci

2019-08-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 24 11:40:22 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex To generate a diff of this commit: cvs rdiff -u -r1.1384 -r1.1385 src/sys

CVS commit: src/sys/dev/pci

2019-08-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 24 11:40:22 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex To generate a diff of this commit: cvs rdiff -u -r1.1384 -r1.1385 src/sys

CVS commit: src/sys/dev/pci

2019-08-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 24 11:40:38 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1372 -r1.1373 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1371 -r1.13

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

2019-08-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 24 11:51:26 UTC 2019 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: bus_dmamap_load_raw: support coherent mappings bus_dmamap_sync: support syncing "raw" buffer types To generate a diff of this commit:

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

2019-08-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 24 11:51:26 UTC 2019 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: bus_dmamap_load_raw: support coherent mappings bus_dmamap_sync: support syncing "raw" buffer types To generate a diff of this commit:

CVS commit: src/sys/stand/efiboot

2019-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 30 00:01:33 UTC 2019 Modified Files: src/sys/stand/efiboot: efifdt.c Log Message: Only set #address-cells and #size-cells properties on /chosen if we are fabricating a devicetree (ACPI mode). Fixes PR# 54494 To generat

CVS commit: src/sys/stand/efiboot

2019-08-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 30 00:01:33 UTC 2019 Modified Files: src/sys/stand/efiboot: efifdt.c Log Message: Only set #address-cells and #size-cells properties on /chosen if we are fabricating a devicetree (ACPI mode). Fixes PR# 54494 To generat

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

2019-09-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 1 11:44:23 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Keep SDIO interrupt enable state when masking other interrupts To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys

  1   2   3   4   5   6   7   8   9   10   >