d936a4235c 
								
							 
						 
						
							
							
								
								xfree86: if AllowEmptyInput is true, enable RAW mode on the console.  
							
							... 
							
							
							
							Usually, the console is set to RAW in the kbd driver. If we hotplug all input
devices (i.e. the evdev driver for keyboards) and the console is left as-is.
As a result, the evdev driver must put an EVIOCGRAB on the device to avoid
characters leaking onto the console. This again breaks many things, amongst
them lirc, in-kernel mouse button emulation and HAL.
This patch sets the console to RAW if AllowEmptyInput is on.
Use-cases:
1. AEI is off
  1.1. Only kbd driver is used - behaviour as-is.
  1.2. kbd and evdev driver is used: if evdev does not grab the device,
       duplicate events are generated.
2. AEI is on
  2.1. Only evdev driver is used - behaviour as-is, but evdev does not need
       to grab the device anymore.
  2.2. evdev and kbd are used: duplicate key events are generated if evdev
       does not grab the device.
1.2 is a marginal use-case that can be fixed by adding a "grab" option to the
evdev driver (update of xorg.conf is needed).
2.2 is an issue. If we have no ServerLayout section, AEI is on, but devices
specified in the xorg.conf are still added [1], resulting in duplicate events.
This is a common configuration and needs sorting out.
[1] 2eaed4a10f 
							
						 
						
							2008-10-16 21:35:27 +10:30 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8a5b89e8e1 
								
							 
						 
						
							
							
								
								xalloc+memset(0) -> xcalloc  
							
							
							
						 
						
							2008-10-06 15:36:51 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								562462e78d 
								
							 
						 
						
							
							
								
								Remove dead {bsd,lnx}Resource.c  
							
							
							
						 
						
							2008-08-18 17:05:55 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b3e981c9d4 
								
							 
						 
						
							
							
								
								Fix Makefile.am crack.  
							
							... 
							
							
							
							Looks like an artifact from early modularization. 
							
						 
						
							2008-07-28 09:32:54 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								446fe9eecd 
								
							 
						 
						
							
							
								
								Dead code removal  
							
							... 
							
							
							
							Remove a whole bunch of code that was never built, be it entire files or
just dead ifdefs. 
							
						 
						
							2008-07-17 21:37:50 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b89a59248a 
								
							 
						 
						
							
							
								
								XFree86: Delete OSMouse code  
							
							... 
							
							
							
							This should be moved into the mouse driver, if anything. 
							
						 
						
							2008-07-16 01:50:27 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea4ec9e998 
								
							 
						 
						
							
							
								
								int10: add pci_device_enable support on Linux  
							
							
							
						 
						
							2008-05-22 08:58:42 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ce36ae526d 
								
							 
						 
						
							
							
								
								Add M32R architecture support (bug  #10020 )  
							
							... 
							
							
							
							Still needs autotools support, so this won't actually _build_: it's just
a starting point. 
							
						 
						
							2008-04-30 11:58:32 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3ab33e7cd4 
								
							 
						 
						
							
							
								
								Remove stale code  
							
							... 
							
							
							
							The jstk code for Joysticks is not used by any module, was never actually compiled and uses an API
that is deprecated these days.
No reason to keep it. 
							
						 
						
							2008-04-06 23:23:47 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f7abe05b33 
								
							 
						 
						
							
							
								
								Bug  #14091 : Fix build (and runtime) on ia64.  
							
							
							
						 
						
							2008-03-13 17:40:34 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c582dd6de 
								
							 
						 
						
							
							
								
								remove lnxPciInit() unused function.  
							
							
							
						 
						
							2008-02-25 17:31:37 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc22b05ea0 
								
							 
						 
						
							
							
								
								There is no such thing as /dev/cpu/mtrr.  
							
							
							
						 
						
							2008-01-22 18:57:11 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1faba797cb 
								
							 
						 
						
							
							
								
								Death to libcwrapper.  
							
							... 
							
							
							
							This has been deprecated since 1.1.  Since we're breaking ABI again anyway,
remove it entirely. 
							
						 
						
							2007-12-03 14:12:58 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22f0e3a8b0 
								
							 
						 
						
							
							
								
								Avoid PS/2 protocol probing for /dev/input/mice  
							
							... 
							
							
							
							The kernel will always upconvert to ExplorerPS/2 for all readers of
/dev/input/mice, so don't waste time on startup trying to figure
that out. 
							
						 
						
							2007-11-02 12:04:56 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								74e84b8d89 
								
							 
						 
						
							
							
								
								Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g. brightness etc.).  
							
							
							
						 
						
							2007-10-19 17:28:15 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6fdf3ddfef 
								
							 
						 
						
							
							
								
								Fix ids of ACPI events according to ACPI spec.  
							
							
							
						 
						
							2007-10-19 17:20:21 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d8ab2353cb 
								
							 
						 
						
							
							
								
								Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.  
							
							
							
						 
						
							2007-08-30 11:26:17 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c2d80529fc 
								
							 
						 
						
							
							
								
								Remove the now-dead PciAvoid symbol.  
							
							
							
						 
						
							2007-08-30 11:26:17 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3fe67d23ed 
								
							 
						 
						
							
							
								
								Remove the BusAccWindows resource code which is now unused.  
							
							... 
							
							
							
							This was a bunch of poorly defined resource ranges per OS/platform combination
