From owner-freebsd-ppc@FreeBSD.ORG Mon Sep 19 07:29:08 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D6BA1065673 for ; Mon, 19 Sep 2011 07:29:08 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 1211A8FC18 for ; Mon, 19 Sep 2011 07:29:07 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth3.wiscmail.wisc.edu by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0LRR00I00E4JLT00@smtpauth3.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Mon, 19 Sep 2011 02:29:07 -0500 (CDT) Received: from wanderer.tachypleus.net (nl119-145-4.student.uu.se [212.25.145.4]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0LRR00CXAE4HXV20@smtpauth3.wiscmail.wisc.edu> for freebsd-ppc@freebsd.org; Mon, 19 Sep 2011 02:29:06 -0500 (CDT) Date: Mon, 19 Sep 2011 09:29:05 +0200 From: Nathan Whitehorn In-reply-to: <47D0D576-A632-490C-ABA9-AB3EAC31F9D3@gmail.com> To: freebsd-ppc@freebsd.org Message-id: <4E76EF41.2070008@freebsd.org> X-Spam-Report: AuthenticatedSender=yes, SenderIP=212.25.145.4 X-Spam-PmxInfo: Server=avs-10, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2011.9.19.72114, SenderIP=212.25.145.4 References: <47D0D576-A632-490C-ABA9-AB3EAC31F9D3@gmail.com> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110917 Thunderbird/6.0.2 Subject: Re: CardBus on ppc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 07:29:08 -0000 On 09/18/11 23:24, Justin Hibbits wrote: > I just installed 9.0-BETA2 on my TiBook, but noticed that there's no > cardbus support built for ppc. Is it because nobody's tested it, or is > there an actual problem with cardbus on ppc? Asking because my wireless > card is in the cardbus slot, and my switch is too small to support a 6th > device. It's just never been implemented/tested. cbb(4) isn't in GENERIC, but you might need more than that. -Nathan