Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3ff4e178 | 2011-01-12 21:49:21 | Indicate that devices need access to legacy VGA resources. Makes sure xserver disables DRI if the VGA arbiter is in use. ok matthieu@ | ||
| f256c6ee | 2010-07-31 08:05:06 | Update to libpciaccess 0.12. We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change. | ||
| ae10e371 | 2010-07-26 18:48:48 | avoid segfault in pci_device_vgaarb_fini() when called without initializing the library first. (This happens when invalid options are passed to X for instance). ok kettenis@ | ||
| 99887c42 | 2010-07-10 18:56:27 | Update to libpciaccess 0.11, with VGA arbiter support code from kettenis@. | ||
| 76b1ece2 | 2009-04-17 09:03:14 | Use the correct size when mapping the legacy vga rom. fixes errors (and probably bugs) on intel hardware (at the least). ok matthieu@ | ||
| c1e1a926 | 2009-04-14 20:14:23 | Merge libpciaccess 0.10.5. No functionnal change on OpenBSD. | ||
| 2b54a7b7 | 2009-04-14 19:47:28 | Remove git file that should not have been imported initially. | ||
| fb905686 | 2009-02-15 19:10:52 | Make libpciaccess domain-aware. Makes X capable of discovering PCI devices in other domains (on macppc or sparc64 for example). ok matthieu@ | ||
| b8c33db2 | 2008-12-07 17:58:38 | Remove trailing white space. | ||
| 11999423 | 2008-12-07 17:42:21 | Implement pci_device_read_rom() for arbitrary PCI cards, including secondary VGA. With help from kettenis@. ok kettenis@, miod@. | ||
| 63f16983 | 2008-11-25 11:40:56 | Fix a logic error in pci_device_openbsd_write() that actually prevented it to write anything. | ||
| 4cd1a7a5 | 2008-11-03 23:22:37 | When trying to map a piece of device memory with a cacheability attribue (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@ | ||
| 065e5e70 | 2008-10-13 21:08:13 | - Add a method to read the legacy BIOS region on alpha/amd64/i386 - Restrict MTRR calls to amd64/i386. ok kettenis@ | ||
| 3f497bc0 | 2008-09-20 16:35:17 | allow 2 successives calls to pci_system_init() and fix pci_system_cleanup() to make it possible to call pci_system_init() again. ok kettenis@. | ||
| b9c810fd | 2008-05-24 14:14:00 | Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port. | ||
| 9411e2c6 | 2007-06-16 16:22:09 | merge libpciaccess 2007/06/16 | ||
| ed93913c | 2007-06-16 16:13:55 | Import libpciaccess from git as of today. Changes: solaris support added. | ||
| 050c62ce | 2007-06-06 21:02:47 | sync | ||
| 64125c3e | 2007-06-06 21:01:25 | skeleton OpenBSD port of libpciaccess | ||
| 2632487b | 2007-06-05 20:13:58 | build infrastructure | ||
| 90b58796 | 2007-06-05 20:08:56 | import libpciaccess 070327 |