diff options
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 94be22725fd..fcd8f77b4df 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.89 2019/09/01 16:01:43 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.90 2019/09/05 18:38:30 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -230,6 +230,10 @@ device mvclock attach mvclock at fdt file dev/fdt/mvclock.c mvclock +device mvdog +attach mvdog at fdt +file dev/fdt/mvdog.c mvdog + device mvgicp attach mvgicp at fdt file dev/fdt/mvgicp.c mvgicp |