From owner-cvs-src@FreeBSD.ORG Wed Aug 11 18:31:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8682716A4CE for ; Wed, 11 Aug 2004 18:31:25 +0000 (GMT) Received: from www.cray1.de (i.would.like.to.spoof.my.realip.de [64.27.85.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 310BE43D39 for ; Wed, 11 Aug 2004 18:31:25 +0000 (GMT) (envelope-from ubm@u-boot-man.de) Received: from greatsheep.marines (localhost [127.0.0.1]) by www.cray1.de (8.9.3/8.9.3) with SMTP id UAA14110 for ; Wed, 11 Aug 2004 20:31:21 +0200 Date: Wed, 11 Aug 2004 20:27:34 +0200 From: Marc "UBM" Bocklet To: cvs-src@freebsd.org Message-Id: <20040811202734.4bcfb8dc.ubm@u-boot-man.de> In-Reply-To: <346a8022040811105555f5610b@mail.gmail.com> References: <200408091736.i79HaJL1067580@repoman.freebsd.org> <20040811182351.5d0a355f.ubm@u-boot-man.de> <346a8022040811105555f5610b@mail.gmail.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 18:31:25 -0000 On Wed, 11 Aug 2004 13:55:06 -0400 Coleman Kane wrote: > Use cbb, cardbus, and pccard instead. The vast majority (all?) of even > 486 based laptops used PCI-based PCCARD bridges, which are probed by > the pccbb driver. This is the NEWCARD implementation to replace the > legacy pcic and tcic. Hmm, I had the rather mad idea to buy an ISA PCCARD/PCMCIA adapter to put a wireless lan card (pccard/pcmcia) in my really old 486, which has only ISA slots. I guess this won't work anymore now. Well, doesn't really matter, there are lots of other options ;-) Bye Marc