Date: Sat, 25 Nov 2000 20:16:27 -0800 From: Peter Wemm <peter@netplex.com.au> To: Christian Carstensen <cc@devcon.net> Cc: "Rogier R. Mulhuijzen" <drwilco@drwilco.nl>, current@FreeBSD.ORG, imp@freebsdf.org Subject: Re: -current on ibm tp a20p? Message-ID: <200011260416.eAQ4GRD25816@mobile.wemm.org> In-Reply-To: <Pine.BSF.4.21.0011242030340.260-100000@albert.gate5.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011260416.eAQ4GRD25816>