CVS commit: xsrc/external/mit/libpciaccess/dist/src

2020-10-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Fri Oct 9 10:48:18 UTC 2020 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Oops, avoid shadow declaration (fixes pci_system_netbsd_count_buses) To generate a diff of this commit: cvs rdiff

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2020-10-08 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Thu Oct 8 23:04:34 UTC 2020 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Fix crash when more than 32 pci(4) devices are attached. To generate a diff of this commit: cvs rdiff -u -r1.18 -

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2018-10-26 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Fri Oct 26 11:17:33 UTC 2018 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: If O_RDWR fails, try O_RDONLY. Lets me run unprivileged X. To generate a diff of this commit: cvs rdiff -u -r1.17 -r

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2016-09-24 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Sep 24 23:14:21 UTC 2016 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: use PCI_IOC_DRVNAMEONBUS if it exists. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ xsrc/extern

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2015-07-19 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sun Jul 19 23:32:00 UTC 2015 Modified Files: xsrc/external/mit/libpciaccess/dist/src: common_interface.c netbsd_pci.c Log Message: merge libpciaccess 0.13.4. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2014-07-24 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Fri Jul 25 01:39:32 UTC 2014 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: implement the kernel_has_driver() method. this has the benefit of stopping the "vesa" driver from loading on hardware t

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2013-06-12 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Wed Jun 12 09:59:11 UTC 2013 Modified Files: xsrc/external/mit/libpciaccess/dist/src: common_interface.c Log Message: Re-add const in correct place (reduce diff to upstream). To generate a diff of this commit: cvs rdiff -u -r1.3 -

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2013-06-12 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Wed Jun 12 09:58:54 UTC 2013 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Remove trailing whitespace (reduce diff to upstream). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2013-06-03 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Jun 3 19:08:56 UTC 2013 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: support map/unmap_legacy() calls. copies the openbsd-style. this fixes xf86-video-vesa, which was using this call and

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2012-11-02 Thread Alan Barrett
Module Name:xsrc Committed By: apb Date: Fri Nov 2 07:38:38 UTC 2012 Modified Files: xsrc/external/mit/libpciaccess/dist/src: common_interface.c Log Message: Remove useless extra "const" in "const sometype const * var = value;". Foundusing clang -Wduplicate-decl-specifier

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2011-01-22 Thread Christoph Egger
Module Name:xsrc Committed By: cegger Date: Sat Jan 22 15:18:57 UTC 2011 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Implement pci_device_is_boot_vga() for NetBSD using new WSDISPLAYIO_GET_BUSID ioctl. This lets Xorg start on machine

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2011-01-12 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Wed Jan 12 19:03:51 UTC 2011 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: Fix compilation with HAVE_MTRR To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/libp

CVS commit: xsrc/external/mit/libpciaccess/dist/src

2010-11-17 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Nov 18 04:47:01 UTC 2010 Modified Files: xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c Log Message: when trying to map a ROM go through the appropriate /dev/pci* instance instead of opening /dev/mem With this Xorg s