From owner-freebsd-mobile@FreeBSD.ORG Tue Oct 14 02:40:35 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 026CC16A4B3 for ; Tue, 14 Oct 2003 02:40:35 -0700 (PDT) Received: from sssup.it (ms01.sssup.it [193.205.80.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E33D43FCB for ; Tue, 14 Oct 2003 02:40:32 -0700 (PDT) (envelope-from gabriele@ing.unipi.it) Received: from [193.205.82.25] (HELO ing.unipi.it) by sssup.it (CommuniGate Pro SMTP 4.1.3) with ESMTP id 1059581 for freebsd-mobile@FreeBSD.ORG; Tue, 14 Oct 2003 11:55:39 +0200 Message-ID: <3F8BC48E.90906@ing.unipi.it> Date: Tue, 14 Oct 2003 11:40:30 +0200 From: Gabriele Cecchetti User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.4) Gecko/20030624 X-Accept-Language: it, en, en-us MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: PCCARD on Toshiba Satellite 5100 (5105) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 09:40:35 -0000 1234567890 Thanks to everyone for the different suggestions. For this Toshiba laptop, setting hw.cbb.start_memory or hw.pci.allow_unsupported_io_range="1" didn't produce any effect. I did a look in source code of "current" pccbb and I thought that the current version has been improved. So I donwloaded pccbb and exca directory (for dependency) from current and i put in my source tree (which is a 5.1-RELEASE-p10). Now everithing works fine: the wi0 card (Toshiba Wireless LAN Card - Lucent clone) and the CF (ad4) are detected and initialized correclty. Gabriele