Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/ingenic add attribution, no functional change.
details: https://anonhg.NetBSD.org/src/rev/89cd78a96cde
branches: trunk
changeset: 810422:89cd78a96cde
user: macallan <macallan%NetBSD.org@localhost>
date: Sun Aug 30 05:09:16 2015 +0000
description:
add attribution, no functional change.
from Michael McConville
diffstat:
sys/arch/mips/ingenic/ingenic_rng.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d02ae6210229 -r 89cd78a96cde sys/arch/mips/ingenic/ingenic_rng.c
--- a/sys/arch/mips/ingenic/ingenic_rng.c Sun Aug 30 04:27:03 2015 +0000
+++ b/sys/arch/mips/ingenic/ingenic_rng.c Sun Aug 30 05:09:16 2015 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index