From owner-svn-src-head@freebsd.org Wed Oct 14 23:55:39 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 0E3CBA152BB for ; Wed, 14 Oct 2015 23:55:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (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 C8BC3B16 for ; Wed, 14 Oct 2015 23:55:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: by igbni9 with SMTP id ni9so3364478igb.1 for ; Wed, 14 Oct 2015 16:55:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=CWnUH24LyqYf8qHn26bD11yhlQSuaoqYmzoftk8vP6M=; b=NOVCWdu7vkhjpwsEvEuFu3XN1kZlt/zD8UvRbW47XAaia8gfuUndLaCha4P8jn9OxQ 9vPQ7W5Wn+H0TWrXV/kuKdp+wfk2KwCS8xep9JlZPFkv2N5x3qHS5lbTLX/JlggLaSYB Sk+iUDdcXKZhrd5EvhKg1CohYR0NGnT5FKtErdG+ocsaY6iQRTCtqgYOaFCMjoJWDgIN 3C1oxsBoaaLAnrpfjQR4fqsOmy3UsGrccY2ArflltpLImjfkJDhUc1kP11XQpuB0kcVk pqZq0fpgyHU6yxCS88KrJ2cqKulPM+ZuOZ1CsCk56En5SZ3o4LYRbCr+tzqewm0f0SF1 X50w== X-Gm-Message-State: ALoCoQkTQdxVr5KW1tsw6wRiKOEUzNjMGEKXq8A7AddcxmW2UA+oeN927l2e44Qg4awnFu6XISUG X-Received: by 10.50.73.201 with SMTP id n9mr29614899igv.47.1444866931771; Wed, 14 Oct 2015 16:55:31 -0700 (PDT) Received: from ?IPv6:2601:280:4900:3700:287f:6184:900a:6ea1? ([2601:280:4900:3700:287f:6184:900a:6ea1]) by smtp.gmail.com with ESMTPSA id f31sm4645661ioj.13.2015.10.14.16.55.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Oct 2015 16:55:31 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r289336 - head/sys/mips/conf Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: multipart/signed; boundary="Apple-Mail=_6CFBF72B-7842-4B1D-A96A-943499F80985"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5.2 From: Warner Losh In-Reply-To: Date: Wed, 14 Oct 2015 17:55:29 -0600 Cc: Ed Maste , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Message-Id: References: <201510142110.t9ELA6wv001917@repo.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.2104) 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:55:39 -0000 --Apple-Mail=_6CFBF72B-7842-4B1D-A96A-943499F80985 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 std.oceton1 would follow the pattern. The whole _BASE stuff was a = reinvention of the pattern. I=E2=80=99ve been loathe to go in and clean it up, since = to do that properly would requiring rm -rf /usr/src/usr.sbin/config and starting over, and I = don=E2=80=99t have that kind of time... Warner > On Oct 14, 2015, at 5:52 PM, Adrian Chadd = wrote: >=20 > Yeah, look at what I did with AR71XX_BASE, AR933X_BASE, etc. Maybe > std.OCTEON1, etc.. >=20 >=20 > -a >=20 >=20 > 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 >>>=20 >>> Log: >>> Add Ubiquiti EdgeRouter Lite (ERL) kernel config file >>=20 >> 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. >>=20 >> 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. >>=20 >> 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? >>=20 >=20 --Apple-Mail=_6CFBF72B-7842-4B1D-A96A-943499F80985 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJWHutxAAoJEGwc0Sh9sBEAu+YQAOirMlkbk4uyDBgM0cwsPUms gysUaH3ozbzeED8dpS8dg3ljQKp3ebMnUxM3tjKA5tjMpp6YGcRtf5DcddZJYjZn fcVWqnLpu5UuK5Nn4vhetW4jvjrNURP7O79+6IV7kmOmwZfl+SqlI/PBFG6tNXet cdmIKnBs1KbyyUiSwWEE0gJl4+m5xam4SrBw3P2U3/Vgd7bvQcM0efcfxM+ShTic Z2VA6Qe+yDBuc3k89lm+Fkyu1x8h2JZ0NUMb1gNVqmD0rcEfx6wShGjVA2RdWBzD b0trXIU1Ya1fp3STlHeefqsMV50IPLPjU/uu3UNxPOLQHCi886H0N7SlsAZjd9a8 qma1rV8yAAokSe1bViohjkY2hC6pOrQWLPDfpISSSWMf+SfDtVuzF9GYsmgg2+MW d2VMSk5ZhXjDD4DuNXuKxVKlTGYMC0Av6TWAtVOrrBMUKFYkJMyZCdFKR7kO2WsK wrTXr+Nko0zw7mQH/wamBcCvmEDMt7qcajDUWI+XqFjQQMmLk3ZVK58v501p24zG Eseu20GSXIWJFD2jJpXmpm4icknKwHeB7b5lwKQu0XvO5kdPMuU0/08DPX6H/4sJ /puvPv/wmfwItGAfUC+Hv4UDdUMZcxNxaiE2HJIFbCBEGcF4Zk1Y/x4uOKCVvYXu Xm5ZVTUIQDwuqUzFH4ob =Cg6Q -----END PGP SIGNATURE----- --Apple-Mail=_6CFBF72B-7842-4B1D-A96A-943499F80985--