summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith2-2/+2
2010-10-03include: add a Makefile to install and distribute header fileGaetan Nadon1-5/+0
2010-10-03config: replace INCLUDES, which is deprecated, with AM_CPPFLAGSGaetan Nadon1-2/+1
2010-10-03config: provide a makefile for scanpci man pagesGaetan Nadon1-44/+0
2010-10-03config: provide a makefile for scanpci dev toolGaetan Nadon3-221/+0
2010-07-21Fix long standing MTRR bug.Thomas Hellstrom1-0/+1
2010-07-12pciaccess: fix use after free.Dave Airlie1-2/+2
2010-06-19Let libtool handle library flags for scanpci on SolarisAlan Coopersmith1-5/+1
2010-06-16vgaarb: read back vga count when setting new decodingTiago Vignatti1-0/+7
2010-06-16vgaarb: decode should send new information to the kernelTiago Vignatti1-1/+1
2010-06-04Delay allocation of agp_info so we don't leak it on prior errorsAlan Coopersmith1-6/+6
2010-02-10libpciaccess x86 backendSamuel Thibault4-0/+676
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith2-53/+20
2009-12-14Fix I/O handle array allocator to work for devices past the firstAdam Jackson1-5/+5
2009-12-14Fix pci_device_open_io() to actually return something usefulAdam Jackson1-0/+2
2009-12-09I/O port access routinesAdam Jackson5-40/+417
2009-12-02Add pci_device_get_parent_bridge()Adam Jackson1-0/+40
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-7/+1
2009-09-25shutup stupid gcc warning, strtok_r ignores the first parameterlibpciaccess-0.10.9Dave Airlie1-1/+1
2009-09-18vgaarb: fix newbie typoTiago Vignatti1-3/+0
2009-09-18vgaarb: check for fd before close itTiago Vignatti1-0/+6
2009-09-17Free return value from scandir instead of leaking it.Keith Packard1-0/+4
2009-09-02vgaarb: check pci_sys exists before initing vga arbDave Airlie1-0/+4
2009-08-31pciaccess: bump to 0.10.8libpciaccess-0.10.8Dave Airlie1-1/+1
2009-08-31pciaccess: fix vga arb stubsThomas Klausner1-1/+1
2009-08-28libpciaccess: bump to 0.10.7 for vga arb interface additionlibpciaccess-0.10.7Dave Airlie1-1/+1
2009-08-28Merge branch 'vga'Dave Airlie3-1/+82
2009-08-28vgaarb: update stub interfaceDave Airlie1-11/+17
2009-08-28Revert "vgaarb: delete stub functions"Dave Airlie2-0/+75
2009-08-26Revert "vgaarb: fix pci_device_vgaarb_get_info() return value."Tiago Vignatti1-1/+1
2009-08-21Merge remote branch 'origin/vga-arbiter'Dave Airlie5-0/+370
2009-08-16vgaarb: fix pci_device_vgaarb_get_info() return value.Tiago Vignatti1-1/+1
2009-08-16vgaarb: fix indentation and remove trailing white spacesTiago Vignatti1-48/+49
2009-08-16vgaarb: delete stub functionsTiago Vignatti2-75/+0
2009-08-09Silence compiler warning about pci_id_file_open definitionJulien Cristau1-1/+1
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie1-0/+5
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie1-0/+5
2009-08-03vgaarb: add vga count + resource accessorDave Airlie1-0/+9
2009-08-03vgaarb: more api changes + cleanupDave Airlie1-14/+24
2009-07-31vgaarb: change API to target taking a device + lock/unlock not taking oneDave Airlie2-59/+114
2009-07-31vgaarb: add support for targetting default deviceDave Airlie1-3/+9
2009-07-31vgaarb: clean up debug outputDave Airlie1-3/+5
2009-07-31Merge remote branch 'main/master' into vga-arbiterDave Airlie1-0/+4
2009-07-20vgaarb: fixup api for new count reporting + decodes interface was wrong.Dave Airlie2-6/+43
2009-07-16add support for finding if something has a kernel driverDave Airlie3-0/+37
2009-06-30Don't try to use bogus bridge dataJesse Barnes1-0/+4
2009-06-05vgaarb: fixup api and decode rsrc.Dave Airlie2-11/+51
2009-05-14Comment typo.Tiago Vignatti1-1/+1
2009-05-14Reorganize the code.Tiago Vignatti2-95/+46
2009-05-14Fix typo in vgaarb stubs.Tiago Vignatti1-7/+7