From owner-freebsd-stable Wed May 19 18:49:49 1999 Delivered-To: freebsd-stable@freebsd.org Received: from nightfly.apk.net (nightfly.apk.net [207.54.149.151]) by hub.freebsd.org (Postfix) with SMTP id 111B714C9B for ; Wed, 19 May 1999 18:49:44 -0700 (PDT) (envelope-from rme@nightfly.apk.net) Received: (qmail 295 invoked by uid 1000); 20 May 1999 01:51:52 -0000 To: freebsd-stable@freebsd.org Subject: lpt0: message shows up twice X-Attribution: rme From: rme@nightfly.apk.net (R. Matthew Emerson) Date: 19 May 1999 21:51:51 -0400 Message-ID: <8790ak33uw.fsf@nightfly.apk.net> Lines: 27 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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: on ppbus 0 lpt0: Interrupt-driven port lpt0: 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: 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