Tue Dec 25 11:26:48 2018 UTC ()
Tickets #1142, #1143 and #1145


(martin)
diff -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-8.1

cvs diff -r1.1.2.79 -r1.1.2.80 src/doc/Attic/CHANGES-8.1 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-8.1 2018/12/20 11:35:32 1.1.2.79
+++ src/doc/Attic/CHANGES-8.1 2018/12/25 11:26:48 1.1.2.80
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.79 2018/12/20 11:35:32 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.80 2018/12/25 11:26:48 martin Exp $
2 2
3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 3A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
4release: 4release:
5 5
6external/gpl2/groff/tmac/mdoc.local patched by hand 6external/gpl2/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 8.0_STABLE. 9 Welcome to 8.0_STABLE.
10 [snj] 10 [snj]
11 11
12sys/dev/pci/ichsmb.c 1.52, 1.56 12sys/dev/pci/ichsmb.c 1.52, 1.56
13 13
14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices. 14 ichsmb(4): Add C620, Apollo Lake, and Gemini Lake devices.
@@ -2077,13 +2077,30 @@ sys/dev/pci/ahcisata_pci.c 1.47 @@ -2077,13 +2077,30 @@ sys/dev/pci/ahcisata_pci.c 1.47
2077share/man/man4/urtwn.4 1.16 2077share/man/man4/urtwn.4 1.16
2078sys/dev/usb/if_urtwn.c 1.66 2078sys/dev/usb/if_urtwn.c 1.66
2079 2079
2080 - Increase timeout values to prevent "could not send firmware command" 2080 - Increase timeout values to prevent "could not send firmware command"
2081 or "timeout waiting for firmware readiness" on some devices. 2081 or "timeout waiting for firmware readiness" on some devices.
2082 - Add IO-DATA WN-G150UMW to the supported list. 2082 - Add IO-DATA WN-G150UMW to the supported list.
2083 [msaitoh, ticket #1140] 2083 [msaitoh, ticket #1140]
2084 2084
2085sys/dev/pci/ixgbe/ix_txrx.c 1.51 2085sys/dev/pci/ixgbe/ix_txrx.c 1.51
2086 2086
2087 Fix TX queue assignment in some cases. 2087 Fix TX queue assignment in some cases.
2088 [knakahara, ticket #1141] 2088 [knakahara, ticket #1141]
2089 2089
 2090sys/uvm/uvm_swap.c 1.178 (patch, adapted)
 2091sys/compat/netbsd32/netbsd32_netbsd.c (patch)
 2092
 2093 Fix kernel info leak in swapctl(2).
 2094 [maxv, ticket #1142]
 2095
 2096sys/arch/mips/mips/fp.S 1.49
 2097
 2098 Fix fpu register saves in kernel emulated instructions.
 2099 [sevan, ticket #1143]
 2100
 2101
 2102sys/external/bsd/drm2/nouveau/nouveau_pci.c 1.23
 2103
 2104 Do not attach too new "turing" based nouveau cards.
 2105 [maya, ticket #1145]
 2106