diff options
author | 2018-09-11 13:54:28 +0000 | |
---|---|---|
committer | 2018-09-11 13:54:28 +0000 | |
commit | 6f618b1e395aeba18b6734d02607faa93f13bb54 (patch) | |
tree | b7fa21262a76ba84ba049f0364660f3ad7612798 | |
parent | Be consistent in logging messages. (diff) | |
download | wireguard-openbsd-6f618b1e395aeba18b6734d02607faa93f13bb54.tar.xz wireguard-openbsd-6f618b1e395aeba18b6734d02607faa93f13bb54.zip |
Include bnxt in arm64.
Tested on mcbin with Broadcom BCM57404 (Dell variant).
Ok jmatthew@ and kettenis@
-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 |