Module Name:    src
Committed By:   macallan
Date:           Sun Aug 30 05:09:16 UTC 2015

Modified Files:
        src/sys/arch/mips/ingenic: ingenic_rng.c

Log Message:
add attribution, no functional change.
from Michael McConville


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/ingenic/ingenic_rng.c

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/mips/ingenic/ingenic_rng.c
diff -u src/sys/arch/mips/ingenic/ingenic_rng.c:1.1 src/sys/arch/mips/ingenic/ingenic_rng.c:1.2
--- src/sys/arch/mips/ingenic/ingenic_rng.c:1.1	Fri Aug  7 17:39:58 2015
+++ src/sys/arch/mips/ingenic/ingenic_rng.c	Sun Aug 30 05:09:16 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: ingenic_rng.c,v 1.1 2015/08/07 17:39:58 macallan Exp $ */
+/*	$NetBSD: ingenic_rng.c,v 1.2 2015/08/30 05:09:16 macallan Exp $ */
 
 /*-
  * Copyright (c) 2015 Michael McConville
@@ -27,7 +27,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ingenic_rng.c,v 1.1 2015/08/07 17:39:58 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ingenic_rng.c,v 1.2 2015/08/30 05:09:16 macallan Exp $");
+
+/*
+ * adapted from Jared McNeill's amlogic_rng.c
+ */
 
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to