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.16 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/a1eff3f6194b
branches:  netbsd-1-4
changeset: 471031:a1eff3f6194b
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:35:25 2000 +0000

description:
Pull up revision 1.16 (requested by he):
  Add randomness sampling for hil, sd and rd on the hp300 port.

diffstat:

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

diffs (19 lines):

diff -r fda8f84a6f2b -r a1eff3f6194b sys/arch/hp300/dev/hilvar.h
--- a/sys/arch/hp300/dev/hilvar.h       Thu Oct 12 21:32:15 2000 +0000
+++ b/sys/arch/hp300/dev/hilvar.h       Thu Oct 12 21:35:25 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.8.1 2000/10/12 21:35:25 he 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