Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 1996 16:27:27 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        freebsd-current@FreeBSD.org, bde@zeta.org.au, davidg@Root.COM, jkh@time.cdrom.com
Subject:   Re: 6/14/96 kernel won't boot
Message-ID:  <199606151427.QAA03774@uriah.heep.sax.de>
In-Reply-To: <199606151358.XAA14170@godzilla.zeta.org.au> from Bruce Evans at "Jun 15, 96 11:58:44 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:

> At least one keyboard requires about 250 ms.  This seems excessive
> already so I was going to try 1000 ms maximum.  It wouldn't hurt to
> change the DELAY(10)'s to DELAY(1000)'s and reduce the counts
> proportionally, but this is only easy in part of the reset code -
> there are some DELAY(10)'s in kbd_wait(), and it's more important
> for the delays to be right in the main code.

Hmm, shouldn't they be at least DELAY(20)'s or so?  I suspect one of
the reasons why some of the keyboards broke with the old code (which
was my main reason to change it) is that the new i586+ machines are
too fast so the assumed overhead for small DELAY's turned almost into
nop's.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606151427.QAA03774>