From 6f618b1e395aeba18b6734d02607faa93f13bb54 Mon Sep 17 00:00:00 2001 From: ccardenas Date: Tue, 11 Sep 2018 13:54:28 +0000 Subject: [PATCH] Include bnxt in arm64. Tested on mcbin with Broadcom BCM57404 (Dell variant). Ok jmatthew@ and kettenis@ --- sys/arch/arm64/conf/GENERIC | 3 ++- sys/arch/arm64/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 854de06eb81..b6aba303722 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.90 2018/08/27 21:09:47 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.91 2018/09/11 13:54:28 ccardenas Exp $ # # GENERIC machine description file # @@ -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 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 83d14a16068..dd3d22f463c 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.72 2018/08/27 20:05:06 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.73 2018/09/11 13:54:29 ccardenas Exp $ # # GENERIC machine description file # @@ -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 -- 2.20.1