From a0ae65c6995818744b221cd0682c835169bfe6d0 Mon Sep 17 00:00:00 2001 From: kevlo Date: Fri, 3 Aug 2018 13:37:08 +0000 Subject: [PATCH] Enable mue(4). Tested on Orange Pi Plus 2E (armv7) and Orange Pi PC 2 (arm64). ok jsg@ --- sys/arch/arm64/conf/GENERIC | 3 ++- sys/arch/arm64/conf/RAMDISK | 3 ++- sys/arch/armv7/conf/GENERIC | 3 ++- sys/arch/armv7/conf/RAMDISK | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 62d6e804016..e7476d669fd 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.81 2018/08/02 14:13:44 patrick Exp $ +# $OpenBSD: GENERIC,v 1.82 2018/08/03 13:37:08 kevlo Exp $ # # GENERIC machine description file # @@ -260,6 +260,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet 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 wi* at uhub? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index b8e67410b61..3cb8bf3d062 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.65 2018/07/30 10:56:00 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.66 2018/08/03 13:37:08 kevlo Exp $ # # GENERIC machine description file # @@ -206,6 +206,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet 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 wi* at uhub? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index e58af0f3af1..049413d7fc1 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.116 2018/08/02 14:13:44 patrick Exp $ +# $OpenBSD: GENERIC,v 1.117 2018/08/03 13:37:08 kevlo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -303,6 +303,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet 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 wi* at uhub? # WaveLAN IEEE 802.11DS diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 71436fbf63d..2ccb184e13b 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.102 2018/07/09 18:50:38 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.103 2018/08/03 13:37:08 kevlo Exp $ machine armv7 arm @@ -235,6 +235,7 @@ smsc* at uhub? # SMSC LAN95xx Ethernet cdce* at uhub? # CDC Ethernet udav* at uhub? # Davicom DM9601 based Ethernet 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 wi* at uhub? # WaveLAN IEEE 802.11DS -- 2.20.1