From owner-freebsd-hackers Fri Dec 13 05:58:20 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA18800 for hackers-outgoing; Fri, 13 Dec 1996 05:58:20 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA18790 for ; Fri, 13 Dec 1996 05:58:11 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id AAA02142; Sat, 14 Dec 1996 00:55:58 +1100 Date: Sat, 14 Dec 1996 00:55:58 +1100 From: Bruce Evans Message-Id: <199612131355.AAA02142@godzilla.zeta.org.au> To: freebsd-hackers@freebsd.org, j@uriah.heep.sax.de Subject: Re: My Banksia Internal Modem - sio driver Cc: suttonj@interconnect.com.au Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Test 6 checks that the interrupt request disappeared after clearing >the interrupt condition. You're suffering from a typical slowness as >many emulated UARTs in internal modems experience. Bumping the DELAY >right before test 6 is probably your best solution. Tests 5 and 6 both check for that, after delaying for about 1000 times longer than real hardware would need. An emulator should take at most 10-100 times longer. Test 5 is more likely to faily than test 6. Bruce