diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2022-06-02 03:09:40 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2022-06-02 03:09:40 +0000 |
commit | dcd7bc42754cd9b63c045c67e1206cb802e3cdbf (patch) | |
tree | b18ab1c711f4beb79fd4046675d8e704d1a7114e | |
parent | b893410f946842bdec21628b2c0cd360fbbcc432 (diff) |
enable aq(4) on arm64 now that it works reasonably well
-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 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 |