| Commit message (Expand) | Author | Age | Files | Lines |
* | stop tracking network interface descriptions | Thierry Vignaud | 2016-07-01 | 1 | -40/+0 |
* | fix description of network interfaces (mga#15638) | Thierry Vignaud | 2016-07-01 | 1 | -5/+21 |
* | stop creating /dev entries now that we use udev | Thierry.Vignaud | 2014-06-18 | 1 | -1/+1 |
* | fix "make -j" | Thierry Vignaud | 2014-05-17 | 1 | -3/+3 |
* | stage1: Add debugging for net device name confusion. | Colin Guthrie | 2013-10-29 | 1 | -1/+2 |
* | kill long dead argument | Thierry Vignaud | 2013-03-23 | 1 | -9/+9 |
* | (my_insmod) rename as (my_modprobe) as it really what it is | Thierry Vignaud | 2013-03-23 | 1 | -10/+10 |
* | do not try to mount /proc/bus/usb | Thierry Vignaud | 2012-08-31 | 1 | -5/+0 |
* | do not wait 10s for USB probing when in debug mode | Thierry Vignaud | 2012-02-26 | 1 | -0/+2 |
* | kill dead emails | Thierry Vignaud | 2012-01-27 | 1 | -1/+1 |
* | (ensure_dev_exists,find_media) add support for virtio discs | Thierry Vignaud | 2012-01-26 | 1 | -0/+35 |
* | (memdup) rename as _memdup() in order to prevent a symbol clash with libkmod | Thierry Vignaud | 2012-01-13 | 1 | -4/+4 |
* | Fix previous commit | Pascal Terjan | 2010-05-13 | 1 | -2/+3 |
* | create devices listed in /proc/partitions with correct major/minor (#57032) | Pascal Terjan | 2010-05-13 | 1 | -3/+15 |
* | add back removed newline... | Per Øyvind Karlsen | 2010-03-04 | 1 | -0/+1 |
* | * using a for loop looks better | Per Øyvind Karlsen | 2010-03-04 | 1 | -4/+3 |
* | actually go through all procfiles to detect Compaq Smart Array in stead of only | Per Øyvind Karlsen | 2010-03-03 | 1 | -14/+16 |
* | oops, virtio devices should be matched against subdevice id, as per | Bogdano Arendartchuk | 2009-09-15 | 1 | -4/+8 |
* | - load needed modules for known virtio devices, fixes #51804 | Bogdano Arendartchuk | 2009-08-31 | 1 | -0/+55 |
* | mandrake is now mandriva | Thierry Vignaud | 2009-03-06 | 1 | -2/+2 |
* | - usbkbd is dead, using usbhid instead | Pascal Rigaux | 2008-08-20 | 1 | -3/+2 |
* | fix segfault with empty device description (can happen for USB devices) | Olivier Blin | 2008-04-03 | 1 | -4/+8 |
* | load disk/ide before disk/scsi (to prevent sata deps from overriding non-liba... | Olivier Blin | 2008-03-18 | 1 | -2/+5 |
* | simplify (and remove gotos \o/) | Olivier Blin | 2008-03-18 | 1 | -15/+6 |
* | extract probe_pci_modules functions (will be reused to load media controllers... | Olivier Blin | 2008-03-18 | 1 | -12/+17 |
* | probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic bo... | Olivier Blin | 2008-02-28 | 1 | -1/+2 |
* | fix automatic IDE media detection (was broken with multiple CD drives, #36161) | Olivier Blin | 2008-02-27 | 1 | -4/+3 |
* | - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters now | Olivier Blin | 2008-02-27 | 1 | -12/+12 |
* | do not probe PCI devices when probing USB bus | Olivier Blin | 2007-10-23 | 1 | -1/+1 |
* | fix probing USB controllers when probing USB devices directly | Olivier Blin | 2007-10-23 | 1 | -3/+1 |
* | export find_media function | Olivier Blin | 2007-10-03 | 1 | -1/+1 |
* | factorize code in a new device_match_modules_list() function and thus fix seg... | Olivier Blin | 2007-08-23 | 1 | -28/+22 |
* | use '_' in module names when explicitely loading modules | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
* | optimize loop | Olivier Blin | 2007-08-15 | 1 | -1/+1 |
* | fix segfault if ldetect does not return a module | Olivier Blin | 2007-08-15 | 1 | -0/+4 |
* | - use ldetect/libmodprobe/libpci instead of custom pci/usb probe | Olivier Blin | 2007-08-14 | 1 | -201/+51 |
* | - move parameters functions in params.c | Olivier Blin | 2007-07-05 | 1 | -0/+1 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -35/+151 |
* | fix lame bug preventing usb and firewire controllers to be recognized | Olivier Blin | 2005-09-06 | 1 | -1/+2 |
* | support for alternate modules (allows to load both ahci and ata_piix) | Olivier Blin | 2005-08-30 | 1 | -0/+33 |
* | use /proc/net/dev to detect network interfaces, instead of testing a limited ... | Olivier Blin | 2005-04-21 | 1 | -33/+46 |
* | - add probing_detect_devices() to keep existing pci devices in an array | Olivier Blin | 2005-04-07 | 1 | -19/+110 |
* | allow to keep track of orphan devices (no module available) | Olivier Blin | 2005-04-04 | 1 | -3/+30 |
* | do ask for modules here, it is already done when needed | Olivier Blin | 2005-03-09 | 1 | -5/+0 |
* | wait for mass storage devices to be detected | Olivier Blin | 2005-03-09 | 1 | -0/+3 |
* | add log message when looking for scsi adapters | Olivier Blin | 2005-03-09 | 1 | -3/+4 |
* | remove unused variable | Olivier Blin | 2005-03-04 | 1 | -1/+0 |
* | do not show a dialog box before loading network or SCSI drivers, we'll | Olivier Blin | 2005-03-01 | 1 | -8/+4 |
* | new kernel doesn't like usbdevfs any more, it wants usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+2 |
* | (probe_that_type) do not prompt in discovered_device() before loading usb con... | Olivier Blin | 2004-08-16 | 1 | -1/+3 |