diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2021-09-13 09:57:49 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2021-09-13 09:57:49 +0000 |
commit | c8b934cf99628927a14ce7cf057bd3e4af754a8b (patch) | |
tree | ed50836915e1e41a194c75ef4a325944a28d0567 /sys/arch/amd64/conf | |
parent | e89429624c2cd4d56f7bffe31d0ec4dc6bb3ce25 (diff) |
Enable uaq(4) on amd64. Investigations into problems on other platforms
are ongoing.
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | 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 |