From owner-freebsd-questions@FreeBSD.ORG Thu Jul 5 12:49:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE69A16A400 for ; Thu, 5 Jul 2007 12:49:42 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-6.eunet.yu (smtpclu-6.eunet.yu [194.247.192.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA1E13C4BC for ; Thu, 5 Jul 2007 12:49:42 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-232-137.eunet.yu [213.198.232.137]) by smtpclu-6.eunet.yu (8.13.6/8.13.6) with ESMTP id l65CnYmg000752; Thu, 5 Jul 2007 12:49:37 GMT Message-Id: <200707051249.l65CnYmg000752@smtpclu-6.eunet.yu> Date: Thu, 5 Jul 2007 14:49:32 +0200 From: Nikola Lecic To: Zhang Weiwu In-Reply-To: <1183638103.9913.28.camel@esmeralda> References: <1183638103.9913.28.camel@esmeralda> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,TW_BF,TW_DR,TW_XB,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.5 Cc: freebsd-questions@freebsd.org Subject: Re: unknown: can't assign resources (irq) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2007 12:49:43 -0000 On Thu, 05 Jul 2007 20:21:42 +0800 Zhang Weiwu wrote: > Dear list >=20 > I have seen strange message in my dmesg which says it cannot assign > resources to PNP device: >=20 > [snip] > sc0: VGA <16 virtual consoles, flags=3D0x300> > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on > isa0 > unknown: can't assign resources (port) > unknown: can't assign resources (irq) > unknown: can't assign resources (port) > unknown: can't assign resources (memory) > unknown: can't assign resources (port) > pcm0: at port 0x530-0x537,0x388-0x38b,0x220-0x233 irq 5 drq > 1,0 on isa0 [/snip] >=20 > I have googled around and discussion around the the topic of "PNPxxx > cannot assign resouce" mostly happen in 2002 ~ 2005, they have > suggested not to use PNPBIOS option in kernel, which I didn't use at > all and cannot see references to this kernel option (so should be a > removed option). Others on the forums suggested (in 2003) that I > should disable PNP feature in BIOS, which is impossible for me > because my old IBM Thinkpad don't offer such config option (the only > config option had been change system date/time and > start-up-sequence). Even if it doesn't affect the use of the system > I'd like to know a bit about the background knowledge. At least two > devices on my FreeBSD doesn't work, the COM port and the second > PCMCIA slot (anything on that slot doesn't work), though I don't > think the two devices are related to this kernel message. Hello Zhang, Those messages are completely harmless (as you have surely already read, resources can't be assigned because certain driver(s) are already using them). There is no elegant way to disable them AFAIK. The fact that your devices are not working properly is not related to them but to something else in your installation. Nikola Le=C4=8Di=C4=87