Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/hp300/dev Pull up revision 1.10 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/b1cf2c67b328
branches: netbsd-1-4
changeset: 471028:b1cf2c67b328
user: he <he%NetBSD.org@localhost>
date: Thu Oct 12 21:32:09 2000 +0000
description:
Pull up revision 1.10 (requested by he):
Add randomness sampling for hil, sd and rd on the hp300 port.
diffstat:
sys/arch/hp300/dev/rdvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 5ec3a29ae908 -r b1cf2c67b328 sys/arch/hp300/dev/rdvar.h
--- a/sys/arch/hp300/dev/rdvar.h Thu Oct 12 21:32:06 2000 +0000
+++ b/sys/arch/hp300/dev/rdvar.h Thu Oct 12 21:32:09 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rdvar.h,v 1.7 1997/03/31 07:40:02 scottr Exp $ */
+/* $NetBSD: rdvar.h,v 1.7.16.1 2000/10/12 21:32:09 he Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -79,6 +79,9 @@
struct rd_clearcmd sc_clear;
struct buf sc_tab; /* buffer queue */
struct rdstats sc_stats;
+#if NRND > 0
+ rndsource_element_t rnd_source;
+#endif
};
/* sc_flags values */
Home |
Main Index |
Thread Index |
Old Index