Sat Dec 8 12:27:57 2018 UTC ()
Tickets #1130 - #1132


(martin)
diff -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-8.1

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

--- src/doc/Attic/CHANGES-8.1 2018/12/07 19:41:30 1.1.2.71
+++ src/doc/Attic/CHANGES-8.1 2018/12/08 12:27:57 1.1.2.72
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-8.1,v 1.1.2.71 2018/12/07 19:41:30 martin Exp $ 1# $NetBSD: CHANGES-8.1,v 1.1.2.72 2018/12/08 12:27:57 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.
@@ -2003,13 +2003,36 @@ sys/arch/i386/conf/XEN3PAE_DOM0 1.8 (v @@ -2003,13 +2003,36 @@ sys/arch/i386/conf/XEN3PAE_DOM0 1.8 (v
2003sys/dev/ic/mfi.c 1.60 2003sys/dev/ic/mfi.c 1.60
2004sys/dev/ic/mfireg.h 1.9 2004sys/dev/ic/mfireg.h 1.9
2005sys/dev/pci/files.pci 1.410 2005sys/dev/pci/files.pci 1.410
2006sys/dev/pci/mfii.c 1.1,1.2 (adjusted) 2006sys/dev/pci/mfii.c 1.1,1.2 (adjusted)
2007sys/dev/pci/mpii.c 1.13 2007sys/dev/pci/mpii.c 1.13
2008sys/dev/pci/mpiireg.h 1.1 2008sys/dev/pci/mpiireg.h 1.1
2009 2009
2010 Add mpii(4), a driver for LSI Megaraid Fusion controllers. 2010 Add mpii(4), a driver for LSI Megaraid Fusion controllers.
2011 Ported from OpenBSD. Note that the earlier fusion controllers 2011 Ported from OpenBSD. Note that the earlier fusion controllers
2012 (Megaraid 2208, codenamed Thunderbold) are also supported by mfi(4). 2012 (Megaraid 2208, codenamed Thunderbold) are also supported by mfi(4).
2013 mpii(4) will take precedence if both drivers are enabled. 2013 mpii(4) will take precedence if both drivers are enabled.
2014 [bouyer, ticket #1129] 2014 [bouyer, ticket #1129]
2015 2015
 2016sys/dev/pci/if_bge.c 1.317,1.320
 2017sys/dev/pci/if_bgereg.h 1.94
 2018sys/dev/pci/if_bgevar.h 1.24
 2019
 2020 bge(4): fix and workaround hardware bugs in TSO4 support for BCM5720
 2021 and similar.
 2022 [bouyer, ticket #1130]
 2023
 2024share/man/man4/mpii.4 1.3,1.4
 2025sys/dev/pci/mfii.c 1.3
 2026sys/dev/pci/mpii.c 1.15-1.18 (adapted)
 2027sys/dev/pci/mpiireg.h 1.2
 2028
 2029 sync mpii(4) with OpenBSD, adding support for the SAS3xxx controllers,
 2030 and making the driver MP-safe.
 2031 [bouyer, ticket #1131]
 2032
 2033sys/compat/linux/common/linux_socket.c (apply patch, see 1.140,
 2034 workaround without ABI change)
 2035
 2036 Fix linux emulation of sendto(2).
 2037 [tsutsui, ticket #1132]
 2038