From owner-freebsd-arm@FreeBSD.ORG Sun Jun 20 13:31:29 2010 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373AD106564A; Sun, 20 Jun 2010 13:31:29 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3502A8FC0C; Sun, 20 Jun 2010 13:31:27 +0000 (UTC) Received: by fxm7 with SMTP id 7so1802278fxm.13 for ; Sun, 20 Jun 2010 06:31:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=SYnAjfWnD25Pi9AH1H3ciHzsIFICpxX1CLH1XINUz10=; b=VTEWTh3bbRjWnHkaXZ0LRQIF/kHlp5rX6cV0IgHy06TqNYB2Jr9/zU2rSwu+GTfOoB uXRt93iJ5/6gsGjwlW5z1bMNxQdaglpQGLML0Ne+Aue4mIOKp1CAR4MQa3BFLpUVs813 H0O1D79eU5GGV5Byc4aRu6xJ2MU+rdjEZqk1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=EDZmOKQtxVrhGS7vTSZrduAzlHebOomKxJDlok/C5AlyLV3TiHLeVDdrgBeqQei0Il 5m9fl99XpjiIzrDpzHXQJgbnUB5Ht4brKPRh/ph1d3c7hJoVC578bW/pEut4r11su4ZG FW1BLs0t8j+6nuUfK7Z1lu3GVvknnvwu1Ph4Q= Received: by 10.223.26.130 with SMTP id e2mr3780584fac.101.1277040687025; Sun, 20 Jun 2010 06:31:27 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id j23sm30574580faa.2.2010.06.20.06.31.25 (version=SSLv3 cipher=RC4-MD5); Sun, 20 Jun 2010 06:31:26 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C1E182C.9080009@FreeBSD.org> Date: Sun, 20 Jun 2010 16:31:24 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Norikatsu Shigemura References: <20100620220302.8eb84547.nork@FreeBSD.org> In-Reply-To: <20100620220302.8eb84547.nork@FreeBSD.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Rafal Jaworowski , freebsd-arm@FreeBSD.org, Warner Losh Subject: Re: OpenRD-Client/Ultimate support X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2010 13:31:29 -0000 Hi. Norikatsu Shigemura wrote: > I made some patches for OpenRD Client and Ultimate. By my patches, > I confirmed that I can use OpenRD Ultimate (Sorry, I don't have > OpenRD Client). If you OKed, I'll commit attached patches. > > My modifications: > > mvs(4): > 5. FDT-ish If I understand right, with FDT SOC part of mvs(4) driver is no longer need to be named "sata" to attach to the bus. If possible, I would prefer it to be renamed to "mvs", same as PCI one. Also some not very related cosmetic for the bus: wouldn't it be nice to export device "compatible" string to newbus as "pnpinfo" and something (may be section name) as "location" string? -- Alexander Motin