Mostly cosmetic, but it removes an "unknown" from dmesg which may
spook some of our users.
ok?
Index: dev/pci/if_bge.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_bge.c,v
retrieving revision 1.388
diff -u -p -r1.388 if_bge.c
--- dev/pci/if_bge.c 9 Nov 2018 14:14:31 -0000 1.388
+++ dev/pci/if_bge.c 17 Jun 2020 23:08:45 -0000
@@ -384,6 +384,7 @@ static const struct bge_revision {
{ BGE_CHIPID_BCM5717_A0, "BCM5717 A0" },
{ BGE_CHIPID_BCM5717_B0, "BCM5717 B0" },
{ BGE_CHIPID_BCM5719_A0, "BCM5719 A0" },
+ { BGE_CHIPID_BCM5719_A1, "BCM5719 A1" },
{ BGE_CHIPID_BCM5720_A0, "BCM5720 A0" },
{ BGE_CHIPID_BCM5755_A0, "BCM5755 A0" },
{ BGE_CHIPID_BCM5755_A1, "BCM5755 A1" },
Index: dev/pci/if_bgereg.h
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_bgereg.h,v
retrieving revision 1.130
diff -u -p -r1.130 if_bgereg.h
--- dev/pci/if_bgereg.h 29 Nov 2015 20:19:35 -0000 1.130
+++ dev/pci/if_bgereg.h 17 Jun 2020 23:08:45 -0000
@@ -305,6 +305,7 @@
#define BGE_CHIPID_BCM5717_A0 0x05717000
#define BGE_CHIPID_BCM5717_B0 0x05717100
#define BGE_CHIPID_BCM5719_A0 0x05719000
+#define BGE_CHIPID_BCM5719_A1 0x05719001
#define BGE_CHIPID_BCM5720_A0 0x05720000
#define BGE_CHIPID_BCM5762_A0 0x05762000
#define BGE_CHIPID_BCM57765_A0 0x57785000