From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 22:45:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AC2837B401 for ; Wed, 23 Apr 2003 22:45:03 -0700 (PDT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848C843FE3 for ; Wed, 23 Apr 2003 22:45:02 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 5D79B28E2CF for ; Thu, 24 Apr 2003 05:25:31 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id B89DF1800DD; Thu, 24 Apr 2003 05:25:28 +0000 (UTC) Date: Fri, 25 Apr 2003 01:25:06 -0500 From: Vulpes Velox To: freebsd-questions@freebsd.org Message-Id: <20030425012506.6572ee17.kitbsdlists@HotPOP.com> In-Reply-To: <5.2.0.9.2.20030423225525.00a04670@pop.voyager.net> References: <5.2.0.9.2.20030423225525.00a04670@pop.voyager.net> X-Mailer: Sylpheed version 0.8.2claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: Re: Strange Dmesg error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 05:45:03 -0000 On Wed, 23 Apr 2003 22:58:24 -0400 Dragoncrest wrote: > Today after recompiling my kernel I noticed something on my screen that > caught my curiousity. I got the following message: > > Apr 23 22:22:05 bsdbox /kernel: ppi0: on ppbus0 > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > Apr 23 22:22:05 bsdbox /kernel: unknown: can't assign resources > > Anyone know what this means? All I did was add the following lines to my > kernel config. > > options VESA > device pcm > options PNPBIOS > options USER_LDT > > Would any of those have generated the said errors, and are they something > to be concerned about, or can I safely ignore them? I don't know what cuases it, but if you remove the "options PNPBIOS" it will more likely go away. I've seen that to, or atleasst something close to it, and it went away when I removed that line.