summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
AgeCommit message (Expand)Author
2008-11-25Warning fixAdam Jackson
2008-11-24Bus: Remove ISA support.Adam Jackson
2008-10-14int10: Degrade the checksum warning to X_INFO.Adam Jackson
2008-10-07int10: Fix a nasty memory leak.Adam Jackson
2008-10-07int10: Don't warn when scanning for devices we don't have.Adam Jackson
2008-10-07int10: Remove useless check.Adam Jackson
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-08-18int10: Fix int1A for %ax == 0xB101.Adam Jackson
2008-06-24Bug #11842: Fix emulation of int1A PCI BIOS services.Adam Jackson
2008-04-04Fix PCI config space cycles from int10 emulator.Adam Jackson
2008-03-13Bug #14332: Fix PCI access cycles from x86emu.Bart Trojanowski
2008-03-01clean some "unused" warningsGeorge Sapountzis
2007-08-30Fixing a misleading comment which could suggest a GPL violation.Egbert Eich
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2007-07-27Remove all trace of Option "BiosLocation".Adam Jackson
2007-07-03Fix build when int10 doesn't use x86emu.Michel Dänzer
2007-07-02Make x86emu's I/O cycle tracing more useful.Adam Jackson
2007-01-24Move xf86ReadLegacyBIOS to the one place that uses it.Ian Romanick
2007-01-15Convert to new pci_device_cfg_write_u* interface.Ian Romanick
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick
2006-12-13Set Int10Current->Tag for the linux native int10 moduleAlan Hourihane
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick
2006-11-04Merge master back to randr-1.2Keith Packard
2006-11-03Make int10 fully domain aware.Egbert Eich
2006-11-03Build with -D_PC on ix86 only.Matthias Hopf
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard
2006-08-08Rename xf86ReadDomainMemory to xf86ReadLegacyVideoBIOS, since that'sIan Romanick
2006-08-02Move xf86FindPciDeviceVendor and xf86FindPciClass from xf86pciBus.c toIan Romanick
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-07-21Fix stupid typos.Ian Romanick
2006-07-21Make the various implementations of xf86ExtendedInitInt10 use theIan Romanick
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone
2006-07-14Add some const qualifiers to serveral function parameters.Ian Romanick
2006-07-14Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. ThisIan Romanick
2006-07-14Refactor common code from the generic.c and linux.c version ofIan Romanick
2006-07-14Refactor identical xf86InitInt10 function from generic.c and linux.cIan Romanick
2006-07-14Trivial refactor of libint10_la_SOURCES.Ian Romanick
2006-06-21Eliminate "ugly" spaces around parenthesis. Add const qualifier.Ian Romanick
2006-06-07Added a comment about some suspicious code.Ian Romanick
2006-06-07Fixed severly broken calls to pci_device_find_by_slot. I mis-read theIan Romanick
2006-06-07Added missing include of Pci.h. This caused the server to terminateIan Romanick
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson
2006-03-10Coverity #857: Fix resource leak in error path by freeing earlier.Eric Anholt
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt
2005-12-02Define XFree86Server only where it is required.Kevin E Martin
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin