diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-02 20:34:38 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-02-02 20:34:38 -0800 |
commit | 5855cf5a2cc7ee920b42052372ab734003799d00 (patch) | |
tree | b5389b8ea7da377d063bb3465e2db4a49b832549 /README | |
parent | 42b493490e90e1c5461d36beb3f2dc2580c7d25e (diff) | |
download | libpciaccess-5855cf5a2cc7ee920b42052372ab734003799d00.tar.gz libpciaccess-5855cf5a2cc7ee920b42052372ab734003799d00.tar.bz2 libpciaccess-5855cf5a2cc7ee920b42052372ab734003799d00.zip |
Add README with pointers to mailing list, bugzilla & git repos
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ +xorg/lib/libpciaccess - Generic PCI access library + +Documentation of the libpciaccess API's can be generated from the +sources via the doxygen command. Information about porting Xorg +drivers to libpciaccess is located at: + + http://www.x.org/wiki/PciReworkHowto + +For historical reference, the original proposal for this work is at: + + http://www.x.org/wiki/PciReworkProposal + +All questions regarding this software should be directed at the +Xorg mailing list: + + http://lists.freedesktop.org/mailman/listinfo/xorg + +Please submit bug reports to the Xorg bugzilla: + + https://bugs.freedesktop.org/enter_bug.cgi?product=xorg + +The master development code repository can be found at: + + git://anongit.freedesktop.org/git/xorg/lib/libpciaccess + + http://cgit.freedesktop.org/xorg/lib/libpciaccess + +For patch submission instructions, see: + + http://www.x.org/wiki/Development/Documentation/SubmittingPatches + +For more information on the git code manager, see: + + http://wiki.x.org/wiki/GitPage + |