enable aq(4) on arm64 now that it works reasonably well
authorjmatthew <jmatthew@openbsd.org>
Thu, 2 Jun 2022 03:09:39 +0000 (03:09 +0000)
committerjmatthew <jmatthew@openbsd.org>
Thu, 2 Jun 2022 03:09:39 +0000 (03:09 +0000)
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK

index 170adab..e49f4d2 100644 (file)
@@ -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
index ea3ee10..7e9693f 100644 (file)
@@ -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