Module Name: src
Committed By: skrll
Date: Mon May 8 10:18:03 UTC 2023
Modified Files:
src/sys/dev/fdt: files.fdt
Log Message:
Google goldfish config goop
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/fdt/files.fdt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/fdt/files.fdt
diff -u src/sys/dev/fdt/files.fdt:1.69 src/sys/dev/fdt/files.fdt:1.70
--- src/sys/dev/fdt/files.fdt:1.69 Sat Apr 22 09:53:45 2023
+++ src/sys/dev/fdt/files.fdt Mon May 8 10:18:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: files.fdt,v 1.69 2023/04/22 09:53:45 skrll Exp $
+# $NetBSD: files.fdt,v 1.70 2023/05/08 10:18:03 skrll Exp $
include "external/bsd/libfdt/conf/files.libfdt"
@@ -215,3 +215,8 @@ file dev/fdt/genet_fdt.c genet_fdt
# VMware Tools driver
attach vmt at fdt with vmt_fdt
file dev/fdt/vmt_fdt.c vmt_fdt
+
+# Google Goldfish RTC
+device gfrtc
+attach gfrtc at fdt with gfrtc_fdt
+file dev/fdt/gfrtc_fdt.c gfrtc_fdt