From owner-freebsd-arch@freebsd.org Mon May 22 19:21:05 2017 Return-Path: Delivered-To: freebsd-arch@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 D5155D79D8B; Mon, 22 May 2017 19:21:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (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 7CBAB1053; Mon, 22 May 2017 19:21:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id b84so4411890wmh.0; Mon, 22 May 2017 12:21:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=GEWucOJRv6tLYVudOwe9r/QUo7aA+7ZQNmtBQmqHSMg=; b=vY6MEKqusOjyBWDZT1CxTEnxR58hz7/75WyKaQ4uhSjRpG+IjZXwm6Om4AnY095zth Ql2s4Q3BsdW/HZhVrhfz3VyrkDIVqUediGXdA11sLGbRxurKqv/Nulvc556PzVTWkz/U k+sDl/gevHB3QATON61KG4jI78ZSqE9JuV4xoWvk3gNP+rJzTK4T6yxe9zsL+DW+ysQw GoUNKbneeh0BTjASQDDVrTERudg40mYFtURPqaWv059D9/UEC7Mp2t+h2PDlEmwFpwst zQvtsSBXbdPI4WoZ27qWgm7e6Ow9bWK1bTcBCMzIa9oc9e562+KsNCY8MefTfJpaGvRD evFA== 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=GEWucOJRv6tLYVudOwe9r/QUo7aA+7ZQNmtBQmqHSMg=; b=K5Fd1Uu0eEreHZaHSmPwC9tbS4BLfqFVyhyC0u6KQsnWztUhiGsVyYhuBc4X4U+lm3 R9DxUDYGf/KE/B/6l65hZjOZC6q9vJN2rAmJYkMbkUxJWSCOd4GBeiXcw5m2SQgQ8noG mK235UWRWMmeG8Q5BJUjr+LwELwEz4PvsQPFusMNWNqgYN2WQmdFbw+8WIkZ7f7/xdgT Up0/oGI+R13d+daBfI28ErOxUIqCWa2Cm1s1B1pFZsOap3oIobfqv2pjbW9F2drNDB7a zsDb7vcSX7dj0vHNfwLHaq6um78GvC6NRUb2LgXQhZ9HrEZDBHSNbVBcDm3YQKOJ4Gi5 /6Lw== X-Gm-Message-State: AODbwcBvvdoF/iUOIgZUWR5T9wp43EYRSJBBdl5DwkXXMuQAJWOjp8HF r+0vAHs3C/5liciGXB8VLXCVfxJJ6LkA X-Received: by 10.28.31.135 with SMTP id f129mr26223421wmf.78.1495480863932; Mon, 22 May 2017 12:21:03 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.28.193.134 with HTTP; Mon, 22 May 2017 12:21:03 -0700 (PDT) In-Reply-To: References: From: Adrian Chadd Date: Mon, 22 May 2017 12:21:03 -0700 X-Google-Sender-Auth: 6QedxC9A-RVJBdj3vgYyqAGAQ98 Message-ID: Subject: Re: [rfc] moving sys/mips/atheros to sys/mips/ar71xx, and moving sys/mips/atheros/ar531x to sys/mips/ar531x To: Aleksandr Rybalko Cc: "freebsd-mips@freebsd.org" , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 19:21:05 -0000 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..) -adrian