From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StjEu-0005FH-0r for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:49:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StjEs-0008Fu-LP for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:49:43 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:49387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StjEs-0008Fj-F4 for qemu-devel@nongnu.org; Tue, 24 Jul 2012 13:49:42 -0400 Message-ID: <500EE032.8090302@weilnetz.de> Date: Tue, 24 Jul 2012 19:49:38 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1342818289-31860-1-git-send-email-sw@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qdev: Fix Open Firmware comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , qemu-devel@nongnu.org Am 23.07.2012 23:46, schrieb Peter Maydell: > On 23 July 2012 19:49, Blue Swirl wrote: >> On Fri, Jul 20, 2012 at 9:04 PM, Stefan Weil wrote: >>> + /* >>> + * This callback is used to create Open Firmware device path in accordance >>> + * with OF spec http://forthworks.com/standards/of1275.pdf. Individual bus >>> + * bindings can be found at http://playground.sun.com/1275/bindings/. >>> + */ >> >> The links are dead. Since you are improving the text, maybe you could >> find archived versions. > > Hard to tell not knowing what the original links were, but maybe > for bus bindings: > http://www.openfirmware.org/ofwg/home.html#OFDbussupps > > I suspect that finding a publicly downloadable copy of IEEE1275 is > going to be tricky given it's a commercially published standards doc. > > -- PMM http://www.openfirmware.com/1275/bindings/ seems to be the new location of the 2nd link. http://www.openfirmware.info/IEEE_1275-1994 has a link to http://www.openbios.org/data/docs/of1275.pdf, but it looks like there is a server configuration problem (error 403). I'll send a mail to the webmaster of openbios.org. Regards, Stefan W.