Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/hp300/dev Pullup 1.10 [he]:
details: https://anonhg.NetBSD.org/src/rev/ca4635b6472a
branches: netbsd-1-5
changeset: 489847:ca4635b6472a
user: tv <tv%NetBSD.org@localhost>
date: Wed Oct 18 00:10:59 2000 +0000
description:
Pullup 1.10 [he]:
Add randomness sampling from hil, sd and rd devices.
diffstat:
sys/arch/hp300/dev/rdvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c9183301124b -r ca4635b6472a sys/arch/hp300/dev/rdvar.h
--- a/sys/arch/hp300/dev/rdvar.h Wed Oct 18 00:10:42 2000 +0000
+++ b/sys/arch/hp300/dev/rdvar.h Wed Oct 18 00:10:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rdvar.h,v 1.9 2000/03/23 06:37:24 thorpej Exp $ */
+/* $NetBSD: rdvar.h,v 1.9.4.1 2000/10/18 00:10:59 tv Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -84,6 +84,9 @@
int sc_active;
int sc_errcnt;
struct rdstats sc_stats;
+#if NRND > 0
+ rndsource_element_t rnd_source;
+#endif
};
/* sc_flags values */
Home |
Main Index |
Thread Index |
Old Index