summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Fixing a misleading comment which could suggest a GPL violation.Egbert Eich1-2/+2
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick4-234/+91
2007-07-27Remove all trace of Option "BiosLocation".Adam Jackson3-182/+27
2007-07-03Fix build when int10 doesn't use x86emu.Michel Dänzer1-0/+2
2007-07-02Make x86emu's I/O cycle tracing more useful.Adam Jackson1-58/+59
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick1-1/+55
2007-01-15Convert to new pci_device_cfg_write_u* interface.Ian Romanick2-6/+6
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick4-32/+12
2006-12-13Set Int10Current->Tag for the linux native int10 moduleAlan Hourihane1-1/+1
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick2-15/+20
2006-11-04Merge master back to randr-1.2Keith Packard2-10/+14
2006-11-03Make int10 fully domain aware.Egbert Eich1-7/+6
2006-11-03Build with -D_PC on ix86 only.Matthias Hopf1-3/+8
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-3/+3
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick1-14/+3
2006-08-02Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c toIan Romanick1-9/+65
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick8-8/+0
2006-07-21Fix stupid typos.Ian Romanick1-2/+2
2006-07-21Make the various implementations of xf86ExtendedInitInt10 use theIan Romanick4-75/+27
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick5-132/+168
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson9-9/+0
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-07-14Add some const qualifiers to serveral function parameters.Ian Romanick3-10/+11
2006-07-14Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. ThisIan Romanick1-23/+16
2006-07-14Refactor common code from the generic.c and linux.c version ofIan Romanick3-85/+121
2006-07-14Refactor identical xf86InitInt10 function from generic.c and linux.cIan Romanick2-6/+6
2006-07-14Trivial refactor of libint10_la_SOURCES.Ian Romanick1-7/+13
2006-06-21Eliminate "ugly" spaces around parenthesis. Add const qualifier.Ian Romanick1-14/+19
2006-06-07Added a comment about some suspicious code.Ian Romanick1-0/+3
2006-06-07Fixed severly broken calls to pci_device_find_by_slot. I mis-read theIan Romanick1-26/+12
2006-06-07Added missing include of Pci.h. This caused the server to terminateIan Romanick1-3/+3
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick4-69/+98
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-8/+5
2006-03-10Coverity #857: Fix resource leak in error path by freeing earlier.Eric Anholt1-1/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt7-17/+18
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-3/+5
2005-10-01Adding more doc files & fbdevhw man pageAlan Coopersmith1-1/+1
2005-09-13Don't define POSIX_SOURCE on any BSDs, since it breaks things.Eric Anholt1-1/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-08-22bugzilla #2880 (https://bugs.freedesktop.org/show_bug.cgi?id=2880)Kevin E Martin1-5/+87
2005-08-13Don't link in libx86emu.a as this a) fails badly on non-x86 systems, and b)Daniel Stone1-1/+0
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+2
2005-07-12Use builddir, not srcdir, for built files.Daniel Stone1-1/+1
2005-07-12add x86emu.Lars Knoll1-1/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone11-0/+44
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+30
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2