The branch stable/12 has been updated by kbowling (ports committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=bd6a3f4c80873df129b91eb78c5422bcbdbfd0a1

commit bd6a3f4c80873df129b91eb78c5422bcbdbfd0a1
Author:     Guinan Sun <[email protected]>
AuthorDate: 2020-07-09 08:00:32 +0000
Commit:     Kevin Bowling <[email protected]>
CommitDate: 2021-09-14 00:46:09 +0000

    ixgbe: add register definitions for NVM update
    
    Added additional register for X550 and above device family.
    
    Signed-off-by: Piotr Skajewski <[email protected]>
    Signed-off-by: Guinan Sun <[email protected]>
    Reviewed-by: Wei Zhao <[email protected]>
    
    Approved by:    imp
    Obtained from:  DPDK (4a6847d78814b1c3df896efe31562643d419317d)
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D31621
    
    (cherry picked from commit ff8db817abbd348f0a7518ce32f0e52c6ab8e06e)
---
 sys/dev/ixgbe/ixgbe_type.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/ixgbe/ixgbe_type.h b/sys/dev/ixgbe/ixgbe_type.h
index 48751e7386bb..1c04f09df77c 100644
--- a/sys/dev/ixgbe/ixgbe_type.h
+++ b/sys/dev/ixgbe/ixgbe_type.h
@@ -1095,8 +1095,10 @@ struct ixgbe_dmac_config {
 #define IXGBE_HSMC0R           0x15F04
 #define IXGBE_HSMC1R           0x15F08
 #define IXGBE_SWSR             0x15F10
+#define IXGBE_FWRESETCNT       0x15F40
 #define IXGBE_HFDR             0x15FE8
 #define IXGBE_FLEX_MNG         0x15800 /* 0x15800 - 0x15EFC */
+#define IXGBE_FLEX_MNG_PTR(_i) (IXGBE_FLEX_MNG + ((_i) * 4))
 
 #define IXGBE_HICR_EN          0x01  /* Enable bit - RO */
 /* Driver sets this bit when done to put command in RAM */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to