Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/fdt Google goldfish config goop
details: https://anonhg.NetBSD.org/src/rev/3ffc286a9ff7
branches: trunk
changeset: 374622:3ffc286a9ff7
user: skrll <skrll%NetBSD.org@localhost>
date: Mon May 08 10:18:03 2023 +0000
description:
Google goldfish config goop
diffstat:
sys/dev/fdt/files.fdt | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8810e302ef32 -r 3ffc286a9ff7 sys/dev/fdt/files.fdt
--- a/sys/dev/fdt/files.fdt Mon May 08 09:47:20 2023 +0000
+++ b/sys/dev/fdt/files.fdt Mon May 08 10:18:03 2023 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index