summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86AutoConfig.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-09Use the best guess heuristic as a fallback for autoloadingDavid Nusinow1-0/+3
2007-10-09Fix autoloading of drivers for pci-reworkDavid Nusinow1-17/+13
2007-10-09First pass at improved video driver autoloadingDavid Nusinow1-0/+205
2007-10-09Load intel instead of i810 when autoconfiguringDavid Nusinow1-1/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2007-08-23Get rid of the type1 font module.Julien Cristau1-1/+0
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-0/+3
2006-09-14Load the default module set when no Module section is given in the config.Adam Jackson1-0/+3
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-08-09Remove TargetRefresh option from the autoconfig logic.Adam Jackson1-1/+0
2006-08-02Eliminate the last few places outside xf86pciBus.c that useIan Romanick1-11/+11