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.16 [he]:



details:   https://anonhg.NetBSD.org/src/rev/f6c570e3706e
branches:  netbsd-1-5
changeset: 489845:f6c570e3706e
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 00:10:28 2000 +0000

description:
Pullup 1.16 [he]:
Add randomness sampling from hil, sd and rd devices.

diffstat:

 sys/arch/hp300/dev/hilvar.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f4881a0210bd -r f6c570e3706e sys/arch/hp300/dev/hilvar.h
--- a/sys/arch/hp300/dev/hilvar.h       Wed Oct 18 00:10:15 2000 +0000
+++ b/sys/arch/hp300/dev/hilvar.h       Wed Oct 18 00:10:28 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hilvar.h,v 1.15 1998/06/25 23:57:35 thorpej Exp $      */
+/*     $NetBSD: hilvar.h,v 1.15.24.1 2000/10/18 00:10:28 tv Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -111,6 +111,9 @@
        u_char  hl_kbddev;              /* keyboard device on loop */
        u_char  hl_kbdlang;             /* keyboard language */
        u_char  hl_kbdflags;            /* keyboard state */
+#if NRND > 0
+       rndsource_element_t rnd_source;
+#endif
 };
 
 /* hl_kbdflags */



Home | Main Index | Thread Index | Old Index