From owner-cvs-all Sat Jan 6 23:18:55 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6B50C37B75E; Sat, 6 Jan 2001 22:49:47 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f076nYs67762; Sat, 6 Jan 2001 23:49:36 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101070649.f076nYs67762@harmony.village.org> To: Greg Lehey Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/pccbb pccbb.c pccbbvar.h Cc: Jonathan Chen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 07 Jan 2001 10:54:25 +1030." <20010107105425.H44092@wantadilla.lemis.com> References: <20010107105425.H44092@wantadilla.lemis.com> <200101061804.f06I4uR20978@freefall.freebsd.org> Date: Sat, 06 Jan 2001 23:49:34 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010107105425.H44092@wantadilla.lemis.com> Greg Lehey writes: : On Saturday, 6 January 2001 at 10:04:56 -0800, Jonathan Chen wrote: : > : > * pccard begins to work : > - pccard can now use higher memory space (and uses it by default). : : How high? Does this mean that, for normal PCMCIA cards, we're no : longer bound to the 64 kB at 0xd0000? For newcard, yes. The 64k limit still exists, but it can be anywhere (the 64k limit is in the size of the registers). But this is true *ONLY* for pci cardbus bridges, not isa pcic ones. : I'm a little hazy about the status of CardBus/pccard support in : -CURRENT. Is it still an either/or proposition? It was either-or until this change. Now NEWCARD has the ability to support pccards, but we need to add a bunch of stuff to the probe routines. We need to do this in a compatible with OLDCARD manner, and I'm not sure that the changes Jonathan committed do this since he didn't run them by me first. And he broke OLDCARD while doing it, it seems, since he changed an interface that oldcard and newcard share. :-(. Yes, I'm grumpy about this... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message