summaryrefslogtreecommitdiff
path: root/src/solx_devfs.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-09Solaris: probe improvementHenry Zhao1-292/+128
2013-01-15Solaris: Add domain support for sparc platformHenry Zhao1-80/+29
2012-10-21libpciaccess: sparc rom read fixHenry Zhao1-63/+58
2012-10-21libpciaccess: implementation of boot_vga in SolarisHenry Zhao1-0/+19
2012-10-12libpciaccess: fix memory usage errorsMark Logan1-10/+13
2012-04-23Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplicationAlan Coopersmith1-20/+21
2012-04-23Solaris: Implement map_legacy & legacy_io functionsAlan Coopersmith1-2/+135
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson1-3/+3
2012-02-08solx_devfs.c: fix gcc warnings about casting away const when reading dataAlan Coopersmith1-4/+4
2012-02-08Solaris: reorder functions to remove need for lots of static prototypesAlan Coopersmith1-201/+174
2011-11-17Solaris: improve support for sparc platformHenry Zhao1-48/+217
2011-10-14Solaris: Give better error on realloc failureAlan Coopersmith1-2/+3
2011-03-30Solaris support for multiple PCI segments (domains)John Martin1-62/+88
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith1-1/+1
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-28/+1
2009-04-17Fix unused variable warnings in Solaris codeAlan Coopersmith1-5/+4
2009-04-15Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memoryAlan Coopersmith1-5/+7
2009-04-15Fix const mismatch compiler warnings in Solaris backendAlan Coopersmith1-5/+4
2009-04-15Sun bug 6785726: libpciaccess needs to use the correct BAR index on solarisedward shu1-12/+25
2009-01-22Solaris: Use bus-range properties to limit busses scanned on each nodeAlan Coopersmith1-26/+90
2008-10-16More minor Solaris cleanupsAlan Coopersmith1-57/+43
2008-10-16Clean up formatting of solx_devfs.cAlan Coopersmith1-684/+661
2008-10-16Fix bus probing on Solaris/SPARCAlan Coopersmith1-71/+187
2008-10-16Correct Sun license noticeAlan Coopersmith1-2/+29
2008-10-15Correct comment about devices used on SolarisAlan Coopersmith1-1/+1
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith1-7/+7
2008-05-09Fix lint warnings in solx_devfs.cAlan Coopersmith1-9/+3
2008-05-09Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith1-1/+1
2007-09-26Fix Solaris build: missing static prototype & typo in variable nameAlan Coopersmith1-2/+3
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick1-40/+24
2007-06-06Libpciaccess on Solaris Initial integrationedward shu1-0/+890