On 05/01/09 08:43, Garrett D'Amore wrote:
I've posted my first pass webrev for other people to check out:

http://cr.opensolaris.org/~gdamore/hme-x86/

[..]

At this point, I've done only minimal testing on this, and I've not gone
back and verified that I've not totally horked the SPARC platform.  I
don't *think* I have... but....

Well, in fact you did :-). usr/src/uts/sun/sys/Makefile is missing a continuation, causing the SPARC build to fail.

--- Makefile.orig       Fri May  1 14:06:41 2009
+++ Makefile    Fri May  1 14:06:56 2009
@@ -34,7 +34,7 @@
 cg6fbc.h               cg6reg.h                cg6tec.h \
 cg6thc.h               cg6var.h \
 dkmpio.h               dmaga.h \
-fdreg.h                        fdvar.h
+fdreg.h                        fdvar.h \
 memvar.h \
 obpdefs.h              pixrect.h  \
 pr_impl_util.h         pr_planegroups.h \

Menno
--
Menno Lageman - Sun Microsystems - http://blogs.sun.com/menno
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to