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

xserver-xorg-video-fbdev: Changes to 'upstream-unstable'



 configure.ac  |    2 +-
 man/fbdev.man |    2 +-
 src/fbdev.c   |   16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 73ff2d0cd72a165ecfb30b1620bda3b445d04409
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 13:51:44 2008 -0400

    fbdev 0.4.0

diff --git a/configure.ac b/configure.ac
index f82f563..ec3d7aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-fbdev],
-        0.3.1,
+        0.4.0,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-fbdev)
 

commit 6bae3476b01620372b77579bc4cbef99eda734c6
Author: Matthias Hopf <mhopf@suse.de>
Date:   Fri Oct 12 15:58:34 2007 +0200

    Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS.

diff --git a/src/fbdev.c b/src/fbdev.c
index 9fb335f..df278f5 100644
--- a/src/fbdev.c
+++ b/src/fbdev.c
@@ -34,7 +34,7 @@
 
 #include "xf86xv.h"
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 #include <pciaccess.h>
 #endif
 
@@ -53,7 +53,7 @@ static Bool debug = 0;
 static const OptionInfoRec * FBDevAvailableOptions(int chipid, int busid);
 static void	FBDevIdentify(int flags);
 static Bool	FBDevProbe(DriverPtr drv, int flags);
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 static Bool	FBDevPciProbe(DriverPtr drv, int entity_num,
      struct pci_device *dev, intptr_t match_data);
 #endif
@@ -84,7 +84,7 @@ static int pix24bpp = 0;
 #define FBDEV_NAME		"FBDEV"
 #define FBDEV_DRIVER_NAME	"fbdev"
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 static const struct pci_id_match fbdev_device_match[] = {
     {
 	PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY, PCI_MATCH_ANY,
@@ -108,7 +108,7 @@ _X_EXPORT DriverRec FBDEV = {
 	0,
 	FBDevDriverFunc,
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
     fbdev_device_match,
     FBDevPciProbe
 #endif
@@ -298,7 +298,7 @@ FBDevIdentify(int flags)
 }
 
 
-#ifdef PCIACCESS
+#ifdef XSERVER_LIBPCIACCESS
 static Bool FBDevPciProbe(DriverPtr drv, int entity_num,
 			  struct pci_device *dev, intptr_t match_data)
 {
@@ -373,13 +373,13 @@ FBDevProbe(DriverPtr drv, int flags)
 	
 	for (i = 0; i < numDevSections; i++) {
 	    Bool isIsa = FALSE;
-#ifndef PCIACCESS
+#ifndef XSERVER_LIBPCIACCESS
 	    Bool isPci = FALSE;
 #endif
 
 	    dev = xf86FindOptionValue(devSections[i]->options,"fbdev");
 	    if (devSections[i]->busID) {
-#ifndef PCIACCESS
+#ifndef XSERVER_LIBPCIACCESS
 	        if (xf86ParsePciBusString(devSections[i]->busID,&bus,&device,
 					  &func)) {
 		    if (!xf86CheckPciSlot(bus,device,func))
@@ -393,7 +393,7 @@ FBDevProbe(DriverPtr drv, int flags)
 	    }
 	    if (fbdevHWProbe(NULL,dev,NULL)) {
 		pScrn = NULL;
-#ifndef PCIACCESS
+#ifndef XSERVER_LIBPCIACCESS
 		if (isPci) {
 		    /* XXX what about when there's no busID set? */
 		    int entity;

commit a9a7763ce04b4b4e1529f1aa74bb5081dc562ea7
Author: Brice Goglin <bgoglin@debian.org>
Date:   Wed Sep 12 01:49:33 2007 +0200

    Replace a non-ascii char with the corresponding groff escape in fbdev.man

diff --git a/man/fbdev.man b/man/fbdev.man
index da89ba8..aed60ce 100644
--- a/man/fbdev.man
+++ b/man/fbdev.man
@@ -60,4 +60,4 @@ Enable rotation of the display. The supported values are "CW" (clockwise,
 __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
 X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
 .SH AUTHORS
-Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
+Authors include: Gerd Knorr, Michel D\(:anzer, Geert Uytterhoeven


Reply to: