From: graichen Date: Sun, 29 Dec 1996 12:25:59 +0000 (+0000) Subject: add some comments to some things we removed to get also more broken X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4f65d8a348608d29930f61e7acf2bb3810063ea5;p=openbsd add some comments to some things we removed to get also more broken keyboards working --- diff --git a/sys/arch/i386/isa/pccons.c b/sys/arch/i386/isa/pccons.c index 3b6abd3c7fd..2c53a874f8a 100644 --- a/sys/arch/i386/isa/pccons.c +++ b/sys/arch/i386/isa/pccons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccons.c,v 1.32 1996/12/20 07:24:49 graichen Exp $ */ +/* $OpenBSD: pccons.c,v 1.33 1996/12/29 12:25:59 graichen Exp $ */ /* $NetBSD: pccons.c,v 1.99.4.1 1996/06/04 20:03:53 cgd Exp $ */ /*- @@ -426,6 +426,10 @@ pcprobe(parent, match, aux) if (!kbd_cmd(KBC_RESET, 1)) { #ifdef DIAGNOSTIC printf("pcprobe: reset error %d\n", 1); + /* XXX - this would make some - maybe very + broken - but usable keyboards unusable + goto lose; + */ #endif } for (i = 600000; i; i--) @@ -436,6 +440,10 @@ pcprobe(parent, match, aux) if (i == 0 || inb(KBDATAP) != KBR_RSTDONE) { #ifdef DIAGNOSTIC printf("pcprobe: reset error %d\n", 2); + /* XXX - this would make some - maybe very + broken - but usable keyboards unusable + goto lose; + */ #endif } /*