From owner-freebsd-mobile@FreeBSD.ORG Sat Jan 22 11:00:54 2005 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 1228B16A4CE for ; Sat, 22 Jan 2005 11:00:54 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8E143D5D for ; Sat, 22 Jan 2005 11:00:53 +0000 (GMT) (envelope-from cmello@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so227198rne for ; Sat, 22 Jan 2005 03:00:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jIErx5Ea9u2HetCwOMGUQaCPRoJZDDuu9ZDjwJlY6D67Qm0E3a4UgV41nmNEHL3VKhrXLX4L2gqvX2wEWAFH6J6EVBEEqD2G90wceLKqC3gTCqR+w1vZTJsgGYF7Z7iEwqKKB90Z4Xxguda3xsoZbSp9VHbB94DdI1u7xLYzMpI= Received: by 10.38.181.24 with SMTP id d24mr187876rnf; Sat, 22 Jan 2005 03:00:52 -0800 (PST) Received: by 10.38.15.66 with HTTP; Sat, 22 Jan 2005 03:00:52 -0800 (PST) Message-ID: Date: Sat, 22 Jan 2005 08:00:52 -0300 From: Cesar Mello To: "M. Warner Losh" In-Reply-To: <20050120.101040.130846709.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41EF6A90.1010101@acm.org> <20050120.101040.130846709.imp@bsdimp.com> cc: dwalton@acm.org cc: mobile@freebsd.org Subject: Re: HEADS UP: OLDCARD to go away X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cesar Mello List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 11:00:54 -0000 My problem is different, no pccard is detected when using GENERIC or NEWCARD. I have an old Toshiba Portege 300CT and it works great with 5.3-OLDCARD. I'm interested in helping so that these 16-bit cards continue supported in release 6. I don't want to switch to Linux only because of this. Best regards! Cesar On Thu, 20 Jan 2005 10:10:40 -0700 (MST), M. Warner Losh wrote: > In message: <41EF6A90.1010101@acm.org> > Dave Walton writes: > : On 8 Nov 2004, M. Warner Losh wrote: > : > > : > I'm in the process of flushing my last few changes into OLDCARD > : > (mostly pccard.conf entries). Once that's complete, I'll be removing > : > OLDCARD from head, likely early next week. > : > : Now that that has happened, where does that leave support for my > : Thinkpad 770Z for versions after 5.3-R? > > 5.x will continue to support it. NEWCARD will have to pickup the > ball and support the old ISA devices it has better. > > : As near as I can figure, my problem is that my chipset, which works as > : pcic in OLDCARD, is somehow not fully supported as cbb in GENERIC. Can > : someone who understands this low-level stuff please let me know whether > : cbb has been (or will be) improved to work here? As it stands now, I'm > : afraid to cvsup -STABLE, leaving me permanently stuck at 5.3-R. > > The TI 1251 is fully supported. If it isn't working for you, then > there are other issues at work that need to be solved. I've used the > 1251 with cbb. > > : With GENERIC, I see this: > : cbb0: mem 0x50103000-0x50103fff irq 11 at > : device 2.0 on pci0 > : cardbus0: on cbb0 > : pccard0: <16-bit PCCard bus> on cbb0 > : cbb1: mem 0x50102000-0x50102fff irq 11 at > : device 2.1 on pci0 > : cardbus1: on cbb1 > : pccard1: <16-bit PCCard bus> on cbb1 > : pccard0: Card has no functions! > : cbb0: PC Card card activation failed > : pccard1: Card has no functions! > : cbb1: PC Card card activation failed > > This smells like a resource allocation issue. The card was seen as > being there, but when the card was probed for its information, we > found none. > > The biggest difference between newcard and oldcard in the CIS area is > that newcard asks the system for memory region to use from high > memory, while oldcard has a value passed in, usually from the ISA hole. > > Warner > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" >