which were supposed to represent what regions could potentially have resources
allocated into them. 
							
						 
						
							2007-08-27 19:02:41 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b6b40b727 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86.h
	hw/xfree86/common/xf86Init.c
	hw/xfree86/common/xf86pciBus.c
	hw/xfree86/int10/generic.c
	hw/xfree86/int10/helper_exec.c
	hw/xfree86/loader/xf86sym.c
	hw/xfree86/os-support/bus/Pci.c
	hw/xfree86/os-support/bus/Pci.h
	hw/xfree86/os-support/bus/linuxPci.c
	hw/xfree86/os-support/linux/int10/linux.c 
							
						 
						
							2007-08-23 18:19:17 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1834cfb447 
								
							 
						 
						
							
							
								
								Fix an error message to not point to @xfree86.org.  
							
							
							
						 
						
							2007-08-21 10:44:37 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a1fe36b772 
								
							 
						 
						
							
							
								
								xfree86: Fix build on Linux/alpha.  
							
							... 
							
							
							
							A bunch of CFLAGS had gone missing, so the build failed with errors like:
../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:7:19: error: input.h: No such file or directory
../../../../../hw/xfree86/os-support/linux/lnx_ev56.c:8:24: error: scrnintstr.h: No such file or directory 
							
						 
						
							2007-08-21 00:26:33 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1150969b82 
								
							 
						 
						
							
							
								
								Convert all my license statements to the standard form  
							
							... 
							
							
							
							Convert all my license statements to the standard, accepted form:
cf. <20070717142307.GD13478@fooishbar.org>
    http://lists.freedesktop.org/archives/xorg/2007-July/026451.html 
keithp's license on configure.ac changed with his verbal permission. 
							
						 
						
							2007-08-01 01:53:31 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f62beb6f36 
								
							 
						 
						
							
							
								
								Remove all trace of Option "BiosLocation".  
							
							... 
							
							
							
							This code was deeply dangerous.  If anyone actually had a use for this code,
we should find a better way of doing it. 
							
						 
						
							2007-07-27 13:24:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0f91abd5c6 
								
							 
						 
						
							
							
								
								Fix alpha build failures  
							
							... 
							
							
							
							Don't include <asm/pci.h> in os-support/linux/lnx_axp.c, use "lnx.h" and
<unistd.h> instead 
							
						 
						
							2007-07-19 20:37:26 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4d76075dbb 
								
							 
						 
						
							
							
								
								Death to RCS tags.  
							
							
							
						 
						
							2007-06-29 14:06:52 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ab7a6d860d 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/os-support/bus/Pci.c
	hw/xfree86/os-support/bus/linuxPci.c 
							
						 
						
							2007-06-18 16:51:13 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2e7fef7d08 
								
							 
						 
						
							
							
								
								Make xf86{En,Dis}ableInterrupts no-ops on Linux.  
							
							
							
						 
						
							2007-06-18 12:08:39 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								831d3b7f8d 
								
							 
						 
						
							
							
								
								Compile fixes for Linux ARM platforms.  
							
							
							
						 
						
							2007-06-18 12:05:55 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2267bf48b3 
								
							 
						 
						
							
							
								
								Fixes for s390  
							
							
							
						 
						
							2007-05-28 21:55:05 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a08d5157f7 
								
							 
						 
						
							
							
								
								VT activate or waitactive are fatal if they fail.  
							
							... 
							
							
							
							Also, be sure to waitactive on the way down, to make sure we're off the VT
before exiting. 
							
						 
						
							2007-04-09 19:04:56 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c279d5fdc5 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-01-19 12:59:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f36a447d20 
								
							 
						 
						
							
							
								
								Eliminate use of Tag field.  
							
							... 
							
							
							
							The Tag field was removed from the int10 structures in commit
ca9c41e09d 
							
						 
						
							2007-01-16 14:49:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								78f9592c11 
								
							 
						 
						
							
							
								
								lnx_ev56.c has to be built with -mcpu=ev56. Fix it.  
							
							
							
						 
						
							2007-01-10 16:04:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								da09964a93 
								
							 
						 
						
							
							
								
								Merge branch 'origin' into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/int10/generic.c 
							
						 
						
							2007-01-09 15:27:34 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b88ad820fa 
								
							 
						 
						
							
							
								
								Set Int10Current->Tag for the linux native int10 module  
							
							... 
							
							
							
							Fixes bug #9296 
