summaryrefslogtreecommitdiff
path: root/lib/libpciaccess/src
AgeCommit message (Collapse)Author
2008-12-07Remove trailing white space.Matthieu Herrb
2008-12-07Implement pci_device_read_rom() for arbitrary PCI cards, includingMatthieu Herrb
secondary VGA. With help from kettenis@. ok kettenis@, miod@.
2008-11-25Fix a logic error in pci_device_openbsd_write() that actuallyMatthieu Herrb
prevented it to write anything.
2008-11-03When trying to map a piece of device memory with a cacheability attribueOwain Ainsworth
(e.g. the graphics aperture on most video cards), don't error if we failed to set the mtrr but the map succeeded. Instead print a warning (other osen handle this case similarly). Libraries shouldn't use fprintf(stderr, ...); but libpciaccess is really quite poorly designed. This diff means that mine and drahn's laptops work with xserver 1.5. ok kettenis@
2008-10-13- Add a method to read the legacy BIOS region on alpha/amd64/i386Matthieu Herrb
- Restrict MTRR calls to amd64/i386. ok kettenis@
2008-09-20allow 2 successives calls to pci_system_init() and fix pci_system_cleanup()Matthieu Herrb
to make it possible to call pci_system_init() again. ok kettenis@.
2008-05-24Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port.Matthieu Herrb
2007-06-16merge libpciaccess 2007/06/16Matthieu Herrb
2007-06-16Import libpciaccess from git as of today. Matthieu Herrb
Changes: solaris support added.
2007-06-06syncMatthieu Herrb
2007-06-06skeleton OpenBSD port of libpciaccessMatthieu Herrb
2007-06-05build infrastructureMatthieu Herrb
2007-06-05import libpciaccess 070327Matthieu Herrb