From owner-freebsd-mips@FreeBSD.ORG Mon Mar 15 12:26:42 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 24FBF106566C for ; Mon, 15 Mar 2010 12:26:42 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-yw0-f204.google.com (mail-yw0-f204.google.com [209.85.211.204]) by mx1.freebsd.org (Postfix) with ESMTP id CEA778FC1B for ; Mon, 15 Mar 2010 12:26:41 +0000 (UTC) Received: by ywh42 with SMTP id 42so1527223ywh.7 for ; Mon, 15 Mar 2010 05:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=zeAuZeMS/8+fMDcs3oU1oeYT9PiFyXjn1d4UQ/OZQug=; b=nX/BInyjOh277eGXRd2knSfdDfs1wQnewguKKOx1racT4zkLEUPhVkdM409iAC/WLx o3bgFc2wezzEoEF9okKkDJTteZM+LENwlAKKoGUJkNg65FPrGp9u5lsxfW/f7GepjcK0 qsU87sM5/3NhdL8aF8JtFdVA14/PA3iuue3Dk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=euZmG39VAtxezX8xrV75Rxj8rHUngDs4F9Ly+CnTcZRcZRkd/Vps73glw+6hBu1Cpd zadwYt5mYNZT0Eo4ChaGm2AFD2TD+MQfOYJNVURUjQw1t7XYF4IucNPn6bHr3w+Vd+Pe Mv+MS1gP/j5tEo0c75f35He/6jNw6MeX6zAI8= Received: by 10.101.109.20 with SMTP id l20mr2841643anm.37.1268654449906; Mon, 15 Mar 2010 05:00:49 -0700 (PDT) Received: from [192.168.0.86] ([187.39.15.241]) by mx.google.com with ESMTPS id 7sm1405373yxg.68.2010.03.15.05.00.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 05:00:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Luiz Otavio O Souza In-Reply-To: <20100315111756.05fd5805.ray@ddteam.net> Date: Mon, 15 Mar 2010 09:00:46 -0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100314.181902.67053632336017068.imp@bsdimp.com> <20100315111756.05fd5805.ray@ddteam.net> To: Alex RAY X-Mailer: Apple Mail (2.1077) Cc: 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 12:26:42 -0000 On Mar 15, 2010, at 6:17 AM, Alex RAY wrote: > On Sun, 14 Mar 2010 18:19:02 -0600 (MDT) > "M. Warner Losh" wrote: >=20 >> Greetings, >>=20 >> I've done a quick stab at cleaning up the AR71XX config file. The >> problem with it is that isn't for the AR71XX, but really for the >> RouterStation Pro for Ubiquiti. Every time I build my normal >> ROUTER-STATION board, I forget to put the hints back and it won't >> boot. >>=20 >> So, I've created a std.ar71xx. This is the standard config file for >> all ar71xx boards. You can then specialize it to reflect the >> population of your specific board. I've also separated the hints = that >> are relevant to the Atheros SoC from those that are relevant only to = a >> specific board. There's a std.ar71xx.hints. >>=20 >> The patches for this are at >> http://people.freebsd.org/~imp/ar71xx-config.diff to illustrate all >> the details. >>=20 >> In general, I think this looks like a good design pattern for phasing >> out DEFAULTS on the other architectures as well. But before I expand >> it to them, I'd like to get the mipsy world hammered out. >>=20 >> Comments? >>=20 >> Warner >> _______________________________________________ >> freebsd-mips@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-mips >> To unsubscribe, send any mail to = "freebsd-mips-unsubscribe@freebsd.org" >=20 >=20 > Hi Warner, >=20 > Maybe umass and SCSI modules relocate from the std files to config = files? 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. Please consider the following patch (full files, not really a patch): http://loos.no-ip.org:280/ar71xx.config Thanks, Luiz=