(cherry picked from 731952c561a3972d09d1315f4fd31466e459ccb9 commit) 
							
						 
						
							2006-12-13 12:18:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1f73d2208 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86Configure.c
	hw/xfree86/common/xf86Helper.c
	hw/xfree86/common/xf86pciBus.c
	hw/xfree86/int10/helper_exec.c
	hw/xfree86/os-support/bus/Pci.c
	hw/xfree86/os-support/bus/linuxPci.c
	hw/xfree86/os-support/linux/lnx_pci.c
	hw/xfree86/scanpci/Makefile.am
	hw/xfree86/utils/pcitweak/Makefile.am
	hw/xfree86/utils/scanpci/Makefile.am 
							
						 
						
							2006-12-08 17:24:15 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4b0d901d9 
								
							 
						 
						
							
							
								
								Merge branch 'randr-1.2'  
							
							... 
							
							
							
							Conflicts:
	dix/events.c
	dix/getevents.c
	hw/xfree86/common/xf86Mode.c
	hw/xfree86/dri/Makefile.am
	hw/xfree86/os-support/drm/xf86drm.c
	hw/xfree86/os-support/xf86drm.h 
							
						 
						
							2006-11-27 15:43:15 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0567a6337b 
								
							 
						 
						
							
							
								
								xfree86/linux acpi: fix tokenising  
							
							... 
							
							
							
							Split on a space, rather on the 'video' string, as strtok takes a char,
