From owner-freebsd-current Wed Jun 4 00:43:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA03290 for current-outgoing; Wed, 4 Jun 1997 00:43:44 -0700 (PDT) Received: from user2.inficad.com (straka@user2.inficad.com [207.19.74.4]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA03281 for ; Wed, 4 Jun 1997 00:43:42 -0700 (PDT) Received: from localhost (straka@localhost) by user2.inficad.com (8.8.5/8.7.3) with SMTP id AAA15916 for ; Wed, 4 Jun 1997 00:43:55 -0700 (MST) Date: Wed, 4 Jun 1997 00:43:54 -0700 (MST) From: Richard Straka To: current@freebsd.org Subject: Re: sio driver performance In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Richard Straka wrote: > I have 2 16550A UARTS in a 486DX-33. During probing, the sio > driver properly identifies both ports as 16550A's. > > When sending sustained 115200 baud data from this machine, systat > (with vmstat option) indicates an interrupt rate of about 720/sec > with about 2% of the processor servicing interrupts. > When receiving sustained 115200 baud data, an interrupt rate of > over 26,000/sec is indicated with about 15% of the processor going > to service interrupts. > > It appears as though the fifo is not working for the receive. In an > attempt to exhonerate the hardware, I swapped in another 16550 card > I had laying around and got the similar results. > > Any help on this issue would be greatly appreciated. > I neglected to mention that I am running 2.2.1-RELEASE on the 486DX-33. Richard Straka straka@inficad.com