| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not lose pointer when realloc decides to move it | Pascal Terjan | 2009-06-25 | 1 | -1/+2 |
* | (pci_probe) adapt to pciutils-3.x API | Thierry Vignaud | 2008-05-14 | 1 | -2/+1 |
* | try harder to reduce number of relocations (most remaining ones are due to | Thierry Vignaud | 2007-08-27 | 1 | -2/+2 |
* | remove old 8139too/gdth hardcoded rules (already in modules.alias) | Olivier Blin | 2007-08-14 | 1 | -10/+0 |
* | (pci_probe) simplify | Thierry Vignaud | 2007-08-04 | 1 | -2/+1 |
* | (pci_probe) kill some quirks that are either obsolete now that we | Thierry Vignaud | 2007-08-04 | 1 | -30/+1 |
* | reuse modprobe code in order to resolve modalias (need to be optimized) | Thierry Vignaud | 2007-08-04 | 1 | -1/+1 |
* | (pci_probe) typo fix :-( | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
* | export PCI domain | Thierry Vignaud | 2007-02-26 | 1 | -0/+1 |
* | (pci_probe) get PCI class as reported by pciutils (might be used by harddrake | Thierry Vignaud | 2007-02-26 | 1 | -1/+3 |
* | (struct pciusb_entry) rename class_ as class_id | Thierry Vignaud | 2007-02-26 | 1 | -6/+6 |
* | (pci_probe) remove an extra space wronly added in r125837 | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
* | (pci_probe) replace a couple magic valyes by constants from pciutils | Thierry Vignaud | 2007-02-26 | 1 | -3/+4 |
* | stop performing descriptions lookup from pcitable for PCI | Thierry Vignaud | 2007-02-26 | 1 | -1/+1 |
* | (pci_probe) use pciutils in order to get device description from /usr/share/p... | Thierry Vignaud | 2007-02-26 | 1 | -0/+5 |
* | switch to pciutils as PCI listing backend | Thierry Vignaud | 2007-02-26 | 1 | -62/+38 |
* | always initialize n_pci_domains, stick to 0 on opendir() error and no match | Gwenolé Beauchesne | 2006-01-05 | 1 | -1/+1 |
* | add support for pci domains | Gwenolé Beauchesne | 2006-01-05 | 1 | -2/+50 |
* | oops: sata_via doesn't support for CLASS probing whereas sata_nv does | Thierry Vignaud | 2005-03-30 | 1 | -2/+2 |
* | libify and simplify | Pascal Rigaux | 2005-03-14 | 1 | -3/+1 |
* | setting .nb to 0 seems a better idea than setting .entries | Pascal Rigaux | 2005-03-11 | 1 | -1/+2 |
* | handle a few more special cases (gdth, snd-vx222, 8139too, and agp bridges) | Thierry Vignaud | 2005-02-17 | 1 | -0/+20 |
* | detect VIA SATA controllers since new sata_via.c driver probes them | Thierry Vignaud | 2005-02-17 | 1 | -0/+2 |
* | all PCI_CLASS_BRIDGE_CARDBUS cards are yenta_socket (says kudzu) | Pascal Rigaux | 2004-12-07 | 1 | -2/+8 |
* | do full-probe by default; remove support for no full-probe | Thierry Vignaud | 2003-08-19 | 1 | -8/+2 |
* | - detect ohci1394 & ehci-hcd based on the pci class | Pascal Rigaux | 2003-07-31 | 1 | -2/+13 |
* | Use read() instead of fread() to read from "/proc/bus/pci/%02x/%02x.%d". | Pascal Rigaux | 2003-04-22 | 1 | -4/+8 |
* | no error message when -p is not used and there is neither pci nor usb bus | Pascal Rigaux | 2002-11-05 | 1 | -8/+11 |
* | fix PCI_CLASS_PROG offset | Thierry Vignaud | 2002-08-29 | 1 | -1/+1 |
* | - kill last fseek | Thierry Vignaud | 2002-08-25 | 1 | -26/+21 |
* | try to not freeze on buggy motherboard by preventing: | Thierry Vignaud | 2002-08-22 | 1 | -5/+6 |
* | - usb.c: allocate mem as pci.c does | Thierry Vignaud | 2002-08-16 | 1 | -6/+5 |
* | - don't die when missing /proc/bus/pci/devices (resp. /proc/bus/usb/devices), | Pascal Rigaux | 2002-07-22 | 1 | -2/+4 |
* | no need for unistd.h | Thierry Vignaud | 2002-07-16 | 1 | -1/+0 |
* | - print error message if unable to open the arguement passed to -u,-p | Thierry Vignaud | 2002-07-16 | 1 | -1/+9 |
* | - pci.c: add the ability to read pci devices list from a file instead | Thierry Vignaud | 2002-07-16 | 1 | -1/+2 |
* | - change memory pattern : MAX*sizeof(entry) on stack + REAL_NB*sizeof() in heap | Thierry Vignaud | 2002-07-16 | 1 | -23/+23 |
* | don't do useless stuff when full probe isn't requires: | Thierry Vignaud | 2002-07-16 | 1 | -2/+2 |
* | factorize common constants in private header | Thierry Vignaud | 2002-07-04 | 1 | -1/+1 |
* | factorize common constants in private header | Thierry Vignaud | 2002-07-04 | 1 | -1/+1 |
* | get rid of more uneeded copies | Thierry Vignaud | 2002-07-03 | 1 | -1/+1 |
* | get rid of {pci,usb}_find_modules() | Thierry Vignaud | 2002-07-03 | 1 | -4/+2 |
* | indent-region | Thierry Vignaud | 2002-07-03 | 1 | -50/+50 |
* | ensure the header file are C++ compliant (do not use "class" for struct field... | Pascal Rigaux | 2002-06-10 | 1 | -2/+2 |
* | in probe_type=1, recognize usb controllers (is either usb-uhci or usb-ohci) | Pascal Rigaux | 2001-12-28 | 1 | -0/+11 |
* | if subid can be useful, use them. use probe_type==-1 to ensure no subid is used | Pascal Rigaux | 2001-03-21 | 1 | -12/+10 |
* | added pci(bus,device,function) for DrakX. | Francois Pons | 2001-03-15 | 1 | -1/+4 |
* | *** empty log message *** | Francois Pons | 2001-03-06 | 1 | -1/+8 |
* | fix the fclose | Pascal Rigaux | 2001-02-10 | 1 | -1/+1 |
* | add some fclose where it should | Pascal Rigaux | 2001-02-06 | 1 | -0/+1 |