From owner-freebsd-questions@FreeBSD.ORG Thu Aug 30 13:25:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2381B16A417 for ; Thu, 30 Aug 2007 13:25:07 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 44C1313C457 for ; Thu, 30 Aug 2007 13:25:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7UDP188001052; Thu, 30 Aug 2007 15:25:01 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7UDP1KU001049; Thu, 30 Aug 2007 15:25:01 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 30 Aug 2007 15:25:01 +0200 (CEST) From: Wojciech Puchar To: Ian Smith In-Reply-To: Message-ID: <20070830152423.D1047@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: lpt attachment problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2007 13:25:07 -0000 that's it. with 0x378, irq7, dma1 and ecp mode lpt attaches and prints just fine. strange. thank you! On Thu, 30 Aug 2007, Ian Smith wrote: > On Thu, 30 Aug 2007 08:07:54 +0200 (CEST) > Wojciech Puchar wrote: > > > when i set in BIOS my parallel port (it's IBM thinkpad T23 if it matters) > > to standard paraller port it is detected fine > > > > ppc0: port 0x3bc-0x3be irq 7 on acpi0 > > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > > ppbus0: on ppc0 > > lpt0: on ppbus0 > > lpt0: Interrupt-driven port > > > > > > when it's changed it ECP mode with dma 0, ppc attaches fine too (detects > > dma etc), ppbus attaches fine bvut lpt doesn't show up. no errors just no > > messages. > > > > any idea? > > Only that it works fine on my T23 .. > > ppc0: port 0x378-0x37f,0x778-0x77f irq 7 drq 0 on acpi0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/8 bytes threshold > ppbus0: on ppc0 > plip0: on ppbus0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > > I notice yours is at 0x3bc, LPT2 in DOS-speak; mine's at default 0x37f > > FreeBSD version? Here 6.1-RELEASE, and still with a fairly old BIOS. > > Cheers, Ian > >