Tue Jan 28 11:14:16 2020 UTC ()
Tickets #661 - #664 and #667


(martin)
diff -r1.1.2.169 -r1.1.2.170 src/doc/CHANGES-9.0

cvs diff -r1.1.2.169 -r1.1.2.170 src/doc/Attic/CHANGES-9.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-9.0 2020/01/28 10:21:39 1.1.2.169
+++ src/doc/Attic/CHANGES-9.0 2020/01/28 11:14:15 1.1.2.170
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-9.0,v 1.1.2.169 2020/01/28 10:21:39 msaitoh Exp $ 1# $NetBSD: CHANGES-9.0,v 1.1.2.170 2020/01/28 11:14:15 martin Exp $
2 2
3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30 3A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
4until the 9.0 release: 4until the 9.0 release:
5 5
6doc/CHANGES-9.0 patched by hand 6doc/CHANGES-9.0 patched by hand
7doc/LAST_MINUTE patched by hand 7doc/LAST_MINUTE patched by hand
8doc/README.files patched by hand 8doc/README.files patched by hand
9external/gpl2/groff/tmac/mdoc.local patched by hand 9external/gpl2/groff/tmac/mdoc.local patched by hand
10sys/sys/param.h patched by hand 10sys/sys/param.h patched by hand
11 11
12 Welcome to 9.0_BETA! 12 Welcome to 9.0_BETA!
13 13
14distrib/utils/libhack/multibyte.c 1.9 14distrib/utils/libhack/multibyte.c 1.9
@@ -8464,13 +8464,79 @@ distrib/rs6000/ramdisk/dot.profile 1.2 @@ -8464,13 +8464,79 @@ distrib/rs6000/ramdisk/dot.profile 1.2
8464distrib/sandpoint/ramdisk/dot.profile 1.2 8464distrib/sandpoint/ramdisk/dot.profile 1.2
8465distrib/sgimips/miniroot/dot.profile 1.2 8465distrib/sgimips/miniroot/dot.profile 1.2
8466distrib/sgimips/ramdisk/dot.profile 1.4 8466distrib/sgimips/ramdisk/dot.profile 1.4
8467distrib/shark/instkernel/ramdisk/dot.profile 1.5 8467distrib/shark/instkernel/ramdisk/dot.profile 1.5
8468distrib/sparc/miniroot/dot.profile 1.16 8468distrib/sparc/miniroot/dot.profile 1.16
8469distrib/sparc64/instfs/dot.profile 1.8 8469distrib/sparc64/instfs/dot.profile 1.8
8470distrib/vax/ramdisk/dot.profile 1.10 8470distrib/vax/ramdisk/dot.profile 1.10
8471distrib/x68k/floppies/ramdisk/dot.profile 1.16 8471distrib/x68k/floppies/ramdisk/dot.profile 1.16
8472distrib/zaurus/ramdisk/dot.profile 1.4 8472distrib/zaurus/ramdisk/dot.profile 1.4
8473 8473
8474 PR install/54780: in the (of course totally unlikely) case that sysinst 8474 PR install/54780: in the (of course totally unlikely) case that sysinst
8475 should crash, run "stty sane". 8475 should crash, run "stty sane".
8476 [martin, ticket #669] 8476 [martin, ticket #669]
 8477
 8478external/bsd/dhcpcd/dist/src/defs.h up to 1.1.1.37
 8479external/bsd/dhcpcd/dist/src/dhcp.c up to 1.32
 8480external/bsd/dhcpcd/dist/src/if-bsd.c up to 1.16
 8481external/bsd/dhcpcd/dist/src/ipv6.c up to 1.8
 8482external/bsd/dhcpcd/dist/src/ipv6.h up to 1.8
 8483external/bsd/dhcpcd/dist/src/ipv6nd.c up to 1.16
 8484external/bsd/dhcpcd/dist/src/script.c up to 1.2
 8485doc/3RDPARTY manually edited
 8486
 8487 Import dhcpcd-8.1.6.
 8488 [roy, #661]
 8489
 8490sys/arch/arm/omap/if_cpsw.c 1.26
 8491sys/arch/arm/ti/if_cpsw.c 1.10
 8492sys/arch/x86/pci/if_vmx.c 1.54
 8493sys/dev/isa/if_iy.c 1.112
 8494sys/dev/pci/if_de.c 1.165
 8495sys/dev/pcmcia/if_ray.c 1.96
 8496sys/dev/pcmcia/if_xi.c 1.93
 8497
 8498 Protect multicast data by lock for NET_MPSAFE.
 8499 [msaitoh, ticket #662]
 8500
 8501sys/dev/mii/makphy.c 1.61, 1.63-1.64 via patch
 8502sys/dev/mii/makphyreg.h 1.10
 8503
 8504 - Remove ESSR_FIBER_LINK bit check in makphyattach(). This bit is
 8505 valid only when the link is up, so it's not good to check in the
 8506 attach function.
 8507 - There is an environment that both copper and fiber bits are set in
 8508 EXTSR but it support copper only. To resolve this problem, check the
 8509 ESSR register's HWCFG_MODE bit and drop unsupported bits.
 8510 - If the chip is in Fiber/Copper auto select mode, check which media is
 8511 selected. Currently, the code supports 88E1011, 88E1111 and 88E1112
 8512 only.
 8513 - Fix comment. KNF.
 8514 [msaitoh, ticket #663]
 8515
 8516sys/dev/pci/ixgbe/ixgbe.c 1.219
 8517sys/dev/pci/ixgbe/ixgbe_82598.c 1.13
 8518sys/dev/pci/ixgbe/ixgbe_82599.c 1.22
 8519sys/dev/pci/ixgbe/ixgbe_phy.c 1.20
 8520sys/dev/pci/ixgbe/ixgbe_type.h 1.44
 8521sys/dev/pci/ixgbe/ixgbe_x550.c 1.17
 8522
 8523 Before this commit, if an unsupported SFP module was inserted before
 8524 booting, the driver attach failed and there was no way to recover form
 8525 it without reboot or detaching/reattaching driver. After this commit,
 8526 we can automatically recover any time by replacing it with a supported
 8527 module.
 8528 [msaitoh, ticket #664]
 8529
 8530sys/dev/ic/rtl8169.c 1.160,1.161
 8531sys/dev/ic/rtl81x9.c 1.107
 8532sys/dev/ic/rtl81x9reg.h 1.51,1.52
 8533sys/dev/ic/rtl81x9var.h 1.57
 8534
 8535 - Use unsigned in rtk_setmulti() to avoid undefined behavior.
 8536 - Add new quirk for 8168H to linkup correctly.
 8537 - Improve 8168FP, 8411, 8168G, 8401E, 8105E, 8105E_SPIN1, 8106E and
 8538 8402 support.
 8539 - Renumber RTK_HWREV_8103E from 0x24C00000 to 0x34c00000. 0x24C00000
 8540 is newly used as RTK_HWREV_8102EL_SPIN1.
 8541 [msaitoh, ticket #667]
 8542