summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Expand)AuthorAgeFilesLines
* Fix disk method after kernel ABI breakageThierry Vignaud2022-01-051-2/+2
* explain /capability checkThierry Vignaud2020-06-131-0/+1
* Do not ignore devices lacking capabilityPascal Terjan2020-06-121-1/+1
* Fix reading capabilityPascal Terjan2020-06-121-4/+3
* Use generic code for everything except DAC960Pascal Terjan2020-06-121-235/+12
* Move CCISS to generic codePascal Terjan2020-06-121-32/+9
* Move VirtIO to generic codePascal Terjan2020-06-121-36/+24
* Make the NVME code more genericPascal Terjan2020-06-121-6/+17
* Simplify NVME codePascal Terjan2020-06-121-67/+45
* Fix NVME code to work for disks with no vendorPascal Terjan2020-06-111-22/+36
* Add support for NVME disks (mga#26708)Pascal Terjan2020-06-111-0/+77
* fix build with gcc7Thierry Vignaud2017-09-161-1/+1
* stop tracking network interface descriptionsThierry Vignaud2016-07-011-40/+0
* fix description of network interfaces (mga#15638)Thierry Vignaud2016-07-011-5/+21
* stop creating /dev entries now that we use udevThierry.Vignaud2014-06-181-1/+1
* fix "make -j"Thierry Vignaud2014-05-171-3/+3
* stage1: Add debugging for net device name confusion.Colin Guthrie2013-10-291-1/+2
* kill long dead argumentThierry Vignaud2013-03-231-9/+9
* (my_insmod) rename as (my_modprobe) as it really what it isThierry Vignaud2013-03-231-10/+10
* do not try to mount /proc/bus/usbThierry Vignaud2012-08-311-5/+0
* do not wait 10s for USB probing when in debug modeThierry Vignaud2012-02-261-0/+2
* kill dead emailsThierry Vignaud2012-01-271-1/+1
* (ensure_dev_exists,find_media) add support for virtio discsThierry Vignaud2012-01-261-0/+35
* (memdup) rename as _memdup() in order to prevent a symbol clash with libkmodThierry Vignaud2012-01-131-4/+4
* Fix previous commitPascal Terjan2010-05-131-2/+3
* create devices listed in /proc/partitions with correct major/minor (#57032)Pascal Terjan2010-05-131-3/+15
* add back removed newline...Per Øyvind Karlsen2010-03-041-0/+1
* * using a for loop looks betterPer Øyvind Karlsen2010-03-041-4/+3
* actually go through all procfiles to detect Compaq Smart Array in stead of onlyPer Øyvind Karlsen2010-03-031-14/+16
* oops, virtio devices should be matched against subdevice id, as perBogdano Arendartchuk2009-09-151-4/+8
* - load needed modules for known virtio devices, fixes #51804Bogdano Arendartchuk2009-08-311-0/+55
* mandrake is now mandrivaThierry Vignaud2009-03-061-2/+2
* - usbkbd is dead, using usbhid insteadPascal Rigaux2008-08-201-3/+2
* fix segfault with empty device description (can happen for USB devices)Olivier Blin2008-04-031-4/+8
* load disk/ide before disk/scsi (to prevent sata deps from overriding non-liba...Olivier Blin2008-03-181-2/+5
* simplify (and remove gotos \o/)Olivier Blin2008-03-181-15/+6
* extract probe_pci_modules functions (will be reused to load media controllers...Olivier Blin2008-03-181-12/+17
* probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic bo...Olivier Blin2008-02-281-1/+2
* fix automatic IDE media detection (was broken with multiple CD drives, #36161)Olivier Blin2008-02-271-4/+3
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-271-12/+12
* do not probe PCI devices when probing USB busOlivier Blin2007-10-231-1/+1
* fix probing USB controllers when probing USB devices directlyOlivier Blin2007-10-231-3/+1
* export find_media functionOlivier Blin2007-10-031-1/+1
* factorize code in a new device_match_modules_list() function and thus fix seg...Olivier Blin2007-08-231-28/+22
* use '_' in module names when explicitely loading modulesOlivier Blin2007-08-211-1/+1
* optimize loopOlivier Blin2007-08-151-1/+1
* fix segfault if ldetect does not return a moduleOlivier Blin2007-08-151-0/+4
* - use ldetect/libmodprobe/libpci instead of custom pci/usb probeOlivier Blin2007-08-141-201/+51
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-35/+151