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: Sat Mar 8 21:00:45 UTC 2025
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
arm: Support BUS_DMA_NOCACHE
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/arm/arm32/bus_dma.c
Please
Module Name:src
Committed By: jmcneill
Date: Sat Mar 8 21:00:45 UTC 2025
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
arm: Support BUS_DMA_NOCACHE
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/arm/arm32/bus_dma.c
Please
Module Name:src
Committed By: jmcneill
Date: Sat Mar 8 14:30:05 UTC 2025
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
arm64: Add a gross hack to allow handoff from genfb to PCI DRM drivers.
Similar to how this is handled on x86.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Sat Mar 8 14:30:05 UTC 2025
Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c
Log Message:
arm64: Add a gross hack to allow handoff from genfb to PCI DRM drivers.
Similar to how this is handled on x86.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Wed Feb 26 21:49:11 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio: Support GPIO_INTR_POS_EDGE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/amdgpio.c
Please note that
Module Name:src
Committed By: jmcneill
Date: Wed Feb 26 21:49:11 UTC 2025
Modified Files:
src/sys/dev/acpi: amdgpio.c
Log Message:
amdgpio: Support GPIO_INTR_POS_EDGE
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/amdgpio.c
Please note that
Module Name:src
Committed By: jmcneill
Date: Mon Feb 24 21:31:32 UTC 2025
Modified Files:
src/sys/dev/pci: piixpm.c
Log Message:
piixpm: Cleanup log message when SMI is used
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/piixpm.c
Please no
Module Name:src
Committed By: jmcneill
Date: Mon Feb 24 21:31:32 UTC 2025
Modified Files:
src/sys/dev/pci: piixpm.c
Log Message:
piixpm: Cleanup log message when SMI is used
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/piixpm.c
Please no
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 12:24:58 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII
Log Message:
wii: Remove some options to save memory.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/conf/WII
Please
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 12:24:58 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII
Log Message:
wii: Remove some options to save memory.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbppc/conf/WII
Please
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 12:31:20 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: evbppc.conf
Log Message:
wii: Disable ntpd by default.
It takes up a lot of memory.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 12:31:20 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: evbppc.conf
Log Message:
wii: Disable ntpd by default.
It takes up a lot of memory.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 11:56:57 UTC 2025
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
powerpc: Identify Broadway CPU.
Use hex to report Broadway revision and ignore TAU as it does not exist
on this processor.
To gene
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 11:56:57 UTC 2025
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
powerpc: Identify Broadway CPU.
Use hex to report Broadway revision and ignore TAU as it does not exist
on this processor.
To gene
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 11:14:49 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c picvar.h
Log Message:
powerpc: Don't enable interrupts before calling cascaded intr handler.
Before calling a normal interrupt handler, the pic code
Module Name:src
Committed By: jmcneill
Date: Mon Feb 17 11:14:49 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c picvar.h
Log Message:
powerpc: Don't enable interrupts before calling cascaded intr handler.
Before calling a normal interrupt handler, the pic code
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: Sun Feb 16 11:15:18 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
sdhc: Remove delay in sdhc_wait_state
Replace the 10us delay loop in sdhc_wait_state with a microuptime based
timeout test.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 11:15:18 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
sdhc: Remove delay in sdhc_wait_state
Replace the 10us delay loop in sdhc_wait_state with a microuptime based
timeout test.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 11:03:31 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
Log Message:
sdhc: Remove now unused sc_write_delay
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/dev/sdmmc/sdhc.c
cvs
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 11:03:31 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
Log Message:
sdhc: Remove now unused sc_write_delay
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/dev/sdmmc/sdhc.c
cvs
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 10:38:55 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Remove a delay() loop in the PIO RX path.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/bwi.c
Please note tha
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 10:38:55 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Remove a delay() loop in the PIO RX path.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/bwi.c
Please note tha
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 09:55:00 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c
Log Message:
powerpc: Mask interrupts after returning from handler.
Now that we are explicitly masking interrupts on entry of pic_handle_intr,
we nee
Module Name:src
Committed By: jmcneill
Date: Sun Feb 16 09:55:00 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c
Log Message:
powerpc: Mask interrupts after returning from handler.
Now that we are explicitly masking interrupts on entry of pic_handle_intr,
we nee
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 15:41:08 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Update rate control statistics on txeof to enable AMRR.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/bwi.c
P
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 15:41:08 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Update rate control statistics on txeof to enable AMRR.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/dev/ic/bwi.c
P
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: Sat Feb 15 00:30:49 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c
Log Message:
powerpc: Fix ci_ipending corruption with cascaded pics
A cascaded pic will register pic_handle_intr as its interrupt handler,
but interr
Module Name:src
Committed By: jmcneill
Date: Sat Feb 15 00:30:49 UTC 2025
Modified Files:
src/sys/arch/powerpc/pic: intr.c
Log Message:
powerpc: Fix ci_ipending corruption with cascaded pics
A cascaded pic will register pic_handle_intr as its interrupt handler,
but interr
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: jmcneill
Date: Wed Feb 12 11:33:35 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII files.wii
Added Files:
src/sys/arch/evbppc/wii/dev: di.c
Log Message:
wii: Add support for Wii DVD drive.
This adds a virtual SCSI HBA driver th
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:33:35 UTC 2025
Modified Files:
src/sys/arch/evbppc/conf: WII files.wii
Added Files:
src/sys/arch/evbppc/wii/dev: di.c
Log Message:
wii: Add support for Wii DVD drive.
This adds a virtual SCSI HBA driver th
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:31:04 UTC 2025
Modified Files:
src/sys/arch/evbppc/include: wii.h
Log Message:
wii: Add more register definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/include/wii.h
P
Module Name:src
Committed By: jmcneill
Date: Wed Feb 12 11:31:04 UTC 2025
Modified Files:
src/sys/arch/evbppc/include: wii.h
Log Message:
wii: Add more register definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/include/wii.h
P
Module Name:src
Committed By: jmcneill
Date: Tue Feb 4 23:55:23 UTC 2025
Modified Files:
src/share/man/man4: rge.4
src/sys/dev/pci: if_rge.c if_rgereg.h
Log Message:
rge(4): Add support for RTL8126
Patch from FUKAUMI Naoki in PR# 59044
To generate a diff of thi
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 12:29:19 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_cppc.c
Log Message:
acpi: cppc: Use frequency instead of performance units in sysctl interface.
When possible, use frequency instead of abstract performance un
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 12:29:19 UTC 2025
Modified Files:
src/sys/dev/acpi: acpi_cppc.c
Log Message:
acpi: cppc: Use frequency instead of performance units in sysctl interface.
When possible, use frequency instead of abstract performance un
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 11:47:35 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
src/sys/arch/arm/include: cputypes.h
Log Message:
aarch64: Identify Cortex-A520, Cortex-A720 cores
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 11:47:35 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
src/sys/arch/arm/include: cputypes.h
Log Message:
aarch64: Identify Cortex-A520, Cortex-A720 cores
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 11:09:22 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf locore.S
Log Message:
fixme! CNTKCTL_EL1 init.
Fix a dumb mistake in previous - we don't want CNTKCTL.EL0VTEN to be set.
To generate a dif
Module Name:src
Committed By: jmcneill
Date: Fri Jan 31 11:09:22 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf locore.S
Log Message:
fixme! CNTKCTL_EL1 init.
Fix a dumb mistake in previous - we don't want CNTKCTL.EL0VTEN to be set.
To generate a dif
:55:30 2023
+++ src/sys/arch/arm/fdt/arm_fdt.c Thu Jan 30 11:09:53 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: arm_fdt.c,v 1.21 2023/04/07 08:55:30 skrll Exp $ */
+/* $NetBSD: arm_fdt.c,v 1.22 2025/01/30 11:09:53 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared D. McNeill
@@ -31,7 +31,7 @@
#include
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 11:09:53 UTC 2025
Modified Files:
src/sys/arch/arm/fdt: arm_fdt.c
Log Message:
Ignore broken UEFI RTS on Radxa Orion O6
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/fdt/arm_fdt.c
P
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 10:51:39 UTC 2025
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci: Do not clobber existing state in xhci_update_ep0_mps
When updating the MPS field, make sure to preserve existing configuration.
Without thi
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 10:51:39 UTC 2025
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci: Do not clobber existing state in xhci_update_ep0_mps
When updating the MPS field, make sure to preserve existing configuration.
Without thi
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 09:21:13 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf locore.S
Log Message:
Fix CNTKCTL_EL1 initialization.
Explicitly initialize all fields in CNTKCTL_EL1 as many of them reset
to an architectu
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 09:21:13 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: genassym.cf locore.S
Log Message:
Fix CNTKCTL_EL1 initialization.
Explicitly initialize all fields in CNTKCTL_EL1 as many of them reset
to an architectu
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 08:58:07 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: locore_el2.S
Log Message:
Fix CNTHCTL_EL2 initialization when FEAT_ECV is present.
When FEAT_ECV is present, the ECV bit (and other ECV fields) reset to
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 08:58:07 UTC 2025
Modified Files:
src/sys/arch/aarch64/aarch64: locore_el2.S
Log Message:
Fix CNTHCTL_EL2 initialization when FEAT_ECV is present.
When FEAT_ECV is present, the ECV bit (and other ECV fields) reset to
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 00:43:56 UTC 2025
Modified Files:
src/sys/arch/arm/acpi: cpu_acpi.c
Log Message:
arm: acpi: Early return when a CPU is not configured
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/ac
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 00:43:56 UTC 2025
Modified Files:
src/sys/arch/arm/acpi: cpu_acpi.c
Log Message:
arm: acpi: Early return when a CPU is not configured
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/ac
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 00:42:47 UTC 2025
Modified Files:
src/sys/dev/acpi: xhci_acpi.c
src/sys/dev/usb: xhci.c xhcivar.h
Log Message:
xhci: Always do 32-bit accesses for platform (ACPI) XHCI devices.
The XHCI IP found in the CIX CD
Module Name:src
Committed By: jmcneill
Date: Thu Jan 30 00:42:47 UTC 2025
Modified Files:
src/sys/dev/acpi: xhci_acpi.c
src/sys/dev/usb: xhci.c xhcivar.h
Log Message:
xhci: Always do 32-bit accesses for platform (ACPI) XHCI devices.
The XHCI IP found in the CIX CD
Module Name:src
Committed By: jmcneill
Date: Tue Jan 28 21:48:03 UTC 2025
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.h
Log Message:
gicv3_its: rename pt_dev_id to pt_index
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/cortex/gicv3_
Module Name:src
Committed By: jmcneill
Date: Tue Jan 28 21:48:03 UTC 2025
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.h
Log Message:
gicv3_its: rename pt_dev_id to pt_index
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/cortex/gicv3_
Module Name:src
Committed By: jmcneill
Date: Tue Jan 28 21:20:45 UTC 2025
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
gicv3_its: Fix indirect L2 device table allocation.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/
Module Name:src
Committed By: jmcneill
Date: Tue Jan 28 21:20:45 UTC 2025
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
gicv3_its: Fix indirect L2 device table allocation.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/
Module Name:src
Committed By: jmcneill
Date: Fri Jan 24 21:47:51 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Fix resize_root.
Revision 1.85 added the 'log' option to "normal" fstabs, which is
incompatible with resize_ffs. Restore the previous
Module Name:src
Committed By: jmcneill
Date: Fri Jan 24 21:47:51 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Fix resize_root.
Revision 1.85 added the 'log' option to "normal" fstabs, which is
incompatible with resize_ffs. Restore the previous
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:32:01 UTC 2025
Modified Files:
src/doc: CHANGES
Log Message:
bwi(4): Add support for Nintendo Wii WLAN.
To generate a diff of this commit:
cvs rdiff -u -r1.3125 -r1.3126 src/doc/CHANGES
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:32:01 UTC 2025
Modified Files:
src/doc: CHANGES
Log Message:
bwi(4): Add support for Nintendo Wii WLAN.
To generate a diff of this commit:
cvs rdiff -u -r1.3125 -r1.3126 src/doc/CHANGES
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:29:29 UTC 2025
Modified Files:
src/share/man/man4: bwi.4
src/sys/arch/evbppc/conf: WII
src/sys/dev/ic: bwi.c bwireg.h bwivar.h
src/sys/dev/sdmmc: files.sdmmc
Added Files:
src/sys/dev/
Module Name:src
Committed By: jmcneill
Date: Sun Jan 19 00:29:29 UTC 2025
Modified Files:
src/share/man/man4: bwi.4
src/sys/arch/evbppc/conf: WII
src/sys/dev/ic: bwi.c bwireg.h bwivar.h
src/sys/dev/sdmmc: files.sdmmc
Added Files:
src/sys/dev/
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:13:05 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: wii.conf
Log Message:
wii: update wii.img ffs parameters
Use 4K block/frags and FFSv2 for Wii images.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:13:05 UTC 2025
Modified Files:
src/distrib/utils/embedded/conf: wii.conf
Log Message:
wii: update wii.img ffs parameters
Use 4K block/frags and FFSv2 for Wii images.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:11:53 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
mkimage: Allow configs to override fsize/bsize/ffs version
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/distrib
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 12:11:53 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
mkimage: Allow configs to override fsize/bsize/ffs version
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/distrib
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:56:23 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs.h
Log Message:
sdmmc: regen sdmmcdevs.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs.h
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:56:23 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs.h
Log Message:
sdmmc: regen sdmmcdevs.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs.h
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:55:37 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs
Log Message:
sdmmc: Add Nintendo Wii WLAN device ID
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:55:37 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmcdevs
Log Message:
sdmmc: Add Nintendo Wii WLAN device ID
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/sdmmc/sdmmcdevs
Please note
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:54:50 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmc_cis.c sdmmcvar.h
Log Message:
sdmmc: Capture lan_nid and expose sdmmc_cisptr
LAN NID contains the MAC address for networking adapters.
Device drivers may wa
Module Name:src
Committed By: jmcneill
Date: Fri Jan 17 11:54:50 UTC 2025
Modified Files:
src/sys/dev/sdmmc: sdmmc_cis.c sdmmcvar.h
Log Message:
sdmmc: Capture lan_nid and expose sdmmc_cisptr
LAN NID contains the MAC address for networking adapters.
Device drivers may wa
Module Name:src
Committed By: jmcneill
Date: Sun Jan 12 11:55:26 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Remove unnecessary pcivar.h include
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/bwi.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Sun Jan 12 11:55:26 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
bwi: Remove unnecessary pcivar.h include
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/bwi.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Sat Jan 11 11:40:43 UTC 2025
Modified Files:
src/sys/arch/arm/acpi: acpipchb.c
src/sys/dev/acpi: acpi_i2c.c acpi_util.c acpi_util.h ehci_acpi.c
Log Message:
acpi: i2c: only claim child devices with a _CRS or _ADR method
Module Name:src
Committed By: jmcneill
Date: Sat Jan 11 11:40:43 UTC 2025
Modified Files:
src/sys/arch/arm/acpi: acpipchb.c
src/sys/dev/acpi: acpi_i2c.c acpi_util.c acpi_util.h ehci_acpi.c
Log Message:
acpi: i2c: only claim child devices with a _CRS or _ADR method
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 10:17:23 UTC 2025
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci: Don't use USBMALLOC_COHERENT
Use normal WB mappings with non-cache coherent tags, will improve
performance and seems to avoid stalling tran
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 10:17:23 UTC 2025
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
xhci: Don't use USBMALLOC_COHERENT
Use normal WB mappings with non-cache coherent tags, will improve
performance and seems to avoid stalling tran
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 02:18:47 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
qcompep: add scmi dependency
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/acpi/files.acpi
Please note that
Module Name:src
Committed By: jmcneill
Date: Thu Jan 9 02:18:47 UTC 2025
Modified Files:
src/sys/dev/acpi: files.acpi
Log Message:
qcompep: add scmi dependency
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/acpi/files.acpi
Please note that
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:58:05 UTC 2025
Modified Files:
src/sys/dev/acpi: qcompep.c qcompep.h
Log Message:
qcompep: Add CPU frequency DVFS support.
arm64$ sysctl machdep.cpufreq
machdep.cpufreq.cpu0.target = 2976
machdep.cpufreq.cpu0.curr
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:58:05 UTC 2025
Modified Files:
src/sys/dev/acpi: qcompep.c qcompep.h
Log Message:
qcompep: Add CPU frequency DVFS support.
arm64$ sysctl machdep.cpufreq
machdep.cpufreq.cpu0.target = 2976
machdep.cpufreq.cpu0.curr
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:55:35 UTC 2025
Modified Files:
src/sys/conf: files
Added Files:
src/sys/dev/ic: scmi.c scmi.h
Log Message:
scmi: Add Arm SCMI performance protocol support.
>From OpenBSD, adapted for the NetBSD cpufreq sys
Module Name:src
Committed By: jmcneill
Date: Wed Jan 8 22:55:35 UTC 2025
Modified Files:
src/sys/conf: files
Added Files:
src/sys/dev/ic: scmi.c scmi.h
Log Message:
scmi: Add Arm SCMI performance protocol support.
>From OpenBSD, adapted for the NetBSD cpufreq sys
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:17:21 UTC 2024
Modified Files:
src/sys/arch/aarch64/include: cpu.h
src/sys/arch/arm/acpi: cpu_acpi.c
Log Message:
arm64: Enable support for low power idle CPU states on ACPI platforms.
The ACPI CPU driver
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:17:21 UTC 2024
Modified Files:
src/sys/arch/aarch64/include: cpu.h
src/sys/arch/arm/acpi: cpu_acpi.c
Log Message:
arm64: Enable support for low power idle CPU states on ACPI platforms.
The ACPI CPU driver
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:13:48 UTC 2024
Modified Files:
src/sys/arch/aarch64/aarch64: cpu_machdep.c idle_machdep.S
src/sys/arch/aarch64/include: cpufunc.h
Log Message:
aarch64: Allow for alternate cpu_idle() implementations
To ge
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:13:48 UTC 2024
Modified Files:
src/sys/arch/aarch64/aarch64: cpu_machdep.c idle_machdep.S
src/sys/arch/aarch64/include: cpufunc.h
Log Message:
aarch64: Allow for alternate cpu_idle() implementations
To ge
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:09:49 UTC 2024
Modified Files:
src/sys/arch/arm/arm: psci.c psci.h
Log Message:
psci: Add support for PSCI_CPU_SUSPEND
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/arm/psci.c
cvs r
1 - 100 of 1224 matches
Mail list logo