RE: patch to make 4.3.0 build on FreeBSD 5.0-Current alpha

2003-03-11 Thread fmcc
On Tue, 11 Mar 2003, Alexander Stohr wrote:

 sending to [EMAIL PROTECTED] queues your patch for integration

 maybe unified diffs are the prefered style (diff -u src dst).
 it improves readability due to included lead-in/out context.


Thanks -- I'll make up a quick unified diff and send it off.

A couple of people have suggested '[EMAIL PROTECTED]' and a couple have
suggested '[EMAIL PROTECTED]' and one even suggested both :).

Is there a difference?

Fred



___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: nasty little bug in radeon driver

2003-03-07 Thread fmcc
...
  Now it works for me.

 Thanks,

 I've committed your fix to the CVS.


Quick question -- I posed a patch to
xc/programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c on Monday
which makes X build properly on FreeBSD alpha - I asked if there were a
better way to submit patches and I'm still wondering if I need to do
something to get this patch accepted and put in... I've checked via cvsweb
and the cvs repository doesn't have my patch...

Is there someone in particular that I should contact about the patch?

Fred Clift

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


patch to make 4.3.0 build on FreeBSD 5.0-Current alpha

2003-03-04 Thread fmcc
So 4.3.0, as it is distributed, doesn't build on FreeBSD alpha (I run
-current, but I think the same problems would exist for -stable).

The following patch makes the build work for me - it runs ok with my
matrox millenium II card (though my virtual consoles are permanently blank
after X runs the first time, until next reboot - anyone have ideas on
that?)

It does 3 things -- it makes a prototype for a function that doesn't have
one (I couldn't find a header file with this, so I just include it here --
seems ugly), it fixes a problem with system include files (needed an extra
one) and it fixes some broken #ifdef'd code (the #endif is several lines
past where it should be, making the file have systax errors (the function
never finds a final closing '}').

-
# diff xc/programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c  
xc.working/programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c
35a36,38
 #  ifdef __FreeBSD__
 #  include machine/sysarch.h
 #   endif
38a42

53a58,59
 axpDevice bsdGetAXP(void);

262a269
 #endif
266d272
 #endif

-


Is there a better way to submit patches like this?  I've just subscribed
to the devel list in the last 10 minutes :).

Fred Clift

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel