From owner-freebsd-stable Wed May 19 22: 0:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell2.ba.best.com (shell2.ba.best.com [206.184.139.133]) by hub.freebsd.org (Postfix) with ESMTP id 89BE614FB9 for ; Wed, 19 May 1999 22:00:06 -0700 (PDT) (envelope-from asaddi@philosophysw.com) Received: from localhost (asaddi@localhost) by shell2.ba.best.com (8.9.3/8.9.2/best.sh) with ESMTP id WAA04344 for ; Wed, 19 May 1999 22:00:06 -0700 (PDT) X-Authentication-Warning: shell2.ba.best.com: asaddi owned process doing -bs Date: Wed, 19 May 1999 22:00:06 -0700 (PDT) From: Allan Saddi X-Sender: asaddi@shell2.ba.best.com To: freebsd-stable@FreeBSD.ORG Subject: Re: lpt0: message shows up twice In-Reply-To: <19990519210621.A65459@nuxi.com> Message-ID: Organization: Philosophy SoftWorks MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 May 1999, David O'Brien wrote: > > I just cvsup'ed to 3.2-STABLE (current as of last night) from 3.1-STABLE > > and I started seeing this (output from dmesg): > ..snip.. > > I'd been using nlpt already, and would see the following: > > ppc0 at 0x378 irq 7 on isa > > Did you update your kernel config file? 'nlpt' is no longer. Replace > all instances of 'nlpt' with 'lpt'. I just cvsup'ed and made world a few hours ago and I've noticed this same problem. (I also took care to change nlpt to lpt.) After digging around, I found the problem: lpt.o is linked twice. I manually edited my /usr/src/sys/compile/xxxx/Makefile, removed the second reference to lpt.o and rebuilt the kernel... now lpt0 only gets probed once. That's the cause of the problem... I have no idea what the solution is. :) I guess only a config guru can know... -- Allan Saddi "The Earth is the cradle of mankind, asaddi@philosophysw.com but we cannot live in the cradle http://www.philosophysw.com/asaddi/ forever." - K.E. Tsiolkovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message