aboutsummaryrefslogtreecommitdiff
path: root/devel/libpciaccess
Commit message (Collapse)AuthorAgeFilesLines
* - Update to Xorg 7.5Martin Wilke2010-05-012-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs Notes: svn path=/head/; revision=253503
* Correct an inverted !__sparc64__.Marius Strobl2010-02-082-1/+2
| | | | | | | Approved by: rnoland Notes: svn path=/head/; revision=249404
* Update to 0.10.6Robert Noland2009-05-073-301/+24
| | | | Notes: svn path=/head/; revision=233380
* Given that the x86-centric approach of mmap(2)'ing PCI memory viaMarius Strobl2009-03-314-20/+116
| | | | | | | | | | | 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-262-15/+115
| | | | | | | | | 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-082-13/+23
| | | | | | | | | | 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-082-9/+109
| | | | | | | | | 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-292-3/+11
| | | | | | | | | | | | | 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-252-0/+99
| | | | | | | | | | Commit these fixes until I get them committed upstream and a release cut. Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226848
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-234-0/+38
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727