From owner-freebsd-questions Sat Mar 10 8: 5:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comm.uni-svishtov.bg (ns.uni-svishtov.bg [193.68.172.1]) by hub.freebsd.org (Postfix) with ESMTP id 9C5EF37B719 for ; Sat, 10 Mar 2001 08:05:40 -0800 (PST) (envelope-from alalev@uni-svishtov.bg) Received: from grinch.uni-svishtov.bg (root@grinch.uni-svishtov.bg [193.68.172.9]) by comm.uni-svishtov.bg (8.9.3/8.9.3) with ESMTP id SAA14879 for ; Sat, 10 Mar 2001 18:05:18 +0200 (EET) Received: from uni-svishtov.bg (lalev.uni-svishtov.bg [193.68.173.61]) by grinch.uni-svishtov.bg (8.9.3/8.9.1) with ESMTP id SAA26587 for ; Sat, 10 Mar 2001 18:05:18 +0200 (EET) Message-ID: <3AAA515C.3040904@uni-svishtov.bg> Date: Sat, 10 Mar 2001 18:07:56 +0200 From: Angelin Lazarov Lalev User-Agent: Mozilla/5.0 (X11; U; FreeBSD 4.2-STABLE i386; en-US; 0.6) Gecko/20010104 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: what means "configured irq X not in bitmap of probed irqs 0" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I need to install isa 8 port multicom device on one of my FreeBSD boxes. I set the jumers, as said in the device manual and put into the kernel configuration file the following lines options COM_MULTIPORT device sio4 at isa? port 0x280 irq 5 flags 0x401 device sio5 at isa? port 0x288 flags 0x401 device sio6 at isa? port 0x290 flags 0x401 device sio7 at isa? port 0x298 flags 0x401 device sio8 at isa? port 0x2A0 flags 0x401 device sio9 at isa? port 0x2A8 flags 0x401 device sio10 at isa? port 0x2B0 flags 0x401 device sio11 at isa? port 0x2B8 flags 0x401 then set into the CMOS setup, that irq 5 should be reserved for isa cards and booted the new kernel, but than I got: sio4: configured irq 5 not in bitmap of probed irqs 0 sio5: configured irq 5 not in bitmap of probed irqs 0 ... sio11: configured irq 5 not in bitmap of probed irqs 0 Any ideas ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message