From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 23 10:39:31 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4675016A4CE for ; Sun, 23 Jan 2005 10:39:31 +0000 (GMT) Received: from dgap-gw.mipt.ru (dgap-gw.mipt.ru [194.85.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E280943D46 for ; Sun, 23 Jan 2005 10:39:30 +0000 (GMT) (envelope-from nepal@nas.dgap.mipt.ru) Received: from localhost (unknown [127.0.0.1]) by dgap-gw.mipt.ru (Postfix) with ESMTP id E14A1600043E; Sun, 23 Jan 2005 13:39:29 +0300 (MSK) Received: from dgap-gw.mipt.ru ([127.0.0.1]) by localhost (dgap-gw.mipt.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02335-05; Sun, 23 Jan 2005 13:39:21 +0300 (MSK) Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by dgap-gw.mipt.ru (Postfix) with ESMTP id 59F636000429; Sun, 23 Jan 2005 13:39:20 +0300 (MSK) Received: from nas.dgap.mipt.ru (localhost [127.0.0.1]) by nas.dgap.mipt.ru (8.12.9p2/8.12.9) with ESMTP id j0NAgkW6003127; Sun, 23 Jan 2005 13:42:46 +0300 (MSK) (envelope-from nepal@nas.dgap.mipt.ru) Received: (from nepal@localhost) by nas.dgap.mipt.ru (8.12.9p2/8.12.9/Submit) id j0NAgkO3003126; Sun, 23 Jan 2005 13:42:46 +0300 (MSK) (envelope-from nepal) Date: Sun, 23 Jan 2005 13:42:46 +0300 From: "Andrew L. Neporada" To: "M. Warner Losh" Message-ID: <20050123104246.GA2984@nas.dgap.mipt.ru> References: <20050122205818.GA1411@nas.dgap.mipt.ru> <20050122.145221.52964235.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050122.145221.52964235.imp@bsdimp.com> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new-20030616-p8 (Gentoo) at dgap.mipt.ru X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=7.5 tests= X-Spam-Level: cc: freebsd-hackers@freebsd.org Subject: Re: "configured irq .. is not in bitmap of probed irqs 0" -- what does it mean? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 10:39:31 -0000 On Sat, Jan 22, 2005 at 02:52:21PM -0700, M. Warner Losh wrote: > > Chances are you don't have things configured quite correctly in the > bios. The interrupts aren't asserting proplerly. Interrupts 3,4,10,11 are reserved for ISA cards in BIOS. Tweaking "PnP aware OS [Y/N]" setting doesn't help. I've tried to tweak all relevant (IMO) BIOS settings without any effect :-( > > : Surprisingly, but it seems that both COM3 & COM4 ports work ok > : (getty works, there is no "silo overflow" errors). > > That's likely because you are using 9600 baud. sio installs a timeout > to harvest characters, and that's what saves you. > > > : So, should I worry about this error? > > Likely. > > Warner Thanks for your help. I'll test higher speeds tomorrow. Andrew.