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: [EMAIL PROTECTED]                 | TEL 407-380-0220, FAX 407-380-6080
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to