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 1fa4e7feef0..6b20ad09289 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.56 2018/04/02 17:45:38 patrick Exp $ +# $OpenBSD: files.fdt,v 1.57 2018/04/02 21:40:59 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -174,6 +174,10 @@ device mvneta: ether, ifnet, mii, ifmedia attach mvneta at fdt file dev/fdt/if_mvneta.c mvneta +device mvrng +attach mvrng at fdt +file dev/fdt/mvrng.c mvrng + device mvrtc attach mvrtc at fdt file dev/fdt/mvrtc.c mvrtc |