Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #1036 - #1041
details: https://anonhg.NetBSD.org/src/rev/0d1852b249a8
branches: netbsd-9
changeset: 936831:0d1852b249a8
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 05 15:20:21 2020 +0000
description:
Tickets #1036 - #1041
diffstat:
doc/CHANGES-9.1 | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 47 insertions(+), 1 deletions(-)
diffs (59 lines):
diff -r 08db526be8b5 -r 0d1852b249a8 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1 Wed Aug 05 15:18:24 2020 +0000
+++ b/doc/CHANGES-9.1 Wed Aug 05 15:20:21 2020 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index