From owner-cvs-all Sat Jan 6 20:47:15 2001 Delivered-To: cvs-all@freebsd.org Received: from spock.org (cm-24-169-11-24.nycap.rr.com [24.169.11.24]) by hub.freebsd.org (Postfix) with ESMTP id 075CF37B402; Sat, 6 Jan 2001 20:46:58 -0800 (PST) Received: (from jon@localhost) by spock.org serial EF600Q3T-B7F; Sat, 6 Jan 2001 23:46:46 -0500 (EST) (envelope-from jon) Date: Sat, 6 Jan 2001 23:46:46 -0500 From: Jonathan Chen To: Greg Lehey Cc: Jonathan Chen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <20010106234646.B77540@spock.org> References: <200101061804.f06I4uR20978@freefall.freebsd.org> <20010107105425.H44092@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: telnet/1.1x In-Reply-To: <20010107105425.H44092@wantadilla.lemis.com>; from grog@lemis.com on Sun, Jan 07, 2001 at 10:54:25AM +1030 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 07, 2001 at 10:54:25AM +1030, Greg Lehey wrote: > 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? Correct. > I'm a little hazy about the status of CardBus/pccard support in > -CURRENT. Is it still an either/or proposition? If you want stable pccard support, oldcard provides that, but not cardbus. Under the latest newcard, cardbus appears to be working great. Under the latest newcard, pccard support is very experimental, but should mostly work with the pccbb bridge. With newcard, cardbus and pccard can be used together. You can load the cardbus module for cardbus support, pccard for pccard support, or both if so desired. The pccbb bridge will do the right thing depending on what card you inserted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message