47478aa10a 
								
							 
						 
						
							
							
								
								Remove xf86{En,Dis}ableInterrupts entirely  
							
							
							
						 
						
							2008-11-24 23:40:06 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c7680befe5 
								
							 
						 
						
							
							
								
								Remove the remnants of Jensen support  
							
							... 
							
							
							
							As being an EISA-only machine, and as ISA support is gone now... 
							
						 
						
							2008-11-24 23:40:06 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								df14682a31 
								
							 
						 
						
							
							
								
								Bus: Remove ISA support.  
							
							... 
							
							
							
							No, really.  PCI is old enough to drive now.  If you want this, get the kernel
to expose a framebuffer device. 
							
						 
						
							2008-11-24 23:40:06 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3e5281af17 
								
							 
						 
						
							
							
								
								PCI: Unexport xf86scanpci  
							
							
							
						 
						
							2008-11-24 23:40:04 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								41be6b3f0d 
								
							 
						 
						
							
							
								
								Bus: Remove the notion of estimated resources.  
							
							
							
						 
						
							2008-11-24 23:40:03 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4457e31710 
								
							 
						 
						
							
							
								
								PCI: Remove unused ia64 platform code.  
							
							
							
						 
						
							2008-11-24 23:40:03 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86cfe0ee23 
								
							 
						 
						
							
							
								
								PCI: Simplify OS PCI function registration a bit.  
							
							
							
						 
						
							2008-11-24 23:40:02 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2d427b9cb1 
								
							 
						 
						
							
							
								
								PCI: Remove config mechanism details.  
							
							... 
							
							
							
							pciaccess handles this for us now, no need to remember PC arcana. 
							
						 
						
							2008-11-24 23:40:02 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5bb86bafd6 
								
							 
						 
						
							
							
								
								PCI: Remove non-pciaccess path for x86.  
							
							
							
						 
						
							2008-11-24 23:40:02 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a67360e79f 
								
							 
						 
						
							
							
								
								PCI: Always build domain support.  
							
							
							
						 
						
							2008-11-24 23:40:02 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								75784e1e53 
								
							 
						 
						
							
							
								
								Solaris: Make KDSETMODE failure non fatal, and retry it on interrupts  
							
							
							
						 
						
							2008-11-24 20:32:20 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bc0c7075e2 
								
							 
						 
						
							
							
								
								Remove the old libusbhid copy from os-support/bsd.  
							
							... 
							
							
							
							This has been replaced by in-kernel support for USB mices several
years ago and hasn't been enabled in build since X.Org 6.8. 
							
						 
						
							2008-11-22 19:12:23 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a9e20306fb 
								
							 
						 
						
							
							
								
								int10: Do an mprotect(..,PROT_EXEC) on shmat()ed memory ranges.  
							
							... 
							
							
							
							When the linux kernel sets the NX bit vm86 segfaults when it tries to execute
code in memory that is not marked EXEC. Such code gets called whenever
we return from a VBIOS call to signal the calling program that the call
is actually finished and that we are not trapping for other reasons (like
IO accesses).
Use mprotect(2) to set these memory ranges PROT_EXEC. 
							
						 
						
							2008-11-21 18:57:07 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								10d472bf9d 
								
							 
						 
						
							
							
								
								Support for BSD apm  
							
							... 
							
							
							
							XXX check amd64 pci init 
							
						 
						
							2008-11-21 18:07:03 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								570835b9a8 
								
							 
						 
						
							
							
								
								Use bsd_pci stub routines on Solaris too, since we use pciaccess for real work  
							
							... 
							
							
							
							Depends on commit 70e18a3b6b 
							
						 
						
							2008-11-19 10:19:20 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								446d9443ce 
								
							 
						 
						
							
							
								
								linux: Drain the console fd of data when using evdev for keyboards  
							
							... 
							
							
							
							Works around a silly bug in the kernel that causes wakeup storms after
too many keypresses.  Should fix the kernel bug too, but this at least
keeps the idle wakeup count below 1000/sec. 
							
						 
						
							2008-11-05 11:51:06 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								70e18a3b6b 
								
							 
						 
						
							
							
								
								Refactor Solaris mapping code to work with standard shared/vidmem.c  
							
							... 
							
							
							
							Also merge sun_bios.c into sun_vid.c and upstream Solaris patch to
keep aperture device open, to allow mappings to occur after X server
has given up uid 0. 
							
						 
						
							2008-10-30 21:00:46 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								24e863b0eb 
								
							 
						 
						
							
							
								
								Bug#16501: autodetection of sbus graphic cards  
							
							... 
							
							
							
							Add automatic detection of the graphic driver to load for sbus devices.
This allows xorg to work on those devices without a "Device" section.
Debian bug#483942.
Signed-off-by: Julien Cristau <jcristau@debian.org> 
							
						 
						
							2008-10-26 00:26:51 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								77d0b0ecfa 
								
							 
						 
						
							
							
								
								Remove unused pciNumBuses  
							
							
							
						 
						
							2008-10-03 17:51:20 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f836e1f11b 
								
							 
						 
						
							
							
								
								Unifdef ISC  
							
							
							
						 
						
							2008-10-02 17:03:54 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								668f89eba3 
								
							 
						 
						
							
							
								
								Remove unnecessary #ifdef __SOL8__'s  
							
							
							
						 
						
							2008-08-22 10:32:18 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc78d977ca 
								
							 
						 
						
							
							
								
								Convert Solaris #ifdef's for <sys/kd.h> to AC_CHECK_HEADERS check  
							
							... 
							
							
							
							Upcoming virtual terminal support changes in Solaris kernel will provide
