From owner-freebsd-questions Sun Mar 7 20:38: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id A8E0B14E30 for ; Sun, 7 Mar 1999 20:37:15 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) with ESMTP id XAA26948; Sun, 7 Mar 1999 23:36:47 -0500 (EST) Date: Sun, 7 Mar 1999 23:36:47 -0500 (EST) From: jack To: Thomas David Rivers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: More than one parallel-port in FreeBSD-3.1? How do you do it? In-Reply-To: <199903080357.WAA02121@lakes.dignus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Today Thomas David Rivers wrote: > device lpt0 at isa? port? tty irq 7 vector lptintr > device lpt1 at isa? port? tty > > > But - perusing the man pages and LINT doesn't seem to point out > exactly how to accomplish defining lpt1 in 3.1-RELEASE (with the > new ppc driver...) > > Has someone done this? Yes. > If so, could you send me an example? I don't see why not. :) This works for me, I don't know if it is the Right Way or not. controller ppbus0 controller ppbus1 device nlpt0 at ppbus0 device nlpt1 at ppbus1 # controller ppc0 at isa? port ? tty irq 7 controller ppc1 at isa? port "IO_LPT2" tty irq 5 -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message