Subject: Re: XFree86 on i810e motherboard
To: Jeff Rizzo <riz@boogers.sf.ca.us>
From: Johan Danielsson <joda@pdc.kth.se>
List: port-i386
Date: 09/01/2000 09:43:10
Jeff Rizzo <riz@boogers.sf.ca.us> writes:

> So, since others here have apparently done it successfully, would
> someone care to enlighten me on how to rebuild the X server binary?

You have to add 810 driver to the list of drivers to build, for
instance in xsrc/xc/config/cf/xfree86.cf:

--- xfree86.cf	2000/06/20 01:35:25	1.12
+++ xfree86.cf	2000/09/01 07:39:12
@@ -503,7 +503,7 @@
				cirrus ncr77c22 compaq mga oak al2101 \
				ali cl64xx video7 ark mx realtek s3v apm \
				s3_savage s3_svga neo chips cyrix rendition p9x00 \
-				spc8110 i740 tdfx smi generic
+				spc8110 i740 tdfx smi i810 generic
 #  endif
 # endif
 #endif

And then rebuild the Xserver. I put my Xserver binary (for 1.5_ALPHA)
at ftp://ftp.pdc.kth.se/home/joda/netbsd-i810-1-5-alpha.tar.gz

/Johan