summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix lame bug preventing usb and firewire controllers to be recognizedOlivier Blin2005-09-061-1/+2
* support for alternate modules (allows to load both ahci and ata_piix)Olivier Blin2005-08-301-0/+33
* use /proc/net/dev to detect network interfaces, instead of testing a limited ...Olivier Blin2005-04-211-33/+46
* - add probing_detect_devices() to keep existing pci devices in an arrayOlivier Blin2005-04-071-19/+110
* allow to keep track of orphan devices (no module available)Olivier Blin2005-04-041-3/+30
* do ask for modules here, it is already done when neededOlivier Blin2005-03-091-5/+0
* wait for mass storage devices to be detectedOlivier Blin2005-03-091-0/+3
* add log message when looking for scsi adaptersOlivier Blin2005-03-091-3/+4
* remove unused variableOlivier Blin2005-03-041-1/+0
* do not show a dialog box before loading network or SCSI drivers, we'llOlivier Blin2005-03-011-8/+4
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+2
* (probe_that_type) do not prompt in discovered_device() before loading usb con...Olivier Blin2004-08-161-1/+3
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* variable declaration fixes (spotted by neofutur)Olivier Blin2004-06-291-1/+0
* don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048)Nicolas Planel2004-06-241-1/+0
* enlarge your scsi buffer (previous size wasn't enough with more than one scsi...Olivier Blin2004-06-171-1/+1
* use the same technique as ldetect for detecting usb and firewire controllers ...Pascal Rigaux2004-06-031-31/+61