summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86AutoConfig.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-2/+2
2010-12-31config: warning fixesAdam Jackson1-1/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-2/+2
2010-11-30xf86AutoConfig: make copyScreen memory allocation & error handling more saneAlan Coopersmith1-5/+15
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson1-1/+1
2010-05-24xfree86: move all pci code from auto configurator into a meaningful locationTiago Vignatti1-246/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-03-29Remove now obsolete function chooseVideoDriverRuediger Oertel1-25/+0
2010-03-29xfree86: Handle driver autoconfiguration when .conf files existRuediger Oertel1-6/+82
2010-02-12xfree86: Add qxl driver to the autoconfig logicSoeren Sandmann1-0/+1
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-1/+2
2009-09-18xserver: added more Geode oddities to xf86AutoConfig.cMartin-Éric Racine1-2/+2
2009-09-09Use lowercase PCI vendor ID for NSC.Martin-Éric Racine1-1/+1
2009-09-08Added comment with the PCI device ID of Geode SCx200 series.Martin-Éric Racine1-1/+1
2009-09-04Formatted recent Geode PCI ID changes to fit a 80-column coding style.Martin-Éric Racine1-2/+3
2009-09-04Further explained what the Geode PCI ID is all about as comments.Martin-Éric Racine1-2/+2
2009-09-04Removed unnecessary curly braces for Geode LX PCI ID.Martin-Éric Racine1-2/+1
2009-09-04Updated the PCI Vendor and Device IDs for all Geode variants.Martin-Éric Racine1-5/+17
2009-08-18Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf existsAlan Coopersmith1-1/+18
2009-07-24xfree86: "Staticize" functions in xf86AutoConfig.cTiago Vignatti1-42/+42
2009-07-09config: drop i810.Adam Jackson1-1/+0
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2008-12-16config: Add vboxvideo and tga to the magic driver listAdam Jackson1-6/+7
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link1-0/+10
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-08-01Handle XGI cards in autoconfig.Adam Jackson1-0/+6
2008-07-21Revert "Try nvidia before nv under the assumption that people who install it ...Daniel Stone1-5/+1
2008-07-20Try nvidia before nv under the assumption that people who install it usually ...Aaron Plattner1-1/+5
2008-07-07Improved driver selection when autoconfiguring driver without xorg.confAlan Coopersmith1-81/+142
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-04-23autoconfig: don't call closedir() when opendir() failedJulien Cristau1-70/+71
2008-04-21xf86: Change AutoConfig driver for PCI ID 022:2091 to 'geode'Jordan Crouse1-1/+5
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner1-1/+1
2008-04-01xfree86: don't crash in AutoConfig if the primary device is not pciGoneri Le Bouder1-2/+3
2008-03-10Add the "amd" driver to magic driver selection.Adam Jackson1-2/+3
2008-03-04Remove all mention of the vga driver from the config logic.Adam Jackson1-3/+0
2008-02-22s/via/openchrome/ in the autoconfig logic.Adam Jackson1-1/+1
2007-11-15Eliminate some redundancy in autoconfiguration.Adam Jackson1-22/+0
2007-10-22Define PCI_TXT_IDS_DIR more cleanlyDavid Nusinow1-3/+3
2007-10-21Add a note as to why the text file based PCI ID scheme is present at allDavid Nusinow1-0/+4
2007-10-21Fix compilation issue on FreeBSD (bug #12841)David Nusinow1-0/+4
2007-10-21Make PCI text file directory configurableDavid Nusinow1-5/+6
2007-10-19Disable debian pci-id-list autoconfig code on non-linux.Eric Anholt1-12/+17
2007-10-11Fix another compiler warningDavid Nusinow1-2/+1
2007-10-11Fix a warning about the control logic in xchomp()David Nusinow1-1/+1
2007-10-11Remove some unused variablesDavid Nusinow1-3/+0
2007-10-11Separate choosing driver from the file-based implementationDavid Nusinow1-29/+37
2007-10-11When there's no xorg.conf, use the video driver autoloading functionDavid Nusinow1-16/+1