summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf/GENERIC
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2023-02-13 19:18:54 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2023-02-13 19:18:54 +0000
commit8317a626d1d8edb227074660948e092a31f8716f (patch)
tree0317b7ac104a9667bdb22b0c6b0665558c77319b /sys/arch/arm64/conf/GENERIC
parent5b13d0f2e29392588157ab2a5a718b7ffae7b83c (diff)
Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controller
used on the NXP i.MX8MP, the Rockchip RK35xx series and Intel Elkhart Lake. For now it is committed with FDT-attachment only and still in rough shape, but it's time for development to occur in-tree. Discussed with bluhm@ ok kettenis@
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 3d5e9548a72..d59cc477f26 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.256 2023/02/04 23:11:59 mglocker Exp $
+# $OpenBSD: GENERIC,v 1.257 2023/02/13 19:18:53 patrick Exp $
#
# GENERIC machine description file
#
@@ -82,6 +82,7 @@ ahci* at fdt?
dwge* at fdt?
dwpcie* at fdt?
pci* at dwpcie?
+#dwqe* at fdt?
ohci* at fdt?
ehci* at fdt?
pciecam* at fdt?