From owner-freebsd-stable Fri Sep 1 11:53:45 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 386D837B423 for ; Fri, 1 Sep 2000 11:53:43 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA09066; Fri, 1 Sep 2000 12:53:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA37372; Fri, 1 Sep 2000 12:53:12 -0600 (MDT) Message-Id: <200009011853.MAA37372@harmony.village.org> To: "Jim King" Subject: Re: bad 16550A maybe? Cc: "Gary Kline" , freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Fri, 01 Sep 2000 13:41:01 CDT." <002d01c01444$350c8b00$a44b8486@jking> References: <002d01c01444$350c8b00$a44b8486@jking> <200009010501.WAA54972@tao.thought.org> <200009011832.MAA37168@harmony.village.org> Date: Fri, 01 Sep 2000 12:53:12 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <002d01c01444$350c8b00$a44b8486@jking> "Jim King" writes: : I think we'd see a lot fewer of these messages on the mailing lists if sio.c : set the 16550A trigger level to 8 bytes instead of 14 bytes. That's the : first thing I do when I see this problem, and that usually fixes it; much : easier than replacing the misbehaving hardware. :-) For fast machines, this is a lose since it double the interrupt rate, but does give a *MUCH* better interrupt latency tolerance. I had to do this when i had a 16550A attached to a custom card via PCI. I couldn't make it have fast interrupts, so I did the next best thing by increasing the number of interrupts and checking more often (the card itself had about half a dozen interrupts going all the time, so long as I could afford a 16ms latency I was fine). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message