From owner-freebsd-current@FreeBSD.ORG Wed Mar 16 18:00:03 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3EB16A4CE for ; Wed, 16 Mar 2005 18:00:03 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82C443D48 for ; Wed, 16 Mar 2005 18:00:02 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2GHv1AU012962; Wed, 16 Mar 2005 10:57:01 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 16 Mar 2005 10:57:06 -0700 (MST) Message-Id: <20050316.105706.39157062.imp@bsdimp.com> To: if@hetzner.co.za From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: device pcic and card X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 18:00:03 -0000 In message: Ian FREISLICH writes: : "M. Warner Losh" wrote: : > In message: <4230E44A.2010007@savvis.net> : > Maksim Yevmenkin writes: : > : beetle# grep -i pcic /usr/src/UPDATING : > : beetle# grep -i card /usr/src/UPDATING : > : beetle# grep -i oldcard /usr/src/UPDATING : > : > OLDCARD is what you want to grep for. : > : > : > In message: <41DC2EAD.8070403@savvis.net> : > : > Maksim Yevmenkin writes: : > : > : i heard Warner said something about removing pcic and card (aka oldcard : ) : > : > : support from -current. has it happened? after cvsup'ing (yesterday) i n : o : > : > : longer can configure kernel with pcic and card. : > : > : : > : > : i can not use newcard on my tecra 8100 :( when i insert serial pc-card : > : > : my laptop hangs :( i can insert ethernet card (3com) but i can not : > : > : remove it :( same story - laptop hangs hard. : > : > : > : > Hangs hard? That's unfortunate. I'd love to help figure things out, : > : > but my tecra 8100 is working great... : > : : > : so, was oldcard support removed from -current? i have xircom credit card : > : bluetooth adapter that has standard uart (16550) and used to work with : > : oldcard (sio(4)). with newcard this adapter just hangs the system hard : > : as soon as i plug it in. also /var/log/messages says sio(4) can not : > : recognize uart type. : > : > Yes. OLDCARD has been removed from current. you should migrate to : > device cbb and pccard instead. This sounds like a resource issue with : : I cannot migrate to cbb and pccard: my Vadem 468 is not supported. : I know the hardware is old. Are there any plans to support this : or should I just give up and run 4.x on this laptop (it will be : quite inconvenient to downgrade)? You can run 5.x on this machine. However, it is my belief that it is supported with the new cbb_isa attachment. Warner