Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-31 | Update to libpciaccess 0.12. | Matthieu Herrb | |
We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change. | |||
2010-07-26 | avoid segfault in pci_device_vgaarb_fini() when called without | Matthieu Herrb | |
initializing the library first. (This happens when invalid options are passed to X for instance). ok kettenis@ | |||
2010-07-10 | Update to libpciaccess 0.11, with VGA arbiter support code from kettenis@. | Matthieu Herrb | |
2009-04-17 | Use the correct size when mapping the legacy vga rom. | Owain Ainsworth | |
fixes errors (and probably bugs) on intel hardware (at the least). ok matthieu@ | |||
2009-04-14 | Merge libpciaccess 0.10.5. No functionnal change on OpenBSD. | Matthieu Herrb | |
2009-04-14 | Remove git file that should not have been imported initially. | Matthieu Herrb | |
2009-02-15 | Make libpciaccess domain-aware. Makes X capable of discovering PCI devices | Mark Kettenis | |
in other domains (on macppc or sparc64 for example). ok matthieu@ | |||
2008-12-07 | Remove trailing white space. | Matthieu Herrb | |
2008-12-07 | Implement pci_device_read_rom() for arbitrary PCI cards, including | Matthieu Herrb | |
secondary VGA. With help from kettenis@. ok kettenis@, miod@. | |||
2008-11-25 | Fix a logic error in pci_device_openbsd_write() that actually | Matthieu Herrb | |
prevented it to write anything. | |||
2008-11-03 | When trying to map a piece of device memory with a cacheability attribue | Owain 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/i386 | Matthieu Herrb | |
- Restrict MTRR calls to amd64/i386. ok kettenis@ | |||
2008-10-05 | provide a pciutils style pci.ids file for libpciaccess. | Matthieu Herrb | |
ok todd@ deraadt@ | |||
2008-09-20 | allow 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-06-15 | Bump OpenBSD's libpciacces revision to be at least the version | Matthieu Herrb | |
generated by the unpatched one. (libpciaccess is not currently linked to xenocara builds) | |||
2008-06-15 | update to libpciaccess 0.10.3. | Matthieu Herrb | |
2008-05-24 | Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port. | Matthieu Herrb | |
2007-06-16 | remove unneeded files | Matthieu Herrb | |
2007-06-16 | merge libpciaccess 2007/06/16 | Matthieu Herrb | |
2007-06-16 | Import libpciaccess from git as of today. | Matthieu Herrb | |
Changes: solaris support added. | |||
2007-06-06 | sync | Matthieu Herrb | |
2007-06-06 | skeleton OpenBSD port of libpciaccess | Matthieu Herrb | |
2007-06-06 | I didn't intend to add this file. | Matthieu Herrb | |
2007-06-05 | build infrastructure | Matthieu Herrb | |
2007-06-05 | import libpciaccess 070327 | Matthieu Herrb | |