diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2022-03-26 14:25:15 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2022-03-26 14:25:15 +0000 |
commit | 049a55c5596aede879fcd1c891c8c43b422e2a36 (patch) | |
tree | d9346d4d63772fd3db230cc9cdddf6d066789eb4 /sys/arch/i386/conf/GENERIC | |
parent | 758992426d388c538777e65f45f9aa2a35ab14d0 (diff) |
Enable mtw(4) on i386, macppc, and arm64.
Testing by hastings@ and myself.
i386 has a media size issue, deraadt@ will sort it out.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0ae9592ef01..1c1386f2cb2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.861 2022/02/08 17:25:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.862 2022/03/26 14:25:14 stsp Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -315,6 +315,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 |