Module Name: src Committed By: martin Date: Wed Jun 21 19:16:12 UTC 2023
Modified Files: src/sys/dev/pci/ixgbe [netbsd-10]: ixgbe.c ixgbe_common.c ixgbe_type.h Log Message: Pull up following revision(s) (requested by msaitoh in ticket #202): sys/dev/pci/ixgbe/ixgbe_type.h: revision 1.56 sys/dev/pci/ixgbe/ixgbe.c: revision 1.325 sys/dev/pci/ixgbe/ixgbe.c: revision 1.326 sys/dev/pci/ixgbe/ixgbe_common.c: revision 1.44 Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too. PCI device ID 0x15c8 also use X557-AT PHY, so create the thermal sensor sysctl for it, too. Count the number of link down events in the MAC using with LINK_DN_CNT. - Add new event counter "link_dn_cnt" to count the number of link down events in the MAC. - The LINK_DN_CNT register (at 0x0403c) is described only in the Denverton's datasheet, so use it only on ixgbe_mac_X550EM_a. To generate a diff of this commit: cvs rdiff -u -r1.324 -r1.324.2.1 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.43 -r1.43.4.1 src/sys/dev/pci/ixgbe/ixgbe_common.c cvs rdiff -u -r1.55 -r1.55.4.1 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.