Howdy.

Attached is a patch to enable bnxt on arm64.

Tested (and running) on mcbin with Broadcom BCM57404 (Dell variant).

Comments? Ok?

+--+
Carlos
Index: GENERIC
===================================================================
RCS file: /home/los/cvs/src/sys/arch/arm64/conf/GENERIC,v
retrieving revision 1.90
diff -u -p -r1.90 GENERIC
--- GENERIC     27 Aug 2018 21:09:47 -0000      1.90
+++ GENERIC     11 Sep 2018 02:00:16 -0000
@@ -180,6 +180,7 @@ ppb*                at pci?                 # PCI-PCI 
bridges
 pci*           at ppb?
 
 # PCI Ethernet
+bnxt*          at pci?                 # Broadcom BCM573xx, BCM574xx
 em*            at pci?                 # Intel Pro/1000 Ethernet
 ix*            at pci?                 # Intel 82598EB 10Gb Ethernet
 mskc*          at pci?                 # Marvell Yukon-2
Index: RAMDISK
===================================================================
RCS file: /home/los/cvs/src/sys/arch/arm64/conf/RAMDISK,v
retrieving revision 1.72
diff -u -p -r1.72 RAMDISK
--- RAMDISK     27 Aug 2018 20:05:06 -0000      1.72
+++ RAMDISK     11 Sep 2018 02:00:14 -0000
@@ -171,6 +171,7 @@ ppb*                at pci?                 # PCI-PCI 
bridges
 pci*           at ppb?
 
 # PCI Ethernet
+bnxt*          at pci?                 # Broadcom BCM573xx, BCM574xx
 em*            at pci?                 # Intel Pro/1000 Ethernet
 ix*            at pci?                 # Intel 82598EB 10Gb Ethernet
 mskc*          at pci?                 # Marvell Yukon-2

Reply via email to