diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-02-13 19:18:54 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-02-13 19:18:54 +0000 |
commit | 8317a626d1d8edb227074660948e092a31f8716f (patch) | |
tree | 0317b7ac104a9667bdb22b0c6b0665558c77319b /sys/dev/fdt/files.fdt | |
parent | 5b13d0f2e29392588157ab2a5a718b7ffae7b83c (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/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index f884754fd0c..9f17b472058 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.176 2023/02/03 14:48:57 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.177 2023/02/13 19:18:53 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -207,6 +207,10 @@ device dwge: ether, ifnet, mii, ifmedia attach dwge at fdt file dev/fdt/if_dwge.c dwge +# Synopsis Designware Ethernet QoS +attach dwqe at fdt with dwqe_fdt +file dev/fdt/if_dwqe_fdt.c dwqe_fdt + attach ehci at fdt with ehci_fdt file dev/fdt/ehci_fdt.c ehci_fdt |