Module Name:    src
Committed By:   martin
Date:           Wed Jun 21 19:20:51 UTC 2023

Modified Files:
        src/sys/dev/pci/ixgbe [netbsd-9]: ixgbe.c ixgbe_common.c ixgbe_type.h

Log Message:
Pull up the following revisions, requested by msaitoh in ticket #1647:

        sys/dev/pci/ixgbe/ixgbe.c               1.325-1.326 via patch
        sys/dev/pci/ixgbe/ixgbe_common.c        1.44
        sys/dev/pci/ixgbe/ixgbe_type.h          1.56

- PCI device ID 0x15c8 also uses 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 register.


To generate a diff of this commit:
cvs rdiff -u -r1.199.2.25 -r1.199.2.26 src/sys/dev/pci/ixgbe/ixgbe.c
cvs rdiff -u -r1.25.2.6 -r1.25.2.7 src/sys/dev/pci/ixgbe/ixgbe_common.c
cvs rdiff -u -r1.41.2.7 -r1.41.2.8 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.

Reply via email to