From 6946cf891a92b34b23f4511614fb14226de609fd Mon Sep 17 00:00:00 2001 From: jmatthew Date: Thu, 2 Jun 2022 03:09:39 +0000 Subject: [PATCH] enable aq(4) on arm64 now that it works reasonably well --- 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 170adab7fc7..e49f4d2d14f 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.228 2022/03/31 14:44:49 krw Exp $ +# $OpenBSD: GENERIC,v 1.229 2022/06/02 03:09:39 jmatthew Exp $ # # GENERIC machine description file # @@ -314,6 +314,7 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? # PCI Ethernet +aq* at pci? # Aquantia aQtion Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index ea3ee10fed9..7e9693fe700 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.171 2022/03/31 14:44:49 krw Exp $ +# $OpenBSD: RAMDISK,v 1.172 2022/06/02 03:09:39 jmatthew Exp $ machine arm64 maxusers 4 @@ -248,6 +248,7 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? # PCI Ethernet +aq* at pci? # Aquantia aQtion Ethernet bnxt* at pci? # Broadcom BCM573xx, BCM574xx bge* at pci? # Broadcom BCM57xx em* at pci? # Intel Pro/1000 Ethernet -- 2.20.1