From owner-freebsd-mips@FreeBSD.ORG Mon Mar 15 14:41:22 2010 Return-Path: Delivered-To: mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A3BA106564A for ; Mon, 15 Mar 2010 14:41:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 487058FC14 for ; Mon, 15 Mar 2010 14:41:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o2FEQP8x008559; Mon, 15 Mar 2010 08:26:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 15 Mar 2010 08:26:37 -0600 (MDT) Message-Id: <20100315.082637.989915960068724581.imp@bsdimp.com> To: lists.br@gmail.com From: "M. Warner Losh" In-Reply-To: References: <20100314.181902.67053632336017068.imp@bsdimp.com> <20100315111756.05fd5805.ray@ddteam.net> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ray@ddteam.net, mips@FreeBSD.org Subject: Re: Request for review: AR71XX config cleanup X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2010 14:41:22 -0000 In message: Luiz Otavio O Souza writes: : There are a few models that don't have USB or PCI at all, so it : would be cool if we can keep std.ar71xx with basic devices only. This is a judgement call. Maybe without usb, but I can't see not putting pci into the std.ar71xx. It is easy enough to remove and is going to be needed by the vast majority of people. USB is a tougher call, since it will be needed by a more interesting subset. : Please consider the following patch (full files, not really a patch): : : http://loos.no-ip.org:280/ar71xx.config But this still has the ath driver in it, which only attaches on pci bus. Warner