From owner-svn-src-head@freebsd.org Wed Oct 14 23:52:58 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDA00A151DD; Wed, 14 Oct 2015 23:52:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A935836; Wed, 14 Oct 2015 23:52:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ioii196 with SMTP id i196so72687894ioi.3; Wed, 14 Oct 2015 16:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RjmLKntLtvuqBLrEpyrtjTsPlMlv274Go2pMYJl9FPA=; b=BJudaJn5I2Fcv0m/rJyyw1yGG8whDsRGOO8I0b0B9ERrqQ0hE/xesL3+lQJTBlq49T IMHoUzzdozy/iamZP6H52Z7+d+oyVubGKra4M6vXIjVRHplkXNABbD5cubbJNfwug8g9 VNNHHsWiwV5BncoZO3VmF8qa7dlI1y4at49s9S6JZnc8duXC7sunFl0el851jxa5iZEC dWdb8agHhFuqUtSd0cEV64h3UmazqTMf7uJXxW9WCJtjXTFHl4V/WbM6RGdj4lVuAYdU wCWpJbtnPdKhGLGgwWwkyG3b3mDXLS+lxLxSdCIBKob1Hs2/I8TUDlRc5SzXxADlFA0M SN4w== MIME-Version: 1.0 X-Received: by 10.107.35.78 with SMTP id j75mr6714405ioj.123.1444866777898; Wed, 14 Oct 2015 16:52:57 -0700 (PDT) Received: by 10.36.46.66 with HTTP; Wed, 14 Oct 2015 16:52:57 -0700 (PDT) In-Reply-To: References: <201510142110.t9ELA6wv001917@repo.freebsd.org> Date: Wed, 14 Oct 2015 16:52:57 -0700 Message-ID: Subject: Re: svn commit: r289336 - head/sys/mips/conf From: Adrian Chadd To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 23:52:58 -0000 Yeah, look at what I did with AR71XX_BASE, AR933X_BASE, etc. Maybe std.OCTEON1, etc.. -a On 14 October 2015 at 16:26, Ed Maste wrote: > On 14 October 2015 at 21:10, Ed Maste wrote: >> Author: emaste >> Date: Wed Oct 14 21:10:05 2015 >> New Revision: 289336 >> URL: https://svnweb.freebsd.org/changeset/base/289336 >> >> Log: >> Add Ubiquiti EdgeRouter Lite (ERL) kernel config file > > Because I've received a couple of private followups on this commit > I'll reply here to avoid the same discussion being spread across > multiple threads. > > There's a suggestion to have this config include OCTEON1 (on which > this is based) and then set a couple of ident/options. I didn't take > that approach here because OCTEON1 includes a whole bunch of devices > not relevant to the ERL, which has no PCI bus and doesn't support > AHCI, RAID controllers, PCI NICs, etc. In my opinion the device is > small enough that we don't want to bloat the kernel with devices that > cannot be used. To do so while still including OCTEON1 we'd end up > with a config file that's just about as long as this, full of nodevice > / nooption lines. > > Perhaps it makes sense to pull some common parts out into a > MIPS.common (e.g. options, USB devices, etc.) and include that from > OCTEON1, ERL, and other MIPS configurations? >