diff options
author | ccardenas <ccardenas@cvs.openbsd.org> | 2018-09-11 13:54:30 +0000 |
---|---|---|
committer | ccardenas <ccardenas@cvs.openbsd.org> | 2018-09-11 13:54:30 +0000 |
commit | aaadedbbb3f29dbd3776948f843fadca672ce89e (patch) | |
tree | 12224c31eaaf203699943c8568f87046d4e039ce /sys | |
parent | 0e1c97133f62bd847ac590ebacec9889f4ca02b6 (diff) |
Include bnxt in arm64.
Tested on mcbin with Broadcom BCM57404 (Dell variant).
Ok jmatthew@ and kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | 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 |