From owner-freebsd-smp@FreeBSD.ORG Tue Jan 18 18:14:14 2005 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA50616A4CE for ; Tue, 18 Jan 2005 18:14:14 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7906643D41 for ; Tue, 18 Jan 2005 18:14:14 +0000 (GMT) (envelope-from pvtrifonov@mail.ru) Received: from [195.209.229.106] (port=3242 helo=tank) by mx1.mail.ru with esmtp id 1Cqxrp-00082W-00 for freebsd-smp@FreeBSD.org; Tue, 18 Jan 2005 21:14:13 +0300 From: "Peter Trifonov" To: Date: Tue, 18 Jan 2005 21:18:17 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcT9CCN67PE0NYhtTM+Ytbuu9uCKVAAgdyug In-Reply-To: <200501172130.02407.jhb@FreeBSD.org> Message-Id: X-Spam: Not detected Subject: RE: Lost interrupts on SMP systems X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 18:14:14 -0000 Hello John, > > Here is what it says: > > # ./inb 0x4d0 > > inb(0x4d0) = 0x0 = 0d = '^@' > > # ./inb 0x4d1 > > inb(0x4d1) = 0xe = 14d = '^N' > > Ok, this is good, it means you do have an ELCR. Let me give you a > quick patch to try. This will be relative to your existing mptable.c > file since i've committed the first mptable patch to current already. Thanks a lot!!! Now the box works perfectly! With best regards, P. Trifonov