diff options
author | 2021-02-22 21:51:48 +0000 | |
---|---|---|
committer | 2021-02-22 21:51:48 +0000 | |
commit | 5a117afc9a5be79c36194b9cfa23bfd71d36c59c (patch) | |
tree | 6e2a4a725728a0da12139c41cbb5b94a149e7d8b /sys | |
parent | Enable apldog(4). (diff) | |
download | wireguard-openbsd-5a117afc9a5be79c36194b9cfa23bfd71d36c59c.tar.xz wireguard-openbsd-5a117afc9a5be79c36194b9cfa23bfd71d36c59c.zip |
Enable bge(4).
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 49f70fe5fe1..c2bd6d500b0 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.187 2021/02/22 21:47:47 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.188 2021/02/22 21:51:48 kettenis Exp $ # # GENERIC machine description file # @@ -276,6 +276,7 @@ pci* at ppb? # PCI Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx +bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet mcx* at pci? # Mellanox ConnectX-4/5 Ethernet diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 19067ea9035..3ef7a48e710 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.140 2021/02/22 21:47:47 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.141 2021/02/22 21:51:48 kettenis Exp $ # # GENERIC machine description file # @@ -233,6 +233,7 @@ pci* at ppb? # PCI Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx +bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet ix* at pci? # Intel 82598EB 10Gb Ethernet mcx* at pci? # Mellanox ConnectX-4/5 Ethernet |