summaryrefslogtreecommitdiff
path: root/src/solx_devfs.c
Commit message (Expand)AuthorAgeFilesLines
* linux: support 32 bit PCI domains (v3)Stephen Hemminger2017-09-201-0/+5
* use cached devinfo snapshots, remove unnecessary di_init()Henry Zhao2017-04-041-20/+5
* probe should not hold pci nexus drivers openHenry Zhao2017-04-041-9/+20
* Include config.h before anything else in *.cJulien Cristau2015-05-011-0/+3
* Solaris: Fix fd leak in pci_device_solx_devfs_map_range()Alan Coopersmith2014-07-031-0/+3
* Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki2014-02-111-0/+1
* pci_device_solx_devfs_probe: implicit conversion changes signedness warningsAlan Coopersmith2013-07-061-1/+1
* Solaris: Remove #defines for Ultra 45 southbridge device idsAlan Coopersmith2013-07-061-20/+0
* pci_device_solx_devfs_read: fix sign conversion/comparison warningsAlan Coopersmith2013-07-061-1/+1
* Solaris: probe improvementHenry Zhao2013-03-091-292/+128
* Solaris: Add domain support for sparc platformbaserock/morphHenry Zhao2013-01-151-80/+29
* libpciaccess: sparc rom read fixHenry Zhao2012-10-211-63/+58
* libpciaccess: implementation of boot_vga in SolarisHenry Zhao2012-10-211-0/+19
* libpciaccess: fix memory usage errorsMark Logan2012-10-121-10/+13
* Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplicationAlan Coopersmith2012-04-231-20/+21
* Solaris: Implement map_legacy & legacy_io functionsAlan Coopersmith2012-04-231-2/+135
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-3/+3
* solx_devfs.c: fix gcc warnings about casting away const when reading dataAlan Coopersmith2012-02-081-4/+4
* Solaris: reorder functions to remove need for lots of static prototypesAlan Coopersmith2012-02-081-201/+174
* Solaris: improve support for sparc platformHenry Zhao2011-11-171-48/+217
* Solaris: Give better error on realloc failureAlan Coopersmith2011-10-141-2/+3
* Solaris support for multiple PCI segments (domains)John Martin2011-03-301-62/+88
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-211-1/+1
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-28/+1
* Fix unused variable warnings in Solaris codeAlan Coopersmith2009-04-171-5/+4
* Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memoryAlan Coopersmith2009-04-151-5/+7
* Fix const mismatch compiler warnings in Solaris backendAlan Coopersmith2009-04-151-5/+4
* Sun bug 6785726: libpciaccess needs to use the correct BAR index on solarisedward shu2009-04-151-12/+25
* Solaris: Use bus-range properties to limit busses scanned on each nodeAlan Coopersmith2009-01-221-26/+90
* More minor Solaris cleanupsAlan Coopersmith2008-10-161-57/+43
* Clean up formatting of solx_devfs.cAlan Coopersmith2008-10-161-684/+661
* Fix bus probing on Solaris/SPARCAlan Coopersmith2008-10-161-71/+187
* Correct Sun license noticeAlan Coopersmith2008-10-161-2/+29
* Correct comment about devices used on SolarisAlan Coopersmith2008-10-151-1/+1
* Fix various typos (mostly in comments)Alan Coopersmith2008-10-151-7/+7
* Fix lint warnings in solx_devfs.cAlan Coopersmith2008-05-091-9/+3
* Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith2008-05-091-1/+1
* Fix Solaris build: missing static prototype & typo in variable nameAlan Coopersmith2007-09-261-2/+3
* New interfaces to map memory with MTRR (or similar) support.Ian Romanick2007-08-301-40/+24
* Libpciaccess on Solaris Initial integrationedward shu2007-06-061-0/+890