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 45947881fdd..f2aee8937b1 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.35 2018/01/02 22:33:17 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.36 2018/01/06 13:04:47 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -32,6 +32,10 @@ device sxitemp attach sxitemp at fdt file dev/fdt/sxitemp.c sxitemp +device sxits +attach sxits at fdt +file dev/fdt/sxits.c sxits + device sxitwi: i2cbus attach sxitwi at fdt file dev/fdt/sxitwi.c sxitwi |