From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 16:49:52 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 A3D6437B401 for ; Thu, 24 Apr 2003 16:49:52 -0700 (PDT) Received: from blacklamb.mykitchentable.net (170-215-84-217.br1.elk.ca.frontiernet.net [170.215.84.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id A51B443FBF for ; Thu, 24 Apr 2003 16:49:51 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 207B1EE52A; Thu, 24 Apr 2003 16:49:41 -0700 (PDT) Message-ID: <051901c30abc$2fe7b6b0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Dragoncrest" References: <5.2.0.9.2.20030423225525.00a04670@pop.voyager.net> Date: Thu, 24 Apr 2003 16:49:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: FreeBSD Questions 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 23:49:52 -0000 ----- Original Message ----- From: "Dragoncrest" To: Sent: Wednesday, April 23, 2003 7:58 PM Subject: Strange Dmesg error > 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 asked a similar question after enabling PNPBIOS about a year ago. I don't remember the technical answer but it was something along the lines of "hardware that doesn't support PNP". In any event, the errors can be safely ignored. HTH, Drew