remove keyboard randomness supply.
authormickey <mickey@openbsd.org>
Fri, 6 Sep 1996 08:40:48 +0000 (08:40 +0000)
committermickey <mickey@openbsd.org>
Fri, 6 Sep 1996 08:40:48 +0000 (08:40 +0000)
not needed w/ adition of tty randomness.

sys/arch/i386/isa/pccons.c
sys/arch/i386/isa/pcvt/pcvt_kbd.c

index 6f343d6..e362e23 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pccons.c,v 1.27 1996/09/01 19:40:56 deraadt Exp $     */
+/*     $OpenBSD: pccons.c,v 1.28 1996/09/06 08:40:48 mickey Exp $      */
 /*     $NetBSD: pccons.c,v 1.99.4.1 1996/06/04 20:03:53 cgd Exp $      */
 
 /*-
 #include <i386/isa/isa_machdep.h>
 #include <i386/isa/kbdreg.h>
 
-#include "random.h"
-#if NRANDOM > 0
-#include <dev/rndvar.h>
-#endif
-
 #define        XFREE86_BUG_COMPAT
 
 #ifndef BEEP_FREQ
index 9a45e2a..28ae3f9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pcvt_kbd.c,v 1.8 1996/08/29 09:26:10 deraadt Exp $    */
+/*     $OpenBSD: pcvt_kbd.c,v 1.9 1996/09/06 08:40:49 mickey Exp $     */
 
 /*
  * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
 #if NVT > 0
 
 #include "pcvt_hdr.h"          /* global include */
-#include "random.h"
-#if    NRANDOM > 0
-#include <dev/rndvar.h>
-#endif
 
 static void fkey1(void), fkey2(void),  fkey3(void),  fkey4(void);
 static void fkey5(void), fkey6(void),  fkey7(void),  fkey8(void);
@@ -1023,9 +1019,6 @@ loop:
                PCVT_KBD_DELAY();               /* 7 us delay */
                dt = inb(CONTROLLER_DATA);      /* yes, get data */
 
-#if    NRANDOM > 0
-               add_keyboard_randomness(dt)
-#endif
 #endif /* !PCVT_KBD_FIFO */
 
                /*