<sys/kd.h> on SPARC too, so this gets us ready for them. 
							
						 
						
							2008-08-22 10:14:11 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								562462e78d 
								
							 
						 
						
							
							
								
								Remove dead {bsd,lnx}Resource.c  
							
							
							
						 
						
							2008-08-18 17:05:55 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e3e47b35e3 
								
							 
						 
						
							
							
								
								Remove MAX_PCI_{BUSES,DOMAINS} and some associated #if 0.  
							
							
							
						 
						
							2008-08-18 17:03:22 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								593144dddd 
								
							 
						 
						
							
							
								
								Remove some unused assembly code and assyntax.h  
							
							
							
						 
						
							2008-08-18 16:46:36 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								539717fe1f 
								
							 
						 
						
							
							
								
								Remove (unused) pciMaxBusNum.  
							
							
							
						 
						
							2008-08-18 14:50:33 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3c03d9f1ef 
								
							 
						 
						
							
							
								
								Remove sparcPci.c  
							
							... 
							
							
							
							There is no way this code can have been building for anyone since pciaccess
was merged.  BSD and Linux were already using OS code on sparc, the only
people who could want this are Solaris, who should be using pciaccess
anyway. 
							
						 
						
							2008-08-18 14:37:42 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9a39b6cfbd 
								
							 
						 
						
							
							
								
								Remove XF86SCANPCI_WRAPPER.  
							
							
							
						 
						
							2008-08-18 14:26:01 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								470b05a610 
								
							 
						 
						
							
							
								
								Remove vestigial MAX_PCI_DEVICES.  
							
							
							
						 
						
							2008-08-18 14:04:59 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fdf7c747a8 
								
							 
						 
						
							
							
								
								Remove PciProbeType and associated weirdness.  
							
							... 
							
							
							
							This code was effectively only used in ix86Pci.c to select PCI config
access type.  Nobody should be using that path anymore, in the glorious
pciaccess world; kernel services should get it right for you. 
							
						 
						
							2008-08-18 13:13:03 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								95bb6f5362 
								
							 
						 
						
							
							
								
								Remove ancient unused inline hack.  
							
							
							
						 
						
							2008-08-18 11:47:19 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1ae8db625 
								
							 
						 
						
							
							
								
								Drop dead PowerPC PCI code.  
							
							... 
							
							
							
							Also add a warning for anyone still using legacy PCI code. 
							
						 
						
							2008-08-18 09:53:48 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be2210b69d 
								
							 
						 
						
							
							
								
								remove OpenBSD/amd64 specific mtrr API.  
							
							... 
							
							
							
							The old code never worked anyways and was removed from OpenBSD.
OpenBSD/amd64 4.4 and later support mtrr with the same API as
OpenBSD/i386. 
							
						 
						
							2008-08-09 23:59:31 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b3e981c9d4 
								
							 
						 
						
							
							
								
								Fix Makefile.am crack.  
							
							... 
							
							
							
							Looks like an artifact from early modularization. 
							
						 
						
							2008-07-28 09:32:54 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5f5eed7f79 
								
							 
						 
						
							
							
								
								Unifdef DGUX.  
							
							
							
						 
						
							2008-07-23 13:37:42 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								856db05b58 
								
							 
						 
						
							
							
								
								Unifdef sgi.  
							
							
							
						 
						
							2008-07-23 13:37:42 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0ff5bc4048 
								
							 
						 
						
							
							
								
								Unifdef QNX.  
							
							... 
							
							
							
							Again, hasn't worked since at least 7.0. 
							
						 
						
							2008-07-23 10:44:34 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								43c6d5a6f8 
								
							 
						 
						
							
							
								
								distcheck fixes  
							
							... 
							
							
							
							Still seems to fail because hw/xquartz has too long filenames 
							
						 
						
							2008-07-20 16:30:24 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								47833eef35 
								
							 
						 
						
							
							
								
								Drop a bunch of #ifdef Lynx.  
							
							
							
						 
						
							2008-07-17 11:59:24 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b9a0cee026 
								
							 
						 
						
							
							
								
								Drop hw/xfree86/os-support/lynxos/  
							
							... 
							
							
							
							This has never worked in any modular release, clearly no one cares. 
							
						 
						
							2008-07-17 10:32:35 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								22e64108ec 
								
							 
						 
						
							
							
								
								XFree86: Remove XFree86-Misc extension  
							
							... 
							
							
							
							Its last remaining purpose in life has been destroyed by input
