Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 10:58:49 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: IBM X24 and PCMCIA 
Message-ID:  <20030731175849.C48625D07@ptavv.es.net>
In-Reply-To: Message from Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>  <200307311932.29810.Lutz.Bichler@unibw-muenchen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Lutz Bichler <Lutz.Bichler@unibw-muenchen.de>
> Date: Thu, 31 Jul 2003 19:32:29 +0200
> Sender: owner-freebsd-mobile@freebsd.org
> 
> Hi,
> 
> does anybody know how to use the pcmcia slot of the IBM X24 under FreeBSD 
> 5.1-RELEASE? Independent of the OLDCARD/NEWCARD setting in the kernel config, 
> i get "fatal error: no PC CARD slots" when i start pccard.

You probably need to add:
hw.cbb.start_memory="0x20000000"
to /boot/loader.conf. You might also need
hw.pci.allow_unsupported_io_range="1" and
hw.ata.atapi_dma="1"
(The last is not related to this problem, but is important if you want
to get decent performance from a CD reader.)

Use NEWCARD. I am guessing that you meant pccardd on the fatal
message. If that's the case, don't worry on NEWCARD as pccardd is not
used with NEWCARD. You do still need pccard_enable="YES" in rc.config.

If you still can't get things working, be sure to include your dmesg
in further inquiries.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030731175849.C48625D07>