Module Name: src
Committed By: martin
Date: Fri Oct 13 18:57:25 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #403 - #407
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-10.0
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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.137 src/doc/CHANGES-10.0:1.1.2.138
--- src/doc/CHANGES-10.0:1.1.2.137 Tue Oct 10 18:54:07 2023
+++ src/doc/CHANGES-10.0 Fri Oct 13 18:57:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.137 2023/10/10 18:54:07 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.138 2023/10/13 18:57:25 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -12359,3 +12359,69 @@ tests/lib/libcurses/check_files/waddstr2
applications (like sysinst).
[kim, ticket #402]
+sys/dev/pci/pcidevs 1.1496
+sys/dev/pci/ahcisata_pci.c 1.71
+sys/dev/pci/pcidevs.h (regen)
+sys/dev/pci/pcidevs_data.h (regen)
+
+ ahcisata(4): add support for ASMEDIA 0x0624
+ (ASM1062 + JMB575 Port Multiplier)
+ [abs, ticket #403]
+
+etc/defaults/rc.conf 1.167
+etc/rc.d/npf 1.8
+
+ Add support for npf_rules to rc.conf.
+ [abs, ticket #404]
+
+sys/dev/pci/ixgbe/if_bypass.c 1.10
+sys/dev/pci/ixgbe/if_fdir.c 1.6
+sys/dev/pci/ixgbe/if_sriov.c 1.18
+sys/dev/pci/ixgbe/ix_txrx.c 1.102
+sys/dev/pci/ixgbe/ixgbe.c 1.333,1.339
+sys/dev/pci/ixgbe/ixgbe.h 1.89
+sys/dev/pci/ixgbe/ixgbe_api.h 1.17
+sys/dev/pci/ixgbe/ixgbe_bypass.h 1.4
+sys/dev/pci/ixgbe/ixgbe_common.c 1.45
+sys/dev/pci/ixgbe/ixgbe_common.h 1.17
+sys/dev/pci/ixgbe/ixgbe_fdir.h 1.5
+sys/dev/pci/ixgbe/ixgbe_netmap.c 1.6
+sys/dev/pci/ixgbe/ixgbe_netmap.h 1.3
+sys/dev/pci/ixgbe/ixgbe_osdep.c 1.9
+sys/dev/pci/ixgbe/ixgbe_sriov.h 1.6
+sys/dev/pci/ixgbe/ixgbe_type.h 1.58
+sys/dev/pci/ixgbe/ixgbe_x550.c 1.27
+sys/dev/pci/ixgbe/ixv.c 1.186
+
+ ixg(4): Rename some definitions, modify comment. No functional change.
+ [msaitoh, ticket #405]
+
+sys/dev/pci/pcidevs 1.1493,1.1495
+sys/dev/pci/pcidevs.h (regen)
+sys/dev/pci/pcidevs_data.h (regen)
+
+ Add Intel 82599 LS.
+ Add Pericom(Diodes) PCIe switches.
+ [msaitoh, ticket #406]
+
+sys/dev/pci/ixgbe/ix_txrx.c 1.103
+sys/dev/pci/ixgbe/ixgbe.c 1.334-1.338
+sys/dev/pci/ixgbe/ixgbe.h 1.90-1.92
+sys/dev/pci/ixgbe/ixgbe_82599.c 1.31,1.32
+sys/dev/pci/ixgbe/ixgbe_api.c 1.29
+sys/dev/pci/ixgbe/ixgbe_bypass.h 1.5
+sys/dev/pci/ixgbe/ixgbe_common.c 1.46,1.47
+sys/dev/pci/ixgbe/ixgbe_common.h 1.18
+sys/dev/pci/ixgbe/ixgbe_dcb.c 1.14,1.15
+sys/dev/pci/ixgbe/ixgbe_dcb_82598.c 1.13
+sys/dev/pci/ixgbe/ixgbe_type.h 1.59,1.60
+sys/dev/pci/ixgbe/ixgbe_x540.c 1.24,1.28
+sys/dev/pci/ixgbe/ixv.c 1.187-1.189
+
+ - Add 82599 LS support once again.
+ - Filter out spurious link up indication more.
+ - Modify error message of wrong TX/RX descriptor size.
+ - Enable interrupt after setting IFF_RUNNING.
+ - Cleanup the code.
+ [msaitoh, ticket #407]
+