From owner-freebsd-current Sat Nov 25 20:16:48 2000 Delivered-To: freebsd-current@freebsd.org Received: from mobile.wemm.org (adsl-64-163-195-99.dsl.snfc21.pacbell.net [64.163.195.99]) by hub.freebsd.org (Postfix) with ESMTP id 1542137B4CF for ; Sat, 25 Nov 2000 20:16:42 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id eAQ4GRD25816; Sat, 25 Nov 2000 20:16:27 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200011260416.eAQ4GRD25816@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Christian Carstensen Cc: "Rogier R. Mulhuijzen" , current@FreeBSD.ORG, imp@freebsdf.org Subject: Re: -current on ibm tp a20p? In-Reply-To: Date: Sat, 25 Nov 2000 20:16:27 -0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Christian Carstensen wrote: > On Fri, 24 Nov 2000, Rogier R. Mulhuijzen wrote: > > > 1) is this a CardBus card maybe? > > It happens with > > a) Lucent WaveLAN (silver) > b) 3com 3c589d > > > > 2) What does 'pccardc dumpcis' return? > > Code 85 not found > Code 85 not found > code Unknown ignored > Code 134 not found > Code 134 not found This means your pccard memory window overlaps something. Do you have an ATI rage chipset by any chance? My Vaio has one of these and its rom is 80K long and goes from 0xc0000 -> 0xd3fff. pccardd defaults to 0xd0000 for mapping the CIS which is right underneath the ROM. Try: pccard_mem="0xd4000" in /etc/rc.conf. Or even 0xd8000 if that doesn't work. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message