Date: Wed, 19 May 1999 22:00:06 -0700 (PDT) From: Allan Saddi <asaddi@philosophysw.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: lpt0: <generic printer> message shows up twice Message-ID: <Pine.BSF.4.10.9905192154420.3503-100000@shell2.ba.best.com> In-Reply-To: <19990519210621.A65459@nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9905192154420.3503-100000>