Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2005 12:52:22 -0400
From:      Larry Baird <lab@gta.com>
To:        "Walter C. Pelissero" <walter@pelissero.de>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: WRAP.1E and geode.c
Message-ID:  <20050520125222.A31121@gta.com>
In-Reply-To: <17037.63537.511280.172143@zaphod.home.loc>; from walter@pelissero.de on Fri, May 20, 2005 at 04:46:09PM %2B0200
References:  <17037.14274.229768.369886@zaphod.home.loc> <20050520134441.75330.qmail@gta.com> <17037.63537.511280.172143@zaphod.home.loc>

next in thread | previous in thread | raw e-mail | index | archive | help
Walter,

> Are you sure about that?
Yes and no.  I am sure that I have working code.  I just realized that
when I ported my patch to 5.4 I missed one thing.  The following patch
should work muxh better for you. (-:

Larry

--- geode.c.orig	Fri May 20 09:41:06 2005
+++ geode.c	Fri May 20 12:49:52 2005
@@ -145,7 +145,7 @@
 			led1b = 20;
 			led1 = led_create(led_func, &led1b, "error");
 		} else if (NULL !=
-		    bios_string(0xf9000, 0xf9000, "PC Engines WRAP.1C ", 0)) {
+		    bios_string(0xf9000, 0xf9100, "PC Engines WRAP", 0)) {
 			printf("PC Engines WRAP.1C platfrom\n");
 			led1b = -2;
 			led2b = -3;

-- 
------------------------------------------------------------------------
Larry Baird                        | http://www.gta.com
Global Technology Associates, Inc. | Orlando, FL
Email: lab@gta.com                 | TEL 407-380-0220, FAX 407-380-6080



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050520125222.A31121>