summaryrefslogtreecommitdiffstats
path: root/pci.c
Commit message (Expand)AuthorAgeFilesLines
* do full-probe by default; remove support for no full-probeThierry Vignaud2003-08-191-8/+2
* - detect ohci1394 & ehci-hcd based on the pci classPascal Rigaux2003-07-311-2/+13
* Use read() instead of fread() to read from "/proc/bus/pci/%02x/%02x.%d".Pascal Rigaux2003-04-221-4/+8
* no error message when -p is not used and there is neither pci nor usb busPascal Rigaux2002-11-051-8/+11
* fix PCI_CLASS_PROG offsetThierry Vignaud2002-08-291-1/+1
* - kill last fseekThierry Vignaud2002-08-251-26/+21
* try to not freeze on buggy motherboard by preventing:Thierry Vignaud2002-08-221-5/+6
* - usb.c: allocate mem as pci.c doesThierry Vignaud2002-08-161-6/+5
* - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices),Pascal Rigaux2002-07-221-2/+4
* no need for unistd.hThierry Vignaud2002-07-161-1/+0
* - print error message if unable to open the arguement passed to -u,-pThierry Vignaud2002-07-161-1/+9
* - pci.c: add the ability to read pci devices list from a file insteadThierry Vignaud2002-07-161-1/+2
* - change memory pattern : MAX*sizeof(entry) on stack + REAL_NB*sizeof() in heapThierry Vignaud2002-07-161-23/+23
* don't do useless stuff when full probe isn't requires:Thierry Vignaud2002-07-161-2/+2
* factorize common constants in private headerThierry Vignaud2002-07-041-1/+1
* factorize common constants in private headerThierry Vignaud2002-07-041-1/+1
* get rid of more uneeded copiesThierry Vignaud2002-07-031-1/+1
* get rid of {pci,usb}_find_modules()Thierry Vignaud2002-07-031-4/+2
* indent-regionThierry Vignaud2002-07-031-50/+50
* ensure the header file are C++ compliant (do not use "class" for struct field...Pascal Rigaux2002-06-101-2/+2
* in probe_type=1, recognize usb controllers (is either usb-uhci or usb-ohci)Pascal Rigaux2001-12-281-0/+11
* if subid can be useful, use them. use probe_type==-1 to ensure no subid is usedPascal Rigaux2001-03-211-12/+10
* added pci(bus,device,function) for DrakX.Francois Pons2001-03-151-1/+4
* *** empty log message ***Francois Pons2001-03-061-1/+8
* fix the fclosePascal Rigaux2001-02-101-1/+1
* add some fclose where it shouldPascal Rigaux2001-02-061-0/+1
* now detect usbPascal Rigaux2000-12-161-71/+22
* creationPascal Rigaux2000-12-151-0/+103