cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2010-02-07 Thread Marius Strobl
marius 2010-02-08 00:14:49 UTC FreeBSD ports repository (src committer) Modified files: devel/libpciaccess Makefile devel/libpciaccess/files patch-src-freebsd_pci.c Log: Correct an inverted !__sparc64__. Approved by:rnoland Revision ChangesPath 1.9

cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2009-02-25 Thread Robert Noland
rnoland 2009-02-26 02:05:29 UTC FreeBSD ports repository Modified files: devel/libpciaccess Makefile devel/libpciaccess/files patch-src-freebsd_pci.c Log: Use the new PCIOCGETBAR if it is available, rather than frob the BARs ourself. Submitted by: Nathan

cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2009-02-08 Thread Robert Noland
rnoland 2009-02-08 23:44:20 UTC FreeBSD ports repository Modified files: devel/libpciaccess Makefile devel/libpciaccess/files patch-src-freebsd_pci.c Log: Fixup a couple of typos from the previous patch. This should fix BIOS mapping on those chips that don't have a

cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2009-02-07 Thread Robert Noland
rnoland 2009-02-08 06:04:32 UTC FreeBSD ports repository Modified files: devel/libpciaccess Makefile devel/libpciaccess/files patch-src-freebsd_pci.c Log: Locate the BIOS BAR via the pci registers if it is available. Calculate the correct BIOS size as well. Previously,

cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2009-01-29 Thread Robert Noland
rnoland 2009-01-29 18:50:48 UTC FreeBSD ports repository Modified files: devel/libpciaccess Makefile devel/libpciaccess/files patch-src-freebsd_pci.c Log: Some drivers depend on pci chip revision id to function properly. We had the info, but we weren't populating the

cvs commit: ports/devel/libpciaccess Makefile ports/devel/libpciaccess/files patch-src-freebsd_pci.c

2009-01-25 Thread Robert Noland
rnoland 2009-01-25 17:05:10 UTC FreeBSD ports repository Modified files: devel/libpciaccess Makefile Added files: devel/libpciaccess/files patch-src-freebsd_pci.c Log: We shouldn't go around frobbing pci BARs while they are enabled. Commit these fixes until I get