diff options
author | hastings <hastings@cvs.openbsd.org> | 2021-12-20 14:54:38 +0000 |
---|---|---|
committer | hastings <hastings@cvs.openbsd.org> | 2021-12-20 14:54:38 +0000 |
commit | 9255ed2fec3dc651e0cfa2b29d483f2552141745 (patch) | |
tree | ecd7e2663b1bed50381b6d99681342edf75b03ea /sys/arch | |
parent | 5737007a32015e57b8e946279fed0d06504cefde (diff) |
Make mtw(4) known to the config(8) framework.
Not enabled yet. Pending firmware availability.
ok stsp@ jmatthew@
Diffstat (limited to 'sys/arch')
-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 3b1e7dc6876..ea3624ddc94 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.506 2021/12/16 08:03:17 anton Exp $ +# $OpenBSD: GENERIC,v 1.507 2021/12/20 14:54:37 hastings Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -323,6 +323,7 @@ uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U +#mtw* at uhub? # MediaTek MT7601U otus* at uhub? # Atheros AR9001U athn* at uhub? # Atheros AR9002U zyd* at uhub? # Zydas ZD1211 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index b60148c3c3a..6fa3436a835 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.195 2021/12/16 08:03:17 anton Exp $ +# $OpenBSD: RAMDISK_CD,v 1.196 2021/12/20 14:54:37 hastings Exp $ machine amd64 maxusers 4 @@ -133,6 +133,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U +#mtw* at uhub? # MediaTek MT7601U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # Realtek 8187 |