[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86 4.0.1 works!



Sorry to reply to myself but....

On Thu, Oct 26, 2000 at 11:45:59PM -0700, Steve Bowman wrote:
> Oh, another thing on the kbd business - has anyone looked at the
> 3.3.6 kbd open code?  That would be a useful thing to do and I have't
> done it.  May be faster than patching in your kbd test program....

I just checked the 3.3.6 kbd open code - it's the same except for a
1-line deletion _after_ the open fails.  Also includes differ a bit.
This isn't very enlightening as to why it works on 3.3.6 and not on
4.0.1 :-/ .  diff -u attached FYI.  Try your test driver I guess.

Steve

-- 
Steve Bowman  <sbowman@frostwork.net> (preferred)
Buckeye, AZ   <sbowman@goodnet.com> <bowmanc@acm.org>
              <http://www.goodnet.com/~sbowman/>

Powered by Debian GNU/Linux and GNU/Hurd <http://www.debian.org>
--- hurd_init.c.336	Tue Dec 22 05:27:33 1998
+++ hurd_init.c.401	Fri Oct 27 00:41:30 2000
@@ -1,6 +1,4 @@
 /*
- * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_init.c,v 1.1.2.2 1998/12/22 12:27:33 hohndel Exp $
- *
  * Copyright 1997,1998 by UCHIYAMA Yasushi
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -22,6 +20,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  *
  */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/hurd/hurd_init.c,v 1.2 1999/03/07 14:05:09 dawes Exp $ */
+
 #include "X.h"
 
 #include "input.h"
@@ -30,7 +30,8 @@
 #include "compiler.h"
 
 #include "xf86.h"
-#include "xf86Procs.h"
+#include "xf86Priv.h"
+#include "xf86_OSlib.h"
 
 #include <stdio.h>
 #include <errno.h>
@@ -50,6 +51,7 @@
     return;
 }
 
+
 void 
 xf86OpenConsole()
 {
@@ -72,7 +74,6 @@
 	    exit(1);
 	}
 	xf86Info.consoleFd = fd;
-	xf86Config(FALSE); /* Read XF86Config */
     }
     return;
 }

Reply to: