Skip to content

Commit 8ebf2db

Browse files
Tickets NetBSD#67 - NetBSD#74
1 parent aebcc8f commit 8ebf2db

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

doc/CHANGES-11.0

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: CHANGES-11.0,v 1.1.2.30 2025/10/20 14:11:07 martin Exp $
1+
# $NetBSD: CHANGES-11.0,v 1.1.2.31 2025/10/26 13:11:42 martin Exp $
22

33
A complete list of changes from the initial NetBSD 11.0 branch on 2025-07-30
44
until the 11.0 release:
@@ -447,3 +447,65 @@ sys/dev/acpi/acpi_mcfg.h 1.6
447447
x86: PR 59118: kernel option PCI_RESOURCE.
448448
[riastradh, ticket #66]
449449

450+
sys/arch/riscv/include/pmap.h 1.25
451+
sys/arch/riscv/include/pte.h 1.15,1.16
452+
sys/arch/riscv/include/sysreg.h 1.34
453+
sys/arch/riscv/riscv/bus_space.c 1.3
454+
sys/arch/riscv/riscv/cpu.c 1.10
455+
sys/arch/riscv/riscv/genassym.cf 1.17
456+
sys/arch/riscv/riscv/locore.S 1.47
457+
sys/arch/riscv/riscv/pmap_machdep.c 1.22,1.23
458+
sys/arch/riscv/riscv/riscv_machdep.c 1.46
459+
460+
riscv: deal with the non-standard XTheadMae (Memory Attribute
461+
Extensions) present on some T-Head CPU cores, notably the one
462+
found in the Allwinner D1 SoC.
463+
[skrll, ticket #67]
464+
465+
sys/arch/riscv/include/pte.h 1.17
466+
467+
risc-v: PR 59696: pte_make_enter set PTE_D when page is known to
468+
be modified.
469+
[skrll, ticket #68]
470+
471+
sys/dev/ic/bwi.c 1.45
472+
sys/dev/ic/bwireg.h 1.6
473+
sys/dev/ic/bwivar.h 1.12
474+
475+
bwi(4): AMRR fix, PCI/cardbus interrupt fix, and other enhancements.
476+
[jmcneill, ticket #69]
477+
478+
xsrc/external/mit/xf86-video-geode/dist/src/geode_msr.c 1.8
479+
480+
geode: avoid reading /dev/cpu/0/msr, which does not exist.
481+
[nia, ticket #70]
482+
483+
share/man/man4/viaide.4 1.13
484+
sys/dev/pci/pcidevs 1.1528
485+
sys/dev/pci/pcidevs.h (regen)
486+
sys/dev/pci/pcidevs_data.h (regen)
487+
sys/dev/pci/viaide.c 1.105
488+
489+
viaide(4): add UDMA support for VT8233C IDE controller.
490+
[andvar, ticket #71]
491+
492+
sys/arch/evbppc/wii/dev/resetbtn.c 1.3
493+
494+
evbppc: wii: make the reset button work at the ddb> prompt.
495+
[jmcneill, ticket #72]
496+
497+
sys/arch/arm/amlogic/meson_usbctrl.c 1.7
498+
499+
arm: support the amlogic,meson-gxl-usb-ctrl as found in the
500+
Libre Computer AML-S905X-CC.
501+
[skrll, ticket #73]
502+
503+
sys/arch/evbppc/include/wii.h 1.11
504+
sys/arch/evbppc/wii/dev/gxreg.h 1.1
505+
sys/arch/evbppc/wii/dev/viio.h delete
506+
sys/arch/evbppc/wii/dev/wiifb.c 1.8
507+
sys/arch/evbppc/wii/machdep.c 1.11
508+
509+
evbppc: wii: use GX to accelerate RGB to YUY2 conversion.
510+
[jmcneill, ticket #74]
511+

0 commit comments

Comments
 (0)