From b3a146773ba4145f810995c47ea849ac702a9da9 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Mon, 13 Sep 2021 09:57:48 +0000 Subject: [PATCH] Enable uaq(4) on amd64. Investigations into problems on other platforms are ongoing. --- sys/arch/amd64/conf/GENERIC | 3 ++- sys/arch/amd64/conf/RAMDISK_CD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2f21ef56d20..125a256682a 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.500 2021/09/02 10:11:21 mlarkin Exp $ +# $OpenBSD: GENERIC,v 1.501 2021/09/13 09:57:48 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -308,6 +308,7 @@ mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet mue* at uhub? # Microchip LAN75xx/LAN78xx Ethernet url* at uhub? # Realtek RTL8150L based adapters ure* at uhub? # Realtek RTL8152 based adapters +uaq* at uhub? # Aquantia AQC111U/AQC112U based adapters wi* at uhub? # WaveLAN IEEE 802.11DS udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index cba81e74389..ccbdc9792b7 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.192 2021/09/02 10:49:26 mlarkin Exp $ +# $OpenBSD: RAMDISK_CD,v 1.193 2021/09/13 09:57:48 jmatthew Exp $ machine amd64 maxusers 4 @@ -122,6 +122,7 @@ mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet mue* at uhub? # Microchip LAN75xx/LAN78xx Ethernet url* at uhub? # Realtek RTL8150L based adapters ure* at uhub? # Realtek RTL8152 based adapters +uaq* at uhub? # Aquantia AQC111U/AQC112U adapters wi* at uhub? # WaveLAN IEEE 802.11DS upl* at uhub? # Prolific PL2301/PL2302 host-to-host ugl* at uhub? # Genesys Logic GL620USB-A host-to-host -- 2.20.1