From owner-freebsd-current@FreeBSD.ORG Thu Jul 15 22:59:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CFF16A4CE for ; Thu, 15 Jul 2004 22:59:08 +0000 (GMT) Received: from mta09-svc.ntlworld.com (mta09-svc.ntlworld.com [62.253.162.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E4D43D3F for ; Thu, 15 Jul 2004 22:59:07 +0000 (GMT) (envelope-from antony.t.curtis@ntlworld.com) Received: from [10.10.10.100] ([81.107.87.144]) by mta09-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040715223717.REYC22319.mta09-svc.ntlworld.com@[10.10.10.100]>; Thu, 15 Jul 2004 23:37:17 +0100 From: Antony T Curtis To: Palle Girgensohn In-Reply-To: References: <2A1A414BD992B32464CA6FF3@palle.girgensohn.se> <1089914418.54518.7.camel@pcgem.rdg.cyberkinetica.com> Content-Type: text/plain Message-Id: <1089930990.18519.25.camel@pcgem.rdg.cyberkinetica.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 15 Jul 2004 23:36:30 +0100 Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: parallel port *slow* X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 22:59:08 -0000 On Thu, 2004-07-15 at 22:07, Palle Girgensohn wrote: > Only, the flags don't work, nothing seems to happen? > > $ kenv | grep ppc > hint.ppc.0.at="isa" > hint.ppc.0.flags="0xc" > hint.ppc.0.irq="7" > $ dmesg | grep ppc > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/16 bytes threshold > ppbus0: on ppc0 I must admit - I have only had it work properly when the flags was compiled in the kernel config: device ppc0 at isa? flags 0x08 irq 7 drq 3 The DMA channel should be specified for ECP.. and it should match whatever your BIOS config says it is... -- Antony T Curtis