diff options
-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 b0bffd965bd..f30501a7c36 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.52 2018/03/31 16:35:15 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.53 2018/04/02 16:45:56 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -146,6 +146,10 @@ device dwdog attach dwdog at fdt file dev/fdt/dwdog.c dwdog +device dwpcie: pcibus +attach dwpcie at fdt +file dev/fdt/dwpcie.c dwpcie + device mvclock attach mvclock at fdt file dev/fdt/mvclock.c mvclock |