From owner-freebsd-mips@FreeBSD.ORG Fri Aug 31 17:25:18 2012 Return-Path: Delivered-To: freebsd-mips@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85592106567B; Fri, 31 Aug 2012 17:25:18 +0000 (UTC) (envelope-from ray@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 598478FC17; Fri, 31 Aug 2012 17:25:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7VHPIJY048442; Fri, 31 Aug 2012 17:25:18 GMT (envelope-from ray@freefall.freebsd.org) Received: (from ray@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7VHPICs048438; Fri, 31 Aug 2012 17:25:18 GMT (envelope-from ray) Date: Fri, 31 Aug 2012 17:25:18 GMT Message-Id: <201208311725.q7VHPICs048438@freefall.freebsd.org> To: loos.br@gmail.com, ray@FreeBSD.org, freebsd-mips@FreeBSD.org From: ray@FreeBSD.org Cc: Subject: Re: kern/170864: [mips] [patch] Move SPI flash from AR71XX_BASE (kernel) to board specific files X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 17:25:18 -0000 Synopsis: [mips] [patch] Move SPI flash from AR71XX_BASE (kernel) to board specific files State-Changed-From-To: open->closed State-Changed-By: ray State-Changed-When: Fri Aug 31 17:20:36 UTC 2012 State-Changed-Why: After conversation on IRC, decided to leave spibus definitions in AR71XX_BASE because most of AR71XX based devices use SPI, but others able to disable it with option. http://www.freebsd.org/cgi/query-pr.cgi?pr=170864