aboutsummaryrefslogtreecommitdiff
path: root/devel/libpciaccess/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.13.2Niclas Zeising2013-08-141-96/+154
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=324712
* Give this a chance to work on sparc as well.Niclas Zeising2013-07-033-10/+139
| | | | | | | | Submitted by: Marius Strobl Obtained from: xorg development repo Notes: svn path=/head/; revision=322221
* Update the legacy I/O patch to support ia64.Jung-uk Kim2013-06-181-81/+105
| | | | Notes: svn path=/head/; revision=321224
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-253-121/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Correct an inverted !__sparc64__.Marius Strobl2010-02-081-1/+1
| | | | | | | Approved by: rnoland Notes: svn path=/head/; revision=249404
* Update to 0.10.6Robert Noland2009-05-071-296/+20
| | | | Notes: svn path=/head/; revision=233380
* Given that the x86-centric approach of mmap(2)'ing PCI memory viaMarius Strobl2009-03-313-19/+115
| | | | | | | | | | | mem(4) doesn't work on sparc64, revert to the pre-libpciaccess approach of using the tty(4) device opened by the X server there. Hopefully we have proper MI means of doing so one day. Approved by: flz Notes: svn path=/head/; revision=231409
* Use the new PCIOCGETBAR if it is available, rather than frob theRobert Noland2009-02-261-14/+114
| | | | | | | | | BARs ourself. Submitted by: Nathan Whitehorn <nwhitehorn@freebsd.org> Notes: svn path=/head/; revision=229064
* Fixup a couple of typos from the previous patch.Robert Noland2009-02-081-12/+22
| | | | | | | | | | This should fix BIOS mapping on those chips that don't have a specific pci rom. Reported by: Michael Butler <imb@protected-networks.net> Notes: svn path=/head/; revision=227849
* Locate the BIOS BAR via the pci registers if it is available.Robert Noland2009-02-081-8/+108
| | | | | | | | | Calculate the correct BIOS size as well. Previously, we just always used the standard 64k VGA bios entry at 0xc0000. We still do that if we don't find a BIOS BAR. Notes: svn path=/head/; revision=227793
* Some drivers depend on pci chip revision id to function properly. WeRobert Noland2009-01-291-2/+10
| | | | | | | | | | | | | had the info, but we weren't populating the field. Do that now. This fixes at least mga, possibly other drivers. Reported by: Mark Knight <markk@knigma.org> Tested by: Mark Knight <markk@knigma.org>, Warren Block <wblock@wonkity.com> Notes: svn path=/head/; revision=227100
* We shouldn't go around frobbing pci BARs while they are enabled.Robert Noland2009-01-251-0/+98
Commit these fixes until I get them committed upstream and a release cut. Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226848