not a string. 
							
						 
						
							2006-11-08 18:00:52 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								809e2841aa 
								
							 
						 
						
							
							
								
								xfree86: add general handler, port ACPI to it (bug  #5665 )  
							
							... 
							
							
							
							Add 'general' handler registration, which will not trigger DPMS when an
event comes in.
Make ACPI use this. 
							
						 
						
							2006-11-08 15:30:03 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20e9144c07 
								
							 
						 
						
							
							
								
								Add $(DIX_CFLAGS) to remaining Makefile.am files  
							
							
							
						 
						
							2006-11-07 12:49:28 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8deaaa312a 
								
							 
						 
						
							
							
								
								automake: avoid use of reserved _SOURCES keyword (bug  #8866 )  
							
							... 
							
							
							
							Avoid using _SOURCES unless we're directly referencing a program or
library to be built; use _SRCS instead.  Shuts automake 1.10 up. 
							
						 
						
							2006-11-04 19:08:28 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								072c022e73 
								
							 
						 
						
							
							
								
								Fix obviously wrong boundary checks + cleanup unused vars.  
							
							... 
							
							
							
							Also disable compilation of code that is no longer used anywhere in the whole
Xserver tree. 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5afc6c1a14 
								
							 
						 
						
							
							
								
								Added linux 2.6 compatible domain aware device scanning code.  
							
							... 
							
							
							
							Additional scanning code uses the /sys interface of 2.6 kernels.
Cleaned up the use of tags and already split domain/bus/dev/fn. 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								01afa533aa 
								
							 
						 
						
							
							
								
								xfree86/os-support: axe more unused files  
							
							
							
						 
						
							2006-11-02 04:32:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								18c246a13b 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug'  
							
							
							
						 
						
							2006-11-02 03:21:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81728558a0 
								
							 
						 
						
							
							
								
								input: add non-keyboard bell ringing function  
							
							... 
							
							
							
							Add a generic 'ring the bell' function (console bell on Linux and BSD,
/dev/audio on Solaris), and add DDX functions for this.  Make this the
core keyboard's bell.
Port Xvfb and Xnest to this.
Port XFree86 to this, with OS-specific hooks for Linux, BSD, and Solaris
taken from foo_io.c in the old layer. 
							
						 
						
							2006-11-01 23:10:26 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								794f2e7291 
								
							 
						 
						
							
							
								
								xfree86: re-enable chipset-specific drivers for Linux/ia64  
							
							... 
							
							
							
							Re-enable chipset-specific support for Linux/ia64, by linking in
lnx_ia64.c. 
							
						 
						
							2006-10-26 20:38:58 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								21291d6ca7 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2006-08-25 09:34:21 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d6433be3cc 
								
							 
						 
						
							
							
								
								Merge branch 'master' into input-hotplug  
							
							
							
						 
						
							2006-08-12 21:50:52 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f7919c2879 
								
							 
						 
						
							
							
								
								xfree86: don't do legacy IO on ARM or S/390 (Debian  #362641 )  
							
							... 
							
							
							
							Don't attempt to poke legacy IO ranges on ARM or S/390. 
							
						 
						
							2006-08-12 20:43:25 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59dcc62906 
								
							 
						 
						
							
							
								
								xfree86: remove Xqueue support completely  
							
							
							
						 
						
							2006-08-12 20:39:08 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								008aa7eb6e 
								
							 
						 
						
							
							
								
								completely remove OS keyboard layer  
							
							... 
							
							
							
							Completely axe the keyboard layer from os-support. 
							
						 
						
							2006-08-12 18:56:05 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								23f44df900 
								
							 
						 
						
							
							
								
								Remove pciConfigPtr and all of the associated cruft.  
							
							
							
						 
						
							2006-08-02 09:55:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								380b51d605 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/common/xf86Init.c
	hw/xfree86/int10/pci.c
	hw/xfree86/scanpci/xf86PciData.h
	hw/xfree86/scanpci/xf86PciStdIds.h
	hw/xfree86/scanpci/xf86PciStr.h
	hw/xfree86/scanpci/xf86ScanPci.h
	hw/xfree86/utils/pcitweak/pcitweak.c
	hw/xfree86/utils/scanpci/scanpci.c
Re-removed most of the conflicting files. 
							
						 
						
							2006-07-25 11:30:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fd6b995ff 
								
							 
						 
						
							
							
								
								Global s/xf86MapDomainIO/xf86MapLegacyIO/.  Let's call a duck a duck,  
							
							... 
							
							
							
							okay?  Since xf86MapLegacyIO is called from only one place, cut the
parameter list down to the one parameter that actually conveys some
information:  the one that gives a PCI device.  Change from using a
PCITAG to a pci_device. 
							
						 
						
							2006-07-24 13:33:34 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								525257eb98 
								
							 
						 
						
							
							
								
								Fix stupid typos.  
							
							
							
						 
						
							2006-07-21 19:16:38 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e18d34f423 
								
							 
						 
						
							
							
								
								Make the various implementations of xf86ExtendedInitInt10 use the  
							
							... 
							
							
							
							libpciaccess interfaces.  This eliminates all calls to mapPciRom,
which in turn allows the elimination of hw/xfree86/int10/pci.c. 
							
						 
						
							2006-07-21 16:47:45 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e7ac27ad81 
								
							 
						 
						
							
							
								
								revert accidental deletion of lnx_io.c; re-delete lnx_kbd.c  
							
							... 
							
							
							
							Thinko'd which file to remove after merging from master. 
							
						 
						
							2006-07-21 19:29:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81913a1291 
								
							 
						 
						
							
							
								
								remove undead files from master  
							
							... 
							
							
							
							Remove dead files which worked their way back in when merging from master.
Ugh. 
							
						 
						
							2006-07-21 19:10:26 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7465010d59 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-07-21 19:05:41 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0aaac95b0d 
								
							 
						 
						
							
							
								
								Remove RCS tags.  Fix Xprint makefile braindamage.  
							
							
							
						 
						
							2006-07-21 17:56:00 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3eeb62e8f5 
								
							 
						 
						
							
							
								
								bug  #890 : completely remove deprecated keyboard driver  
							
							... 
							
							
							
							Remove all remnants of the old built-in keyboard driver. 
							
						 
						
							2006-07-21 16:33:28 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2f98841fde 
								
							 
						 
						
							
							
								
								Remove unused variable.  
							
							
							
						 
						
							2006-07-20 16:08:27 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c69c00d652 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2006-07-20 12:08:38 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								84683f19b4 
								
							 
						 
						
							
							
								
								get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE  
							
							... 
							
							
							
							Get rid of almost all uses of these definitions.  They're still defined for
delinquent out-of-tree drivers, and also for the Mesa build.  As well as
for miinitext.c.  But largely gone. 
							
						 
						
							2006-07-18 18:17:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								881953813c 
								
							 
						 
						
							
							
								
								Fix the Linux ACPI reopen code to use a repeating timer, rather than a  
							
							... 
							
							
							
							one-shot sleep-and-reopen attempt. 
							
						 
						
							2006-07-17 13:50:38 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d3ee49bcba 
								
							 
						 
						
							
							
								
								Refactor common code from the generic.c and linux.c version of  
							
							... 
							
							
							
							xf86ExtendedInitInt10 to xf86int10GetBiosLocationType and
xf86int10GetBiosSegment.
These changes were tested on MGA hardware on x86-64 with various
combinations of InitPrimary and BiosLocation. 
							
						 
						
							2006-07-14 15:13:35 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8793c7fd4b 
								
							 
						 
						
							
							
								
								Refactor identical xf86InitInt10 function from generic.c and linux.c  
							
							... 
							
							
							
							to helper_exec.c. 
							
						 
						
							2006-07-14 09:11:39 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39b2f7b218 
								
							 
						 
						
							
							
								
								Bug  #3042 : Use autoconf to get the correct name of a struct member.  
							
							... 
							
							
							
							This allows us to remove the kernel version ifdefs from the code, which
are ugly and broken. 
							
						 
						
							2006-07-08 19:55:53 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d7a96dd6f1 
								
							 
						 
						
							
							
								
								Switch the default mouse device on Linux to /dev/input/mice.  
							
							
							
						 
						
							2006-07-06 17:39:14 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								002e28c12c 
								
							 
						 
						
							
							
								
								Correct AGP memory deallocation argument on *BSD.  
							
							... 
							
							
							
							This fixes leaks and eventual crashes with RandR resizing on Intel. 
							
						 
						
							2006-07-03 12:48:12 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8444bb77c9 
								
							 
						 
						
							
							
								
								When we can, bound the maximum number of PCI devices to attempt to scan, by  
							
							... 
							
							
							
							the number found on the system. Only implemented for Linux right now. 
							
						 
						
							2006-06-05 20:22:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								56f21bda1c 
								
							 
						 
						
							
							
								
								Bug  #6583 : Only open /proc/bus/pci/devices once. (Bill Nottingham)  
							
							
							
						 
						
							2006-06-01 22:30:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								deebf6bd51 
								
							 
						 
						
							
							
								
								Bug  #4139 : Fix a BAR remapping bug that could lead to IERR and system hang.  
							
							... 
							
							
							
							(Egbert Eich) 
							
						 
						
							2006-05-18 23:52:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c11cfcfaff 
								
							 
						 
						
							
							
								
								Bug  #6377 : Ignore disabled BARs, and allow matching BARs aligned to less  
							
							... 
							
							
							
							than 16 bytes. (Felix Kühling, ATI) 
							
						 
						
							2006-05-18 23:48:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fa9a49a92d 
								
							 
						 
						
							
							
								
								Bug  #5877 : Avoid burning CPU when acpid dies. Require acpid to be running  
							
							... 
							
							
							
							for ACPI support on Linux. Minor errno handling fixes. (Valery
    Inozemtsev, Adam Jackson) 
							
						 
						
							2006-05-18 18:18:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								321dbed5f5 
								
							 
						 
						
							
							
								
								Bug  #5209 : Fix APM/ACPI support, again. (Michel Dänzer, Valery Inozemtsev)  
							
							
							
						 
						
							2006-05-15 18:27:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86ffb46358 
								
							 
						 
						
							
							
								
								Bug  #5209 : Re-enable building APM and ACPI support. (Michel Dänzer)  
							
							
							
						 
						
							2006-05-09 18:04:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								79dc689261 
								
							 
						 
						
							
							
								
								When reading the kernel keyboard mapping (readKernelMapping in  
							
							... 
							
							
							
							os-support/linux/lnx_KbdMap.c) we overrun the usefully-named global
    array 'map', scribbling on other random static variables elsewhere.
    This is fixed by changing the size of at2lnx. (David Woodhouse). Bug
    #5169  
							
						 
						
							2006-04-22 03:22:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a68c11bb1d 
								
							 
						 
						
							
							
								
								Mark everything in xf86sym.c as _X_EXPORT.  
							
							
							
						 
						
							2006-03-25 19:52:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a4f20541a 
								
							 
						 
						
							
							
								
								Fix linux build without libc wrappers (From Fredrik Höglund)  
							
							
							
						 
						
							2006-02-13 04:56:27 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3d1403672 
								
							 
						 
						
							
							
								
								Remove libcwrapper usage from xorg server modules. The libcwrapper is only  
							
							... 
							
							
							
							of (marginal) use in the drivers, and that usage remains. 
							
						 
						
							2006-02-10 22:00:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f1ba3b4f33 
								
							 
						 
						
							
							
								
								Bug  #4718 : Command line flag to disable ACPI.  
							
							
							
						 
						
							2005-12-14 20:11:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f9ccebe8c5 
								
							 
						 
						
							
							
								
								Bug  #4928 : Fix compilation for Alpha. (Stefaan DeRoeck)  
							
							
							
						 
						
							2005-12-08 19:27:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c00afd0ec 
								
							 
						 
						
							
							
								
								Define XFree86Server only where it is required.  
							
							
							
						 
						
							2005-12-02 06:02:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								da5d66f2ff 
								
							 
						 
						
							
							
								
								Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable  
							
							... 
							
							
							
							module builds to reflect this change. 
							
						 
						
							2005-11-29 16:39:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e3ec048ff2 
								
							 
						 
						
							
							
								
								Bug  #4928 : Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)  
							
							
							
						 
						
							2005-11-18 22:43:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								56101c9d6e 
								
							 
						 
						
							
							
								
								Fix fd leak by closing them in the ACPI code instead of just using  
							
							... 
							
							
							
							shutdown. 
							
						 
						
							2005-10-31 05:45:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1859c62607 
								
							 
						 
						
							
							
								
								include/dix-config.h.in Add support for more extensions  
							
							... 
							
							
							
							Add missing files to EXTRA_DIST 
							
						 
						
							2005-10-17 07:18:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57abb5b171 
								
							 
						 
						
							
							
								
								remove reference to non-existent agpgart.h  
							
							
							
						 
						
							2005-10-14 08:29:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f3ad65251 
								
							 
						 
						
							
							
								
								Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resource  
							
							... 
							
							
							
							ranges awkwardness and the "INVALID MEM ALLOCATION" warning. 
							
						 
						
							2005-10-05 07:27:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6d4b350dee 
								
							 
						 
						
							
							
								
								Bug  #3815  < https://bugs.freedesktop.org/show_bug.cgi?id=3815 > Patch  #3463  
							
							... 
							
							
							
							<https://bugs.freedesktop.org/attachment.cgi?id=3463 > GNU/kFreeBSD
    Xserver support (Robert Millan) 
							
						 
						
							2005-10-03 16:46:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								99793543c0 
								
							 
						 
						
							
							
								
								put back some agp related allocation messages  
							
							
							
						 
						
							2005-09-22 12:40:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								02566dff4a 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2005-09-22 12:33:36 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b7e723ed6f 
								
							 
						 
						
							
							
								
								Missing backslash  
							
							
							
						 
						
							2005-09-20 23:32:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b623c60745 
								
							 
						 
						
							
							
								
								Linux/Alpha support (Stefaan De Roeck)  
							
							
							
						 
						
							2005-09-19 22:44:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								535cd292c8 
								
							 
						 
						
							
							
								
								#include "xf86Axp.h" -> "shared/xf86Axp.h" for modular build. (Stefaan De  
							
							... 
							
							
							
							Roeck) 
							
						 
						
							2005-09-19 18:38:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0e50af8b7f 
								
							 
						 
						
							
							
								
								typo fix  
							
							
							
						 
						
							2005-08-30 19:35:06 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5ffff7cb86 
								
							 
						 
						
							
							
								
								Bug  #4160 : Fix Altix kernel version check.  
							
							
							
						 
						
							2005-08-26 20:08:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3075df24e7 
								
							 
						 
						
							
							
								
								Subvert SIGUSR2 to reload all input devices. (Ubuntu  #020 )  
							
							
							
						 
						
							2005-08-26 07:35:55 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								89c84575ea 
								
							 
						 
						
							
							
								
								Undo rate/period change after function body, so the damage doesn't leak  
							
							... 
							
							
							
							into other functions. (Debian #050 ) 
							
						 
						
							2005-08-26 07:24:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bb5e934df7 
								
							 
						 
						
							
							
								
								Only open /proc/bus/pci/devices once. (Ubuntu  #029 )  
							
							
							
						 
						
							2005-08-26 07:15:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c937faadd0 
								
							 
						 
						
							
							
								
								Better error message on failure to set iopl. (Debian  #021 )  
							
							
							
						 
						
							2005-08-26 06:48:24 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7693f668ef 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xfree86/os-support/linux/lnx_acpi.c  
							
							... 
							
							
							
							programs/Xserver/hw/xfree86/os-support/linux/lnx_apm.c
programs/Xserver/hw/xfree86/os-support/linux/Imakefile Add basic ACPI Linux
    support so that events can be passed to the driver. (Alan Hourihane) 
							
						 
						
							2005-08-22 12:05:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d31de217e6 
								
							 
						 
						
							
							
								
								distcheck fixes  
							
							
							
						 
						
							2005-08-02 03:36:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2d7b1893be 
								
							 
						 
						
							
							
								
								- Workaround for AS_HELP_STRING compatibility with older autoconf.  
							
							... 
							
							
							
							- New intermediate build target for Xorg server
- ia64 fixes 
							
						 
						
							2005-08-02 00:41:07 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bf32f4739c 
								
							 
						 
						
							
							
								
								programs/Xserver/hw/xfree86/os-support/shared/agp_noop.c  
							
							... 
							
							
							
							programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h
//bugs.freedesktop.org/show_bug.cgi?id=3164> Add xf86DeallocateGARTMemory()
    function call (Austin Yuan) 
							
						 
						
							2005-07-19 20:51:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a407fa373b 
								
							 
						 
						
							
							
								
								Move drm up to os-support since the files are shared by multiple platforms.  
							
							... 
							
							
							
							Fix the dri and drm build. Fix server-side DMX extension build. Make
    xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef
    _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers. 
							
						 
						
							2005-07-15 22:51:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								defeb56fc9 
								
							 
						 
						
							
							
								
								Fix the build when DRI is enabled  
							
							
							
						 
						
							2005-07-14 22:20:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7586ac6ede 
								
							 
						 
						
							
							
								
								Bug  #2216 : Multiseat support. From various Debian and Ubuntu patches by  
							
							... 
							
							
							
							Aivils Stoss, Andreas Schuldei, Branden Robinson, and Daniel Stone. 
							
						 
						
							2005-07-04 18:41:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4e501d35e2 
								
							 
						 
						
							
							
								
								Remove needless usage of DECkeysym.h.  
							
							
							
						 
						
							2005-07-03 10:51:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0bb669638f 
								
							 
						 
						
							
							
								
								Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".  
							
							
							
						 
						
							2005-07-03 08:53:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e03198972c 
								
							 
						 
						
							
							
								
								Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.  
							
							... 
							
							
							
							Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
    source files in the xserver/xorg tree, predicated on defines of
    HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
    <X11/fonts/foo.h>. 
							
						 
						
							2005-07-03 07:02:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								826a6f029f 
								
							 
						 
						
							
							
								
								Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.  
							
							
							
						 
						
							2005-07-02 18:59:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9b1debcdb6 
								
							 
						 
						
							
							
								
								Change all misc.h and os.h references to <X11/foo.h>.  
							
							
							
						 
						
							2005-07-01 22:43:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ded56b1a74 
								
							 
						 
						
							
							
								
								Adding initial build system.  
							
							
							
						 
						
							2005-07-01 20:29:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a90af4a2e6 
								
							 
						 
						
							
							
								
								Bug 2750: Prevent mtrr_remove_offending from ending up in an endless loop  
							
							... 
							
							
							
							if the offending region refuses to be removed. 
							
						 
						
							2005-05-15 17:45:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6c37648754 
								
							 
						 
						
							
							
								
								Bug  #2141 : Rework misleading warning message when APM support is  
							
							... 
							
							
							
							unavailable. (Previous patch on 2005-04-14 changed the wrong message.) 
							
						 
						
							2005-04-25 00:11:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16c2499b8f 
								
							 
						 
						
							
							
								
								Bug  #2373 : SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,  
							
							... 
							
							
							
							Bjorn Helgaas, Egbert Eich.) 
							
						 
						
							2005-04-22 16:49:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								292c4cff26 
								
							 
						 
						
							
							
								
								Fix includes right throughout the Xserver tree:  
							
							... 
							
							
							
							change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
change "foo.h", "extensions/foo.h" and "X11/foo.h" to
    <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. 
							
						 
						
							2005-04-20 12:25:48 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7472fcfdd4 
								
							 
						 
						
							
							
								
								Bug  #2141 : Rework misleading warning message when APM support is  
							
							... 
							
							
							
							unavailable. 
							
						 
						
							2005-04-15 00:18:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f4e9f522fe 
								
							 
						 
						
							
							
								
								Bugzilla  #2750  ( https://bugs.freedesktop.org/show_bug.cgi?id=2750 )  
							
							... 
							
							
							
							Linux-only fixes: Fix case where a smaller write-combining region
    blocks write-combining setting of the whole frame buffer. Fix bug in wc
    setting code when regions are first splitted and setting of
    write-combining then fails. 
							
						 
						
							2005-03-23 21:03:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3f79c5eefc 
								
							 
						 
						
							
							
								
								xc/config/cf/DragonFly.cf  
							
							... 
							
							
							
							xc/config/cf/Imake.cf
xc/config/cf/Imakefile
xc/config/imake/imake.c
xc/config/imake/imakemdep.h
xc/extras/drm/shared/drm.h
xc/include/Xos_r.h
xc/lib/xtrans/Xtranssock.c
xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c
//bugs.freedesktop.org/show_bug.cgi?id=1712) attachment #2004 
    (https://bugs.freedesktop.org/attachment.cgi?id=2004 ): Add support for
    DragonFly/BSD platform. Patch by Jeroen Ruigrok <asmodai@tendra.org>
    and Mike Verona <firedragonfly@gmail.com>. 
							
						 
						
							2005-03-02 11:20:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea5b09f95d 
								
							 
						 
						
							
							
								
								Save gs register before calling the vm86_old syscall thru int 0x80. This is  
							
							... 
							
							
							
							required for linuxthreads as the TLS uses this register to keep track
    of local thread storage (Bugzilla #2431 , J. Scott Berg). 
							
						 
						
							2005-02-07 18:16:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								44e2d91679 
								
							 
						 
						
							
							
								
								xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h  
							
							... 
							
							
							
							xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
//bugs.freedesktop.org/show_bug.cgi?id=825) attachment #956 
    (https://bugs.freedesktop.org/attachment.cgi?id=956 ): Fix build
    problems on Linux/SPARC. Patch by Jeremy Huddleston
    <eradicator@gentoo.org>. Approved in the 2005-01-31 Xorg
    release-wranglers phone call. 
							
						 
						
							2005-02-02 00:55:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d23c46dd3e 
								
							 
						 
						
							
							
								
								Modifying X.Org Xserver DDX to allow to run X with ordinary user  
							
							... 
							
							
							
							permissions when no access to HW registers is required. For API changes
    which mostly involve the modifications to make the RRFunc (introduced
    with 6.8) more flexible please check Bugzilla #2407 . NOTE: This patch
    applies changes to OS specific files for other OSes which I cannot
    test. 
							
						 
						
							2005-01-28 16:13:00 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								55736aa8c1 
								
							 
						 
						
							
							
								
								Alan Cox requested that we check the kernel version before we use kernel  
							
							... 
							
							
							
							VGA font save/restore as the required features have been added to Linux
    2.6.11 (Bugzilla #2277 ). 
							
						 
						
							2005-01-21 14:25:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16f9d2d72a 
								
							 
						 
						
							
							
								
								Let the OS instead of X save/restore text console fonts on Linux. So far we  
							
							... 
							
							
							
							relied on the generic VGA layer to restore text console fonts for us
    when shutting down the server or VT switching back to the text console.
    This has worked rather well but it has some downsides on Linux: a. Many
    people use fbdev as console text mode. In this case it is not necessary
    to save/restore console fonts as the console is running in graphics
    mode anyway. b. Some architectures don't have a fbdev console but
    require a full POST of even the primary card (ie. IA64). This posting
    has to take place before we even have a chance to save anything.
    Therefore the fonts we save are the once written to the chip by POST,
    not what has been programmed by the user. c. Certain chipsets utilize
    the BIOS to perform mode setting. This may interfer with the vga
    save/restore font function in a strange way. It would therefore be
    preferrable to let the OS - which has been used to set up the font in
    the first place - take care of saving/restoring the data. I will attach
    a patch which will do so for Linux. To make this fully functional a
    small patch needs to be applied to the Linux kernel. To disable this
    feature add: #define DoOSFontRestore NO to your host.def. (Bugzilla
    #2277 ) 
							
						 
						
							2005-01-14 18:42:26 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b6301dc410 
								
							 
						 
						
							
							
								
								Minor format fix.  
							
							... 
							
							
							
							Added explanatory comment and debug code.
Added comment. 
							
						 
						
							2005-01-11 14:59:02 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f417159e51 
								
							 
						 
						
							
							
								
								Make option 'DontVTSwitch' work again with kbd driver under Linux. The kbd  
							
							... 
							
							
							
							driver now calls the OS layer to handle special keys. Possibly other
    special keys and other OSes need to be looked at also. (Helmut
    Fahrion). 
							
						 
						
							2005-01-10 12:20:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								44f4713a05 
								
							 
						 
						
							
							
								
								Encoding of numerous files changed to UTF-8  
							
							
							
						 
						
							2004-12-04 00:43:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								516f452e78 
								
							 
						 
						
							
							
								
								Adding support for OS dependent probing of IA64 chipsets. Not all IA64  
							
							... 
							
							
							
							chipsets can be probed without OS support as probing them is only
    possible using ACPI. One example of this are the HP ZX1/2 chipsets:
    previously the code assumed that these chips were present when no other
    of the known chipsets could be probed. This assumption brought SGI
    Altrix machines with 64 CPUs to a grinding halt. 
							
						 
						
							2004-09-15 09:23:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								734cb34dc1 
								
							 
						 
						
							
							
								
								Mon Aug 2 21:49:33 2004 Soeren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							Remove double cast. 
							
						 
						
							2004-08-02 21:15:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								40b975e3ac 
								
							 
						 
						
							
							
								
								Improved error messages.  
							
							... 
							
							
							
							build fixes for AMD64.
Made shm* functions in the libc_wrapper more standard conformant by setting
    errno correctly.
Use xf86ExendedInitInt10() in VBEExtendedInit() to be able to pass flags. 
							
						 
						
							2004-07-30 20:51:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22bad9474b 
								
							 
						 
						
							
							
								
								DRI XFree86-4_3_99_12-merge import  
							
							
							
						 
						
							2004-06-16 09:22:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2fb5886200 
								
							 
						 
						
							
							
								
								Merging XORG-CURRENT into trunk  
							
							
							
						 
						
							2004-04-23 19:54:30 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								dae90c3af9 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004  
							
							
							
						 
						
							2004-03-14 08:34:49 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								867451f1ab 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004  
							
							
							
						 
						
							2004-03-03 12:12:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								df0313d35b 
								
							 
						 
						
							
							
								
								readding XFree86's cvs IDs  
							
							
							
						 
						
							2004-02-26 13:36:15 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								147aae87fd 
								
							 
						 
						
							
							
								
								Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004  
							
							
							
						 
						
							2004-02-26 09:23:53 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4ee0a53de8 
								
							 
						 
						
							
							
								
								Import most of XFree86 4.4RC3. This import excludes files which have the  
							
							... 
							
							
							
							new license. If we want to, later we can import 4.4RC3 again and pick
    up the files that have the new license, but for now the vendor branch
    is "pure." 
							
						 
						
							2004-02-23 20:35:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a84f16a9ad 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.901 (RC 1)  
							
							
							
						 
						
							2003-12-04 22:03:38 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								adc7f9a4eb 
								
							 
						 
						
							
							
								
								XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks  
							
							
							
						 
						
							2003-11-25 19:29:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d568221710 
								
							 
						 
						
							
							
								
								XFree86 4.3.0.1  
							
							
							
						 
						
							2003-11-14 16:49:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9508a382f8 
								
							 
						 
						
							
							
								
								Initial revision  
							
							
							
						 
						
							2003-11-14 16:48:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ded6147bfb 
								
							 
						 
						
							
							
								
								R6.6 is the Xorg base-line  
							
							
							
						 
						
							2003-11-14 15:54:54 +00:00