summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux/lnx_pci.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-16PCI: Remove pciBusAddrToHostAddr and associated nonsenseAdam Jackson1-193/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-02-25remove lnxPciInit() unused function.Tiago Vignatti1-10/+0
2007-08-30Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.Eric Anholt1-63/+0
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-16/+63
2006-11-03Fix obviously wrong boundary checks + cleanup unused vars.Matthias Hopf1-5/+4
2006-11-03Added linux 2.6 compatible domain aware device scanning code.Matthias Hopf1-13/+58
2006-08-02Remove pciConfigPtr and all of the associated cruft.Ian Romanick1-16/+21
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-05When we can, bound the maximum number of PCI devices to attempt to scan, byDaniel Stone1-1/+14
2006-06-01Bug #6583: Only open /proc/bus/pci/devices once. (Bill Nottingham)Daniel Stone1-169/+135
2006-05-18Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang.Adam Jackson1-2/+4
2006-05-18Bug #6377: Ignore disabled BARs, and allow matching BARs aligned to lessAdam Jackson1-11/+15
2005-10-05Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resourceLuc Verhaegen1-4/+5
2005-08-26Only open /proc/bus/pci/devices once. (Ubuntu #029)Daniel Stone1-6/+8
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-22Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson1-0/+138
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-06-16DRI XFree86-4_3_99_12-merge importEric Anholt1-1/+1
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+85