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/macppc/conf | |
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/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 6cad7733d8b..0a0c0e94b51 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.276 2022/01/21 15:05:01 kn Exp $g +# $OpenBSD: GENERIC,v 1.277 2022/03/26 14:25:14 stsp Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -286,6 +286,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 rsu* at uhub? # Realtek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU otus* at uhub? # Atheros AR9001U diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 97877cba242..5298b608639 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.120 2020/01/24 04:44:14 krw Exp $ +# $OpenBSD: RAMDISK,v 1.121 2022/03/26 14:25:14 stsp Exp $ machine macppc powerpc maxusers 4 @@ -162,6 +162,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host ugl* at uhub? # Genesys Logic GL620USB-A host-to-host udav* at uhub? # Davicom DM9601 based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet +mtw* at uhub? # MediaTek MT7601U ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU |