summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2017-08-25 20:09:35 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2017-08-25 20:09:35 +0000
commit5f8ea4ea30eb522331e878ee0b3fc1be27779369 (patch)
treeeb48668456e3f3c22982353e6406c6b5c964f200 /sys/arch
parentfc5f8b3c5369813f83321c935a9ff2c2c6b31546 (diff)
Add mvneta(4), a driver for the Ethernet controller on the Armada
38x series (SoliodRun ClearFog, Turris Omnia) and the 37xx series (ESPRESSObin). Also add mvmdio(4), which is used to talk to the MDIO bus. ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/armv7/conf/GENERIC4
-rw-r--r--sys/arch/armv7/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index f3026ac8eb6..a7629d633c5 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.90 2017/08/25 20:04:31 patrick Exp $
+# $OpenBSD: GENERIC,v 1.91 2017/08/25 20:09:34 patrick Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -153,6 +153,8 @@ mvxhci* at fdt?
usb* at mvxhci?
mvahci* at fdt?
mvpinctrl* at fdt?
+mvmdio* at fdt?
+mvneta* at fdt?
mvmpic* at fdt?
# Rockchip SoCs
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK
index 518b22c98a2..1ef45356a50 100644
--- a/sys/arch/armv7/conf/RAMDISK
+++ b/sys/arch/armv7/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.85 2017/08/25 20:04:31 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.86 2017/08/25 20:09:34 patrick Exp $
machine armv7 arm
@@ -147,6 +147,8 @@ mvxhci* at fdt?
usb* at mvxhci?
mvahci* at fdt?
mvpinctrl* at fdt?
+mvmdio* at fdt?
+mvneta* at fdt?
mvmpic* at fdt?
# Rockchip SoCs