Go to file
Bjorn Helgaas 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
afb Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
cfb StorePixels() macro could create invalid *x++=*x... code - fixed. 2006-10-20 00:42:47 +03:00
cfb32 get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
composite Add CompositeRegisterAlternateVisuals. 2006-08-08 18:41:30 -07:00
config config/dbus: always unref the connection, not close 2006-10-20 00:43:10 +03:00
damageext get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
dbe Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
dix PostSyntheticMotion needs to be extern, not static, since it's in getevents.c 2006-11-02 14:43:02 -08:00
doc Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug 2006-10-23 02:58:30 +03:00
exa Call exaTryComponentAlphaHelper() for solid src also. 2006-08-12 20:54:33 +03:00
fb Fix several cases where optimized paths were hit when they shouldn't be. 2006-11-01 14:41:12 -08:00
GL Add missing file to list in Makefile.am 2006-10-27 13:43:43 -04:00
hw Do not map full 0-1MB legacy range 2006-11-03 18:59:52 +01:00
include Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug 2006-11-02 03:15:25 +02:00
mfb Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
mi mieqEnqueue: only compare DEVICE_BITS of deviceid 2006-10-27 01:25:21 +03:00
miext Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
os Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug 2006-11-02 03:18:13 +02:00
randr Byte swap RRSelectInput enable flags. 2006-10-24 17:23:02 -07:00
record Delete some long-unused testing code. 2006-07-21 22:37:59 -04:00
render transformIsIdentity() now doesn't accept a zero matrix as the identity. 2006-09-12 01:15:40 +02:00
Xext Merge branch 'master' into my-XACE-modular 2006-09-15 15:26:57 -04:00
xfixes get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
Xi Xi: disallow changing core keyboard and pointer 2006-10-29 03:43:34 +03:00
xkb xkb: note that we allow full xi interaction 2006-11-02 04:18:33 +02:00
XTrap Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
.gitignore gitignore: ignore vi swap files 2006-08-23 14:33:59 +03:00
acinclude.m4 Update AC_DEFINE_DIR to version compatible with CVS autoconf which requires 2006-06-05 07:15:23 +00:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
configure.ac bump to 1.2.99.0 2006-11-02 03:22:09 +02:00
COPYING Stub COPYING files 2005-12-19 16:34:07 +00:00
cpprules.in Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
Makefile.am Makefile.am: add config to DIST_SUBDIRS as well 2006-11-02 04:51:03 +02:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00