summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-16vgaarb: delete stub functionsTiago Vignatti2-75/+0
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
2009-05-14Delete vga_arb_rec.Tiago Vignatti2-44/+30
2009-05-13vgaarb: a bunch of clean ups to fit in libpciaccess style.Tiago Vignatti1-77/+78
2009-05-13vgaarb: make it compile.Tiago Vignatti3-55/+92
2009-05-13Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:Tiago Vignatti1-0/+273
2009-05-01Don't try to write boot_vga since that fails with EACCESAaron Plattner1-1/+1
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie3-0/+46
2009-04-17Fix unused variable warnings in Solaris codeAlan Coopersmith1-5/+4
2009-04-17Fix $CWARNFLAGS additionAlan Coopersmith1-1/+1
2009-04-18openbsd_pci.c: use the correct size when mapping the legacy vga rom.Owain Ainsworth1-2/+2
2009-04-15Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memoryAlan Coopersmith1-5/+7
2009-04-15Fix const mismatch compiler warnings in Solaris backendAlan Coopersmith1-5/+4
2009-04-15Sun bug 6785726: libpciaccess needs to use the correct BAR index on solarisedward shu1-12/+25
2009-04-14Make libpciaccess on OpenBSD domain-aware.Mark Kettenis1-91/+123
2009-04-14Be more paranoid about reading bridge info (#20786)Darren Smith1-4/+16
2009-02-27FreeBSD: Incorporate several fixes that have accumulated.Robert Noland1-20/+163
2009-01-28Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade1-0/+1
2009-01-22Solaris: Use bus-range properties to limit busses scanned on each nodeAlan Coopersmith1-26/+90
2008-12-07Fix a logic error in pci_device_netbsd_write()Matthieu Herrb1-1/+1
2008-12-07Sync with OpenBSD code.Matthieu Herrb1-7/+85
2008-11-25Fix a logic error in pci_device_openbsd_write().Matthieu Herrb1-1/+1
2008-11-19Don't open/gzopen pci.ids if we're not going to read itAlan Coopersmith1-9/+8
2008-11-18Fill in byte swapping routines for big-endian Solaris machinesAlan Coopersmith1-4/+14
2008-10-29Fix FreeBSD systems which support pci domains.Robert Noland1-0/+1
2008-10-17Add scanpci man page from XorgAlan Coopersmith1-0/+44
2008-10-16More minor Solaris cleanupsAlan Coopersmith1-57/+43
2008-10-16Clean up formatting of solx_devfs.cAlan Coopersmith1-684/+661
2008-10-16Fix bus probing on Solaris/SPARCAlan Coopersmith1-71/+187
2008-10-16Correct Sun license noticeAlan Coopersmith2-22/+54
2008-10-15scanpci: add -v flag to enable verbose mode like old scanpciAlan Coopersmith1-1/+18
2008-10-15Correct comment about devices used on SolarisAlan Coopersmith1-1/+1
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith5-19/+19
2008-10-11Add NetBSD supportJuan RP5-1/+417
2008-10-11Add support for GNU/kFreeBSDPetr Salinger2-10/+4
2008-09-20OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb1-1/+6
2008-07-08Handle compressed pci.idsKel Modderman1-10/+29