summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
AgeCommit message (Expand)AuthorFilesLines
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
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