Module Name: src Committed By: martin Date: Wed Aug 5 15:20:21 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Tickets #1036 - #1041 To generate a diff of this commit: cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-9.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.1 diff -u src/doc/CHANGES-9.1:1.1.2.89 src/doc/CHANGES-9.1:1.1.2.90 --- src/doc/CHANGES-9.1:1.1.2.89 Wed Aug 5 13:48:13 2020 +++ src/doc/CHANGES-9.1 Wed Aug 5 15:20:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.89 2020/08/05 13:48:13 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.90 2020/08/05 15:20:21 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -3972,3 +3972,49 @@ sys/arch/hppa/dev/wax.c 1.2 request register in attach. [skrll, ticket #1035] +distrib/notes/common/main 1.563 +distrib/notes/evbarm/hardware 1.17,1.22 +distrib/notes/evbarm/xfer 1.5 + + Note support for TI AM335x SoC. + List all supported Amlogic SoCs. + Remove Arm OABI -> EABI change notice. + [nia, ticket #1036] + +sys/dev/dev_verbose.h 1.3 + + PR 55535: make built-in verbose modules available before the + start of the autoconfiguration. + [uwe, ticket #1037] + +sys/dev/pci/if_ena.c 1.25 + + PR 55532: do not mark callout and workqueues as mpsafe unless + the NET_MPSAFE option is present. + [jmcneill, ticket #1038] + +sys/arch/hppa/dev/cpu.c 1.2 +sys/arch/hppa/hppa/fpu.c 1.27 + + hppa: allow booting on QEMU without a FPU. + [skrll, ticket #1039] + +sys/dev/mii/igphy.c 1.35,1.36 +sys/dev/mii/igphyreg.h 1.12 +sys/dev/mii/igphyreg.h 1.13 +sys/dev/mii/makphy.c 1.66 +sys/dev/mii/makphyreg.h 1.11 +sys/dev/pci/if_wm.c 1.682-1.685 + + - Setup PCS and SGMII for SFP correctly. + - Explicitly cast from uint16_t to uint32_t before shifting 16bit left + when printing Image Unique ID to avoid undefined behavior. + - Set if_baudrate for non-MII device. + [msaitoh, ticket #1040] + +sys/dev/nvmm/x86/nvmm_x86_svm.c 1.55,1.56,1.66 +sys/dev/nvmm/x86/nvmm_x86_vmx.c 1.46,1.49,1.50,1.66 + + No real functional changes, reduce diff to -current. + [maxv, ticket #1041] +