Skip site navigation (1)Skip section navigation (2)
Date:      19 May 1999 21:51:51 -0400
From:      rme@nightfly.apk.net (R. Matthew Emerson)
To:        freebsd-stable@freebsd.org
Subject:   lpt0: <generic printer> message shows up twice
Message-ID:  <8790ak33uw.fsf@nightfly.apk.net>

next in thread | raw e-mail | index | archive | help
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):

ppc0 at 0x378 irq 7 on isa
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port

I'd been using nlpt already, and would see the following:
ppc0 at 0x378 irq 7 on isa
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
nlpt0: <generic printer> on ppbus 0
nlpt0: Interrupt-driven port

It almost looks like the attach routine for lpt is getting
called twice.  Looking at src/sys/dev/ppbus/ppbconf.c didn't
do anything for my inexperienced eye.

I can still print ok, but this doesn't seem right.

-matt




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?8790ak33uw.fsf>