summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
AgeCommit message (Expand)AuthorFilesLines
2012-10-04int10: fix pci_device_read_rom usageStephan Schreiber1-1/+2
2012-06-14xserver: fix build on arm tinderboxDave Airlie1-4/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie5-43/+42
2012-03-21Introduce a consistent coding styleKeith Packard8-1160/+1202
2012-01-25int10: Fix unmapping of the BIOS scratch areaAdam Jackson1-1/+1
2011-10-15int10: Port internal users off xf86MapVidMemAdam Jackson2-7/+11
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson1-5/+2
2011-10-15int10: Use pciaccess rom fetch for !PC machinesAdam Jackson1-57/+1
2011-10-15pci: Deprecate the PCITAG typeAdam Jackson1-1/+1
2011-10-15int10: Port to pciaccess' legacy IO APIAdam Jackson4-52/+52
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-16/+16
2011-09-21Silence printf format warnings in helper_exec.cMatt Turner1-16/+16
2011-09-15int10: Delete #if 0'd implementation that's older than our git history.Jamey Sharp1-13/+1
2011-09-15Remove PC98 support.Jamey Sharp2-4/+1
2011-02-08int10: warning fixAdam Jackson1-1/+1
2010-12-20xfree86: Convert some xf86BlockSIGIO to OsBlockSignalsAdam Jackson1-2/+3
2010-09-28Merge remote branch 'ajax/less-loader'Keith Packard1-22/+1
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson1-22/+1
2010-09-14xfree86: bus: move macros from common PCI header to private fileTiago Vignatti1-0/+5
2010-06-10Record some additional library dependencies in xf86 modulesAlan Coopersmith1-0/+1
2010-05-26xfree86/int10/helper_mem: Fix log message.Jamey Sharp1-4/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-15/+15
2009-12-15Fix builds with --with-int10=stubAlan Coopersmith1-0/+1
2009-08-31xfree86: removal of some dead code due VGA arbiter's inclusionTiago Vignatti1-4/+0
2009-06-17xfree86: silence a few int10 compiler warnings.Peter Hutterer1-14/+14
2009-02-04Fix "warning: XXX defined but not used"Tomas Carnecky1-0/+2
2009-02-04Fix "warning: unused variable XXX"Tomas Carnecky1-2/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade7-75/+78
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-1/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade6-47/+47
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-2/+2
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade3-12/+12
2008-11-25Warning fixAdam Jackson1-0/+2
2008-11-24Bus: Remove ISA support.Adam Jackson1-13/+0
2008-10-14int10: Degrade the checksum warning to X_INFO.Adam Jackson1-1/+1
2008-10-07int10: Fix a nasty memory leak.Adam Jackson1-0/+2
2008-10-07int10: Don't warn when scanning for devices we don't have.Adam Jackson1-7/+1
2008-10-07int10: Remove useless check.Adam Jackson1-7/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-3/+3
2008-08-18int10: Fix int1A for %ax == 0xB101.Adam Jackson1-1/+27
2008-06-24Bug #11842: Fix emulation of int1A PCI BIOS services.Adam Jackson1-6/+6
2008-04-04Fix PCI config space cycles from int10 emulator.Adam Jackson1-1/+1
2008-03-13Bug #14332: Fix PCI access cycles from x86emu.Bart Trojanowski1-7/+50
2008-03-01clean some "unused" warningsGeorge Sapountzis1-2/+0
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