From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 18 00:39:37 2004 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 8704516A4CE for ; Mon, 18 Oct 2004 00:39:37 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE6343D1F for ; Mon, 18 Oct 2004 00:39:37 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.97.54]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041018003936.ZLLY2120.out012.verizon.net@[10.0.3.231]>; Sun, 17 Oct 2004 19:39:36 -0500 From: "Alexandre \"Sunny\" Kovalenko" To: Frank Altpeter In-Reply-To: <20041017160733.GD54525@pegasus.hosts.corpex.de> References: <20041017160733.GD54525@pegasus.hosts.corpex.de> Content-Type: text/plain Message-Id: <1098059967.825.3.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 17 Oct 2004 20:39:27 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [138.89.97.54] at Sun, 17 Oct 2004 19:39:35 -0500 cc: mobile@freebsd.org Subject: Re: pccard failures (5.3-STABLE) 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: Mon, 18 Oct 2004 00:39:37 -0000 On Sun, 2004-10-17 at 12:07, Frank Altpeter wrote: > Hi there, > > I don't know with which version this worked, since i didn't use the cards > for a long time now. But i know it worked some time :-) > > Well, it's about a Sitecom pcmcia based SDIO adapter card and a Sandisk > CompactFlash adapter card. When i plug them in, i get the following errors: > > Oct 17 17:46:30 pegasus kernel: pccard0: Allocation failed for cfe 0 > Oct 17 17:46:30 pegasus kernel: ata2: < Memory Card Adapter> at port 0x4000-0x400f irq 11 function 0 config 1 on pccard0 > > Oct 17 17:54:23 pegasus kernel: pccard1: Allocation failed for cfe 0 > Oct 17 17:54:23 pegasus kernel: ata3: <128MB > at port 0x4010-0x401f irq 5 function 0 config 1 on pccard1 > > > Though, the boot process went fine through the devices: > > Oct 17 17:21:31 pegasus kernel: cbb0: mem 0xb0000000-0xb0000fff irq 11 at device 0.0 on pci2 > Oct 17 17:21:31 pegasus kernel: cardbus0: on cbb0 > Oct 17 17:21:31 pegasus kernel: pccard0: <16-bit PCCard bus> on cbb0 > Oct 17 17:21:31 pegasus kernel: cbb1: mem 0xb1000000-0xb1000fff irq 5 at device 0.1 on pci2 > Oct 17 17:21:31 pegasus kernel: cardbus1: on cbb1 > Oct 17 17:21:31 pegasus kernel: pccard1: <16-bit PCCard bus> on cbb1 > > > My system currently runs on 5.3-STABLE, but i also tried with CURRENT > without success. The hardware is an IBM ThinkPad t40. The kernel is > providing NEWCARD currently, with 32bit cardbus support enabled (i also > tried with 16bit configuration only, same results). > > Any ideas on that out there? > > > With kind regards, > > Frank Altpeter I have posted it on -current slightly more then a week ago. M. Warner Losh (imp) have sent me a patch. It did not work for me, but if you are feeling adventurous, I can forward it to you, just to see if it is the same problem. Patch is against -current of 10/07. --- Alexandre "Sunny" Kovalenko.