From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ItZRK-0007BZ-1Q for qemu-devel@nongnu.org; Sat, 17 Nov 2007 20:59:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ItZRI-0007BN-Gc for qemu-devel@nongnu.org; Sat, 17 Nov 2007 20:59:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ItZRI-0007BK-Cr for qemu-devel@nongnu.org; Sat, 17 Nov 2007 20:59:12 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ItZRH-00019t-VS for qemu-devel@nongnu.org; Sat, 17 Nov 2007 20:59:12 -0500 Received: by ug-out-1314.google.com with SMTP id m2so770856uge for ; Sat, 17 Nov 2007 17:59:11 -0800 (PST) Message-ID: Date: Sun, 18 Nov 2007 02:59:10 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [PATCH] Gumstix verdex support In-Reply-To: <473F393F.2040701@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <473F393F.2040701@gmx.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On 17/11/2007, Thorsten Zitterell wrote: > Patch to add gumstix verdex board support. The code has: + /* Interrupt line of NIC is connected to GPIO line 49 */ + smc91c111_init(&nd_table[0], 0x04000300, + pxa2xx_gpio_in_get(cpu->gpio)[99]); Should it be 49 or 99? Regarding the usage example, I think not many people will look into the code for this kind of information, it would be of more use in the mailing list archives and optionally the docs. Do these boards have an LCD? If not, you can pass NULL as the "ds" parameter to pxa2xx_init() I think (not tested). I see that -nographic is used in both examples. Regards, Andrew