properties.  Au revoir: it's been fun, by which I mean awful. 
							
						 
						
							2008-07-16 06:25:26 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								235fea0e1a 
								
							 
						 
						
							
							
								
								Update bsd & solaris descriptions in README.OS-lib  
							
							
							
						 
						
							2008-07-07 15:21:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d1031a8972 
								
							 
						 
						
							
							
								
								Update README.OS-lib to reflect reality.  
							
							
							
						 
						
							2008-07-04 03:46:21 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9719354ae0 
								
							 
						 
						
							
							
								
								Check for __amd64__, not __x86_64__.  
							
							... 
							
							
							
							Spiritual revert of 1fa4de80fc 
							
						 
						
							2008-06-24 14:37:06 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								155fcecb32 
								
							 
						 
						
							
							
								
								Various messages clean-ups.  
							
							
							
						 
						
							2008-06-19 16:59:41 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ce4d4b3c1b 
								
							 
						 
						
							
							
								
								build fix  
							
							
							
						 
						
							2008-06-19 16:57:20 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								19c7e9da55 
								
							 
						 
						
							
							
								
								preserve errno around the SIGIO handler  
							
							
							
						 
						
							2008-06-19 16:55:25 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f3490d3eba 
								
							 
						 
						
							
							
								
								Bug  #15169 : Make the server build again on Alpha.  
							
							... 
							
							
							
							Still won't work until the kernel makes the resource files actually exist. 
							
						 
						
							2008-06-17 10:35:24 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e6cbb1e11e 
								
							 
						 
						
							
							
								
								xfree86: fix build on GNU/kFreeBSD  
							
							... 
							
							
							
							GNU/kFreeBSD defines __FreeBSD_kernel__, but not __FreeBSD__.
Unify preprocessor conditionals between variable declaration and use.
Debian bug #482550 . 
							
						 
						
							2008-05-23 23:01:24 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ea4ec9e998 
								
							 
						 
						
							
							
								
								int10: add pci_device_enable support on Linux  
							
							
							
						 
						
							2008-05-22 08:58:42 +10:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								93c082a060 
								
							 
						 
						
							
							
								
								OpenBSD doesn't define __x86_64__, simplify tests.  
							
							... 
							
							
							
							Seeing as this code seems to be specific to OpenBSD I don't think
__x86_64__ should have been added there at all. It appears to have
been added wherever __amd64__ existed before which is wrong. I
think that part of the commit should be reverted but also all four of
the checks should be __OpenBSD__ && __amd64__ instead of two one
direction and two flipped. 
							
						 
						
							2008-05-17 13:14:31 +02: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1fa4de80fc 
								
							 
						 
						
							
							
								
								Check for __x86_64__ when we check for __amd64__  
							
							... 
							
							
							
							It seems Intel C Compiler neglects to define __amd64__, __amd64, or
amd64, but *does* define __x86_64__. 
							
						 
						
							2008-04-12 20:39:18 +02: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								db248ffb84 
								
							 
						 
						
							
							
								
								test for the presence of pci_system_init_dev_mem() before calling it.  
							
							... 
							
							
							
							This avoids creating a dependency on -current libpciaccess for
BSD systems other than OpenBSD (which don't otherwise need it). 
							
						 
						
							2008-03-16 18:46:11 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f7abe05b33 
								
							 
						 
						
							
							
								
								Bug  #14091 : Fix build (and runtime) on ia64.  
							
							
							
						 
						
							2008-03-13 17:40:34 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								06c0372c3a 
								
							 
						 
						
							
							
								
								OpenBSD support for libpciaccess.  
							
							... 
							
							
							
							xserver and libpciaccess both need to open /dev/xf86, which can only
be opened once.  I implemented pci_system_init_dev_mem() like Ian
suggested.  This requires some minor changes to the BSD-specific
os-support code.  Since pci_system_init_dev_mem() is a no-op on
FreeBSD this should be no problem. 
							
						 
						
							2008-03-12 21:45:37 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c46f7b62d2 
								
							 
						 
						
							
							
								
								Fine, we don't need pciInit() anymore. Nuke, nuke, nuke...  
							
							
							
						 
						
							2008-02-25 18:14:08 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a9050d5424 
								
							 
						 
						
							
							
								
								Jesus, pciInit() was called 32 times in my machine without need!  
							
							... 
							
							
							
							xf86scanpci() will always call pciInit() before any other function, so
there's no need to guarantee it after. 
							
						 
						
							2008-02-25 18:10:18 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81272f7ec9 
								
							 
						 
						
							
							
								
								Some doc clean up:  
							
							... 
							
							
							
							clean up legacy things in os-support/bus/Pci.c.
    Put InitOutput() comment to its right place. 
							
						 
						
							2008-02-25 17:39:33 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7c582dd6de 
								
							 
						 
						
							
							
								
								remove lnxPciInit() unused function.  
							
							
							
						 
						
							2008-02-25 17:31:37 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f19f7b8e53 
								
							 
						 
						
							
							
								
								Clean some garbage caused when pciaccess was merged:  
							
							... 
							
							
							
							FindPCIVideoInfo() function isn't need anymore.
    xf86scanpci() is being called only once so we don't need permanent
    (static) variables there.
    restorePciState() is not used for now (until we find why multiple
    cards aren't working). 
							
						 
						
							2008-02-25 17:07:07 -03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f3b3b37ec6 
								
							 
						 
						
							
							
								
								Use strerror instead of errno values in user strings.  
							
							
							
						 
						
							2008-02-14 07:52:02 +11:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								df325be394 
								
							 
						 
						
							
							
								
								Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.c  
							
							... 
							
							
							
							X.Org Bug #13101  <https://bugs.freedesktop.org/show_bug.cgi?id=13101 >
Patch #12360  <https://bugs.freedesktop.org/attachment.cgi?id=12360 > 
							
						 
						
							2008-01-29 09:48:00 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								cc22b05ea0 
								
							 
						 
						
							
							
								
								There is no such thing as /dev/cpu/mtrr.  
							
							
							
						 
						
							2008-01-22 18:57:11 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								73f4229960 
								
							 
						 
						
							
							
								
								Fix names/types of new vuidMouse{Get,Set}ScreenPrivates macros  
							
							
							
						 
						
							2008-01-02 19:17:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae869fc766 
								
							 
						 
						
							
							
								
								[SBUS]: Fix build, use getpagesize() instead of xf86getpagesize().  
							
							... 
							
							
							
							xf86getpagesize() was removed, but this one call site was
not fixed up.
Signed-off-by: David S. Miller <davem@davemloft.net> 
							
						 
						
							2007-12-27 07:34:09 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								58c2898b62 
								
							 
						 
						
							
							
								
								xfree86: permit access to io port 0xffff on the hurd  
							
							
							
						 
						
							2007-12-16 01:21:45 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c8feb73f58 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							... 
							
							
							
							Conflicts:
	Xext/EVI.c
	Xext/bigreq.c
	Xext/cup.c
	Xext/dpms.c
	Xext/fontcache.c
	Xext/mitmisc.c
	Xext/xcmisc.c
	Xext/xf86bigfont.c
	Xext/xtest.c
	configure.ac
	dbe/dbe.c
	hw/darwin/darwin.h
	hw/darwin/darwinEvents.c
	hw/darwin/iokit/xfIOKit.h
	hw/darwin/iokit/xfIOKitCursor.c
	hw/darwin/quartz/fullscreen/fullscreen.c
	hw/darwin/quartz/fullscreen/quartzCursor.c
	hw/darwin/quartz/quartz.c
	hw/darwin/quartz/quartzCommon.h
	hw/darwin/quartz/quartzCursor.c
	hw/darwin/quartz/xpr/dri.c
	hw/darwin/quartz/xpr/dristruct.h
	hw/darwin/quartz/xpr/xprCursor.c
	hw/darwin/quartz/xpr/xprFrame.c
	hw/xfree86/modes/xf86RandR12.c
	include/cursor.h
	miext/rootless/rootlessCommon.h
	miext/rootless/rootlessScreen.c
	miext/rootless/rootlessWindow.c
	render/picturestr.h
Trying to pick up the pieces from the darwin churn here... 
							
						 
						
							2007-12-13 18:38:25 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fe25f897c6 
								
							 
						 
						
							
							
								
								xf86getpagesize -> getpagesize elsewhere in os-support/  
							
							
							
						 
						
							2007-12-03 18:34:40 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b84f2833a6 
								
							 
						 
						
							
							
								
								xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.c  
							
							
							
						 
						
							2007-12-03 14:52:46 -08: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a55ec1a9f4 
								
							 
						 
						
							
							
								
								Restore checks for __i386 where needed for Sun compilers on Solaris  
							
							
							
						 
						
							2007-11-20 18:31:07 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a52c9b2a59 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							... 
							
							
							
							Conflicts:
	dix/dispatch.c
	dix/property.c
	hw/xfree86/common/xf86VidMode.c
	include/xkbsrv.h
	render/glyph.c
	xkb/xkbActions.c 
							
						 
						
							2007-11-05 19:08:36 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								493b83bd09 
								
							 
						 
						
							
							
								
								XFree86: Remove ridiculous SIGIO debugging  
							
							... 
							
							
							
							YOU PRESSED A KEY
AND AGAIN
YOU RELEASED A KEY
AND AGAIN
YOU PRESSED A KEY
AND AGAIN
... not so much. 
							
						 
						
							2007-10-28 15:50:18 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b633d54b94 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							... 
							
							
							
							Conflicts:
	GL/glx/glxscreens.c
	hw/xnest/Screen.c
	render/glyph.c
	render/glyphstr.h
	render/render.c 
							
						 
						
							2007-10-25 12:19:30 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3f7b86255 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							... 
							
							
							
							Conflicts:
	os/access.c 
							
						 
						
							2007-10-17 15:00:54 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3d4eb17b38 
								
							 
						 
						
							
							
								
								mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI  
							
							
							
						 
						
							2007-10-14 18:07:03 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								62a9fb4cda 
								
							 
						 
						
							
							
								
								Fix PCI rework build on Solaris (copy what BSD does)  
							
							
							
						 
						
							2007-09-27 16:47:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1d938a80fd 
								
							 
						 
						
							
							
								
								Remove unused pciAddrHostToBus functions from ix86Pci.c  
							
							... 
							
							
							
							Matches linuxPci.c changes made in 8279444a54 
							
						 
						
							2007-09-26 19:42:46 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								97c150b61b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into XACE-SELINUX  
							
							... 
							
							
							
							Conflicts:
	afb/afbpntwin.c
	afb/afbscrinit.c
	afb/afbwindow.c
	cfb/cfb.h
	cfb/cfballpriv.c
	cfb/cfbscrinit.c
	cfb/cfbwindow.c
	configure.ac
	fb/wfbrename.h
	hw/xfree86/xf4bpp/ppcIO.c
	hw/xfree86/xf4bpp/ppcPntWin.c
	hw/xfree86/xf4bpp/ppcWindow.c
	hw/xfree86/xf8_32bpp/cfbscrinit.c
	mfb/mfb.h
	mfb/mfbpntwin.c
	mfb/mfbscrinit.c
	mfb/mfbwindow.c
	mi/miexpose.c
Note: conflicts caused by devPrivates rework vs. paintwindow changes. 
							
						 
						
							2007-09-19 07:25:55 -04: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								adf46b57ce 
								
							 
						 
						
							
							
								
								Replace BSD custom PCI code with a stub implementation thanks to pciaccess.  
							
							... 
							
							
							
							Note that pciaccess doesn't yet have Net/OpenBSD support, but the relevant
code should go there instead of disconnected code in the X Server.
While here, remove the now-disabled INCLUDE_XF86_NO_DOMAIN from the headers,
and un-disable xf8StdAccResFromOS for those OSes without domain support which
will need it. 
							
						 
						
							2007-08-28 10:13:27 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4017d31902 
								
							 
						 
						
							
							
								
								devPrivates rework: since API is already broken, switch everything  
							
							... 
							
							
							
							over to new system.
Need to update documentation and address some remaining vestiges of
old system such as CursorRec structure, fb "offman" structure, and
FontRec privates. 
							
						 
						
							2007-08-28 09:28:25 -04: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								65a49f0ca1 
								
							 
						 
						
							
							
								
								Autoconfiguration of wsmouse for NetBSD.  
							
							
							
						 
						
							2007-08-19 20:29:22 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be536b79f2 
								
							 
						 
						
							
							
								
								Update for support on NetBSD and DragonFly. From  
							
							... 
							
							
							
							Joerg Sonnenberger and pkgsrc. 
							
						 
						
							2007-08-16 11:23:28 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1d4bea6106 
								
							 
						 
						
							
							
								
								Add some more support for DragonFly. From Joerg Sonnenberger  
							
							... 
							
							
							
							and pkgsrc. 
							
						 
						
							2007-08-16 11:20:12 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								03f9da6724 
								
							 
						 
						
							
							
								
								xfree86: Improve default mouse handling on the Hurd  
							
							... 
							
							
							
							Make /dev/mouse the default device.  This makes Xorg works with empty
or missing InputDevice sections. 
							
						 
						
							2007-08-12 03:08:49 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e717eb82dc 
								
							 
						 
						
							
							
								
								xserver: stop bcopy from going really slow  
							
							... 
							
							
							
							The outport is most likely unnecessary on any currently used hardware,
the byte copy is necessary from what I know on IA64 and friends so leave it.
Add a new API entry point which lets a driver select the old behaviour if
such a needs is ever found.
This gives me ~20% speed up on startup on 945 hardware. 
							
						 
						
							2007-08-05 09:51:36 +10: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9fcb30ebf7 
								
							 
						 
						
							
							
								
								Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10  
							
							
							
						 
						
							2007-07-12 13:00:32 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								16e429bcbf 
								
							 
						 
						
							
							
								
								Bug 5000: Fix domain support for SGI Altix  
							
							
							
						 
						
							2007-07-04 20:08:49 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4d76075dbb 
								
							 
						 
						
							
							
								
								Death to RCS tags.  
							
							
							
						 
						
							2007-06-29 14:06:52 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f7f3fe7fe7 
								
							 
						 
						
							
							
								
								Remove the remnants of OS/2 support.  
							
							... 
							
							
							
							This has never worked in any modular server release, and as far as I know
was never tested in 6.7 through 6.9. 
							
						 
						
							2007-06-28 18:59:05 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8a06ff9ffa 
								
							 
						 
						
							
							
								
								Fix another usage of MAX_PCI_DEVICES.  
							
							... 
							
							
							
							Fixes cases where the VGA device is above the 128th device on the system. 
							
						 
						
							2007-06-28 16:41:28 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								99eae8bea6 
								
							 
						 
						
							
							
								
								I/O enable/disable update for the Hurd  
							
							
							
						 
						
							2007-05-29 22:04:36 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								60de6c7ef9 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserver  
							
							
							
						 
						
							2007-05-29 12:14:49 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3a6549a163 
								
							 
						 
						
							
							
								
								Make this build on OpenBSD  
							
							
							
						 
						
							2007-05-29 12:14:23 -06:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2267bf48b3 
								
							 
						 
						
							
							
								
								Fixes for s390  
							
							
							
						 
						
							2007-05-28 21:55:05 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6bf8d50193 
								
							 
						 
						
							
							
								
								Read ROM in chunks  
							
							... 
							
							
							
							This patch speeds up reads of the ROM by reading in large chunks rather
than one byte at a time. This patch was by Dann Frazier. 
							
						 
						
							2007-05-28 21:42:10 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9616a04285 
								
							 
						 
						
							
							
								
								Fix build on NetBSD/amd64.  
							
							
							
						 
						
							2007-05-24 11:20:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ebaa6c920c 
								
							 
						 
						
							
							
								
								Disable Simba PCI bridge routing code (Bug  #8020 ).  
							
							... 
							
							
							
							The code in hw/xfree86/os-support/bus/sparcPci.c:simbaCheckBus()
is trying to mimmick VGA routing by disabling I/O space responses
behind the Simba PCI-PCI controller.
Unfortunately, doing this also happens to disable access to the
IDE controller I/O space registers, thus crashing the system.  The
granularity of the I/O disabling in the Simba controller is not
fine enough to disable VGA without also disabling the IDE controller
registers. 
							
						 
						
							2007-05-10 15:25:31 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d322608dc9 
								
							 
						 
						
							
							
								
								Fix a buffer overrun on machines with excessively large PCI busses.  
							
							... 
							
							
							
							Formerly we sized an array with a compile time constant, then initialized
its size to the same constant, but the Linux PCI init code would increase
that "constant".  So if you happened to have more than 128 PCI devices,
you'd happily scribble into whatever variables happened to be in .bss
after that array.
Only really fixed for Linux atm.  Other OSes will simply (still) fail to
work on video devices above the 128th PCI device. 
							
						 
						
							2007-04-25 16:29:48 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4aae2de74b 
								
							 
						 
						
							
							
								
								Add a real xf86EnableIO/xf86DisableIO for NetBSD/PPC.  
							
							
							
						 
						
							2007-04-10 12:57:15 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								67e1c98895 
								
							 
						 
						
							
							
								
								Look for the PCI ROM file elsewhere in sysfs.  
							
							... 
							
							
							
							/sys/devices reflects the bus topology, and we don't care that much.
Easier (and more reliable) to just look in /sys/bus/pci/devices, which
is a flat view. 
							
						 
						
							2007-04-09 19:08:52 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2c6d471088 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/Makefile.am
	hw/xfree86/dri/dri.c 
							
						 
						
							2007-03-28 08:08:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								62224e3972 
								
							 
						 
						
							
							
								
								Static cleanup for xf86 ddx.  
							
							
							
						 
						
							2007-03-25 17:55:15 -04:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								90ca76ba28 
								
							 
						 
						
							
							
								
								Add sun_apm.c for Suspend-and-Resume support on Solaris  
							
							... 
							
							
							
							<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6205248 > 
							
						 
						
							2007-02-28 17:40:58 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5680efc0d2 
								
							 
						 
						
							
							
								
								Sun bug 6529003: Xorg should not be including <sys/immu.h> on Solaris  
							
							... 
							
							
							
							<sys/immu.h> was removed from the latest Solaris Nevada build, but it's
been useless to Xorg for a long time (it only declared a couple of kernel
variables)
<http://bugs.opensolaris.org/view_bug.do?bug_id=6529003 > 
							
						 
						
							2007-02-27 09:56:40 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a16360733e 
								
							 
						 
						
							
							
								
								Fix root bus/domain selection on alpha  
							
							
							
						 
						
							2007-02-25 21:00:25 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c4fe1bcce1 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							
							
						 
						
							2007-02-14 15:39:52 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e540d572c5 
								
							 
						 
						
							
							
								
								Merge fix missed on previous commit.  
							
							
							
						 
						
							2007-02-14 15:38:10 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a23b0b069c 
								
							 
						 
						
							
							
								
								Typo fix.  
							
							
							
						 
						
							2007-02-12 17:50:00 -05:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3814862a86 
								
							 
						 
						
							
							
								
								Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/os-support/bus/linuxPci.c 
							
						 
						
							2007-01-29 15:14:31 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1627af5449 
								
							 
						 
						
							
							
								
								Call linuxPciOpenFile() for r/w access if applicable.  
							
							... 
							
							
							
							Currently, the call to linuxPciOpenFile() is always made for read
only access which causes the subsequent mmap call to fail when the
memory is mapped read/write.
Xorg #9692  
							
						 
						
							2007-01-26 13:00:45 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								24506ea65b 
								
							 
						 
						
							
							
								
								Move xf86ReadLegacyBIOS to the one place that uses it.  
							
							... 
							
							
							
							xf86ReadLegacyBIOS is only used by one function in int10/generic.c.
Move a generic implementation of that function there, rename it to
read_legcay_BIOS, and delete all remnants of it from all other places. 
							
						 
						
							2007-01-24 15:33:49 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								637b19b3ee 
								
							 
						 
						
							
							
								
								Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.  
							
							
							
						 
						
							2007-01-22 09:58:33 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a232e4ae93 
								
							 
						 
						
							
							
								
								Convert xf86GetPciHostConfigFromTag to get_parent_bridge.  
							
							... 
							
							
							
							Convert xf86GetPciHostConfigFromTag to a new function called
get_parent_bridge.  This name better represents what
xf86GetPciHostConfigFromTag is used for:  walking up the lists of PCI
bridges from a device. 
							
						 
						
							2007-01-22 09:16:45 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								844560a02f 
								
							 
						 
						
							
							
								
								Elminiate ARCH_PCI_OS_INIT.  
							
							... 
							
							
							
							Never, ever use the ix86Pci stuff on Linux.  This renders the whole
ARCH_PCI_OS_INIT mechanism useless.  Remove it. 
							
						 
						
							2007-01-22 09:13:59 -08: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								780b55ec6f 
								
							 
						 
						
							
							
								
								Fix accidental commit (bug) in linuxOpenLegacy.  
							
							
							
						 
						
							2007-01-15 15:30:16 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								31bd8d1507 
								
							 
						 
						
							
							
								
								Fix domain insanity.  
							
							... 
							
							
							
							Eliminate xf86GetPciDomain.  The domain from libpciaccess is the
domain.  Period.  This means that 0 is a valid domain.  Make sure that
INCLUDE_XF86_NO_DOMAIN is *not* set.  Always run in "domain mode,"
even if the only domain possible is 0. 
							
						 
						
							2007-01-15 15:19:30 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1c326bf75f 
								
							 
						 
						
							
							
								
								Eliminate unused INCLUDE_XF86_MAP_PCI_MEM define.  
							
							
							
						 
						
							2007-01-12 12:07:19 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1a493509e3 
								
							 
						 
						
							
							
								
								Fix typos in conditionally compiled code.  
							
							
							
						 
						
							2007-01-12 10:58:59 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8279444a54 
								
							 
						 
						
							
							
								
								Eliminate unused pciAddrHostToBus infrastructure.  
							
							
							
						 
						
							2007-01-12 10:41:03 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e32fa10a04 
								
							 
						 
						
							
							
								
								Remove prototype for pciGetBaseSize.  
							
							
							
						 
						
							2007-01-12 10:33:17 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7411f5c389 
								
							 
						 
						
							
							
								
								Eliminate pciHostAddrToBusAddr from interface.  
							
							... 
							
							
							
							pciHostAddrToBusAddr is no longer used anywhere in the tree.  Remove
it with extreme prejudice. 
							
						 
						
							2007-01-12 10:32:04 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c3016a2996 
								
							 
						 
						
							
							
								
								Missed file from previous commit.  
							
							... 
							
							
							
							Convert xf86ReadLegacyVideoBIOS to take a 'struct pci_device *'
parameter instead of a PCITAG. 
							
						 
						
							2007-01-12 09:56:00 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ca9c41e09d 
								
							 
						 
						
							
							
								
								Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.  
							
							... 
							
							
							
							Convert all uses of PCITAG in int10 and vgaHW to 'struct pci_device'.
This allows the conversion of xf86ReadLegacyVideoBIOS and
xf86MapDomainMemory to 'struct pci_device' from PCITAG. 
							
						 
						
							2007-01-11 21:09:20 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								82912ad770 
								
							 
						 
						
							
							
								
								Make solaris version of xf86OSRingBell return void like other OS'es  
							
							
							
						 
						
							2006-11-30 20:13:52 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ae3c9ad4ab 
								
							 
						 
						
							
							
								
								Bug 9041: Check the return code in xf86MapDomainMemory().  
							
							
							
						 
						
							2006-11-16 17:29:06 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6ff7f2ad6a 
								
							 
						 
						
							
							
								
								Fix build on FreeBSD after input-hotplug.  
							
							... 
							
							
							
							(cherry picked from commit 4e6e4baead 
							
						 
						
							2006-11-15 15:35:22 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5bfe7f4dfc 
								
							 
						 
						
							
							
								
								DRI: call drmSetServerInfo() before drmOpen().  
							
							... 
							
							
							
							Also, remove some libdrm remnants. 
							
						 
						
							2006-11-13 01:54:32 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								28337cc106 
								
							 
						 
						
							
							
								
								Fix typo before the last commit.  
							
							
							
						 
						
							2006-11-09 19:51:17 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e1720b1089 
								
							 
						 
						
							
							
								
								Bug  #8868 : Remove drm from SUBDIRS now that the directory is gone.  
							
							
							
						 
						
							2006-11-09 18:53:37 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								fd91630b73 
								
							 
						 
						
							
							
								
								make X server use system libdrm - this requires libdrm >= 2.3.0  
							
							... 
							
							
							
							This patch blacklists the load "drm" line, moves some functions in dri module
links dri module against libdrm, and removes the X copy of libdrm 
							
						 
						
							2006-11-09 09:30:33 +11: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								61b570d0c1 
								
							 
						 
						
							
							
								
								xfree86/os-support: update prototype for OSRingBell  
							
							
							
						 
						
							2006-11-08 15:29:15 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4e6e4baead 
								
							 
						 
						
							
							
								
								Fix build on FreeBSD after input-hotplug.  
							
							
							
						 
						
							2006-11-07 13:36:54 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								20e9144c07 
								
							 
						 
						
							
							
								
								Add $(DIX_CFLAGS) to remaining Makefile.am files  
							
							
							
						 
						
							2006-11-07 12:49:28 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								028bbdc041 
								
							 
						 
						
							
							
								
								Merge master back to randr-1.2  
							
							
							
						 
						
							2006-11-04 17:46:26 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b87ce1974 
								
							 
						 
						
							
							
								
								Allow X server to build against libdrm 2.1  
							
							
							
						 
						
							2006-11-04 17:41:25 -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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f72927d26c 
								
							 
						 
						
							
							
								
								xfree86/hurd: remove OsMouseProc (bug  #5613 )  
							
							... 
							
							
							
							Remove OsMouseProc, let the mouse driver deal with it. 
							
						 
						
							2006-11-04 19:08:27 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0273610578 
								
							 
						 
						
							
							
								
								xfree86/hurd: add bell support, remove SERVER/LOADER defines (bug  #5613 )  
							
							... 
							
							
							
							Add no-op bell ringing support, and remove obsolete @SERVER_DEFINES@ and
@LOADER_DEFINES@ from CFLAGS. 
							
						 
						
							2006-11-04 19:08:25 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								bd0c829654 
								
							 
						 
						
							
							
								
								Do not map full 0-1MB legacy range  
							
							... 
							
							
							
							If we're mapping something in the "legacy range" (0-1Mb), we shouldn't
expand the requested range to the entire 0-1Mb range.  Typically this
is for mapping the VGA frame buffer, and some platforms support mmap of
the frame buffer but not the entire 0-1Mb range.
For example, HP sx1000 and sx2000 ia64 platforms can have memory from
0-0x9ffff, VGA frame buffer from 0xa0000-0xbffff, and memory from
0xc0000-0xfffff.  On these platforms, we can't map the entire 0-1Mb
range with the same attribute because the memory only supports WB,
while the frame buffer supports only UC.  But an mmap of just the
frame buffer should work fine. 
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								c1828a8ff5 
								
							 
						 
						
							
							
								
								Fixing mach64 driver bailing out on ia64  
							
							... 
							
							
							
							Mach64 driver bails out on ia64 because it cannot map device
memory. It turns out that some bogus and unneeded code attempts
to find the root bridge of the device and fails to do so proberly
as there this host-to-pci bridge is not existant. This code has
been around for years although it completely unclear what it had
been intended for. Fixing this by eliminating the bogus code. 
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d50fc413b3 
								
							 
						 
						
							
							
								
								Fix device path in altixPCI.c to be domain aware.  
							
							
							
						 
						
							2006-11-03 18:59:52 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1d731fc54a 
								
							 
						 
						
							
							
								
								Add domain support to linuxPciOpenFile().  
							
							... 
							
							
							
							Loosely based on patch from David S. Miller <davem@davemloft.net>
See also bug #2368 . 
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								caaa113acf 
								
							 
						 
						
							
							
								
								Fixing domain support for ia64  
							
							... 
							
							
							
							ia64 specific functions + defines.
Still uses /proc interface for some scaning code.
Based on code from Egbert Eich <eich@freedesktop.org>. 
							
						 
						
							2006-11-03 18:59:51 +01: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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f4dd2665b0 
								
							 
						 
						
							
							
								
								Added missing domain stripping in already domain aware code.  
							
							
							
						 
						
							2006-11-03 18:59:51 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								543b397277 
								
							 
						 
						
							
							
								
								Merge branch 'origin' into randr-1.2  
							
							
							
						 
						
							2006-11-02 19:00:35 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7dc54a40e9 
								
							 
						 
						
							
							
								
								Remove references to xf86Info.kbd* from solaris code  
							
							
							
						 
						
							2006-11-02 16:38:47 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e46f7f78b3 
								
							 
						 
						
							
							
								
								sun_bell.c needs to #include "xf86_OSlib.h"  
							
							
							
						 
						
							2006-11-02 16:38:12 -08:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								01afa533aa 
								
							 
						 
						
							
							
								
								xfree86/os-support: axe more unused files  
							
							
							
						 
						
							2006-11-02 04:32:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								57c1409151 
								
							 
						 
						
							
							
								
								xfree86/os-support: remove unused file from dist  
							
							
							
						 
						
							2006-11-02 04:21:06 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								18c246a13b 
								
							 
						 
						
							
							
								
								Merge branch 'input-hotplug'  
							
							
							
						 
						
							2006-11-02 03:21:37 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								be291a6d97 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-11-02 03:15:25 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								06b6b971d0 
								
							 
						 
						
							
							
								
								Make sure we have 64-bit file-offsets in libdrm.  
							
							
							
						 
						
							2006-10-29 15:22:37 +01:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								92d04e746b 
								
							 
						 
						
							
							
								
								Import libdrm functions for the drm memory manager.  
							
							
							
						 
						
							2006-10-27 18:26:30 +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 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								59511974db 
								
							 
						 
						
							
							
								
								Merge branch 'master' into randr-1.2  
							
							
							
						 
						
							2006-10-24 17:26:20 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								27d682fa03 
								
							 
						 
						
							
							
								
								Fix from HEAD accidentally reverted during merge.  
							
							
							
						 
						
							2006-10-24 09:04:14 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								8b90913566 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into pci-rework  
							
							... 
							
							
							
							Conflicts:
	hw/xfree86/Makefile.am
	hw/xfree86/common/xf86.h
	hw/xfree86/common/xf86DoScanPci.c
	hw/xfree86/os-support/bus/linuxPci.c
	hw/xfree86/scanpci/extrapci.ids
	hw/xfree86/scanpci/pci.ids
	hw/xfree86/scanpci/pciid2c.pl
	hw/xfree86/scanpci/xf86PciStdIds.h 
							
						 
						
							2006-10-24 08:57:59 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								335b503c5e 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-10-13 18:10:45 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1b94c117e0 
								
							 
						 
						
							
							
								
								Fixing probably long-standing bug in domain support.  
							
							
							
						 
						
							2006-10-10 19:37:22 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b4659faf9b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into randr-1.2  
							
							
							
						 
						
							2006-10-04 14:46:04 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								518db35ca3 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-29 00:35:21 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								54d371e7a4 
								
							 
						 
						
							
							
								
								Add wrapper for new ioctl to update drawable information in the DRM.  
							
							
							
						 
						
							2006-09-27 10:48:41 +02:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								ad321fad4b 
								
							 
						 
						
							
							
								
								Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug  
							
							
							
						 
						
							2006-09-24 17:56:43 +03:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d812f486a0 
								
							 
						 
						
							
							
								
								Really fix sparc on 64-bit kernel/32-bit userland.  
							
							... 
							
							
							
							Commit b3a3020fd0 
							
						 
						
							2006-09-20 15:39:39 -07:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2be1ac15ae 
								
							 
						 
						
							
							
								
								Remove smashing of CFLAGS from server build.  
							
							... 
							
							
							
							CFLAGS is a user variable, extracted from the environment at configure time
and settable by the user at build time. We must not override this variable. 
							
						 
						
							2006-09-18 12:11:18 -07:00