Module Name:    src
Committed By:   jmcneill
Date:           Sun Sep 30 15:31:05 UTC 2018

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add plrtc


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.39 src/sys/arch/evbarm/conf/GENERIC64:1.40
--- src/sys/arch/evbarm/conf/GENERIC64:1.39	Sat Sep 29 16:02:09 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Sun Sep 30 15:31:05 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.39 2018/09/29 16:02:09 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.40 2018/09/30 15:31:05 jmcneill Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -264,6 +264,7 @@ tcagpio*	at iic?
 bcmrng*		at fdt?			# Broadcom BCM283x RNG
 
 # RTC
+plrtc*		at fdt?			# ARM PrimeCell RTC
 sunxirtc*	at fdt?			# Allwinner RTC
 tegrartc*	at fdt?			# NVIDIA Tegra RTC
 

Reply via email to