From owner-freebsd-mips@freebsd.org Mon May 22 20:39:56 2017 Return-Path: Delivered-To: freebsd-mips@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 B195FD7705E for ; Mon, 22 May 2017 20:39:56 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 7FA551D5B for ; Mon, 22 May 2017 20:39:56 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22f.google.com with SMTP id c15so4773941ith.0 for ; Mon, 22 May 2017 13:39:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=h+v6YxdI/zx/6WuzDAvNL1NcPgysZiODAEBsfHTjMds=; b=gX0T2UjzOLp2Zfl+EvZb1EOa3FUqp0WwgO4XRXwautI08fN2NbdPtAZkM3iJb8gU/G LLE9v1aOLDtC8jOEaRs3ffJ6e9W1jX/BW+I8bpLiq9Cd1a2DFpfzrXVf4KTtdlCi60KF 6X30Zb+nqkqYzj+2RJjF+EMwcqikX+ciNEBdCOGkxGFj5qJA1BT3RqT4LoC8qLbk4Dqy Wj8ZjHhs7zyxQg9oWV4r76VcreandhyMHfzY7ysYq88yCyrBO+0nK9vQPISeL34OvWwe fL5E9VQBsbYi8vPX6Lp+g+7jrOY2FsNRzGGntbXAYeJHsfzE+G7kU6klm9pKp3+Qhc8W sfUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=h+v6YxdI/zx/6WuzDAvNL1NcPgysZiODAEBsfHTjMds=; b=bbSjvzNM2XVHviRzD8v/Gt8nykwHgPKzfeSCiOZjtP0wOtnNfQzYlbSlexWbQMz1OV 38uqP1UHitIIKx7dCNYQmrEgYV3cLJnrfzkjdvst/Qe1DmtMGJ5dNYwjed13wUl+ORRk PUNAIlUp7ncGxFvL+pwdv2ettXCwBCckoX4DWMbC5D3Mtlyh90JzzE4dbBCHjpQTQVgq y1JWkA3jZV/c4Yosx+uhzb8WYPyHE1p5Zbz1o1vfsmKi6n9HxCe5QViOAjirpX70huOO byeHvwxffEBvkFui1jLq5jAuDZp/veeS6eM2ymqWFE+ujLMbVTYDeTMoUnZZXsLYmuYc tlSw== X-Gm-Message-State: AODbwcCebBuIaf4utOwmoxbg06OPnxS2uL0QcuR+gD7fyTt4P9PlcxyQ wYJxfAz+ufArZvQSzytmKvoH7DZKxzHX X-Received: by 10.107.188.132 with SMTP id m126mr26945223iof.148.1495485595781; Mon, 22 May 2017 13:39:55 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.126.6 with HTTP; Mon, 22 May 2017 13:39:55 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:64b3:7ae1:cf64:fe87] In-Reply-To: References: From: Warner Losh Date: Mon, 22 May 2017 14:39:55 -0600 X-Google-Sender-Auth: uoEW9VKTrhPQNy4uGU1IgbeQcas Message-ID: Subject: Re: [rfc] moving sys/mips/atheros to sys/mips/ar71xx, and moving sys/mips/atheros/ar531x to sys/mips/ar531x To: Adrian Chadd Cc: Aleksandr Rybalko , "freebsd-mips@freebsd.org" , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 20:39:56 -0000 On Mon, May 22, 2017 at 1:21 PM, Adrian Chadd wrote: > On 21 May 2017 at 23:34, Aleksandr Rybalko wrote: > > Hi Adrian, > > > > maybe better to move inside sys/mips/atheros? > > sys/mips/atheros/common > > sys/mips/atheros/ar71xx > > sys/mips/atheros/ar531x > > I don't mind doing that, it's just a lot of nested directories. :-) > > What do people think of the above? I can do that and then use it as an > excuse to write / tidy up some of the hardware support for other > features that only show up on ar934x and later chips (like an SRAM > driver..) > It's what we're doing with all the other vendors that have multiple directories on both arm and mips. I think it's the right thing to do. It's been the agreed to convention for at least a decade. While there may be some minor variance across all the platforms we support, it's the expected convention... Warner