| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
* | variable declaration fixes (spotted by neofutur) | Olivier Blin | 2004-06-29 | 1 | -1/+0 |
* | don't redefine buf for /proc/scsi/scsi (size 5000 instead of 2048) | Nicolas Planel | 2004-06-24 | 1 | -1/+0 |
* | enlarge your scsi buffer (previous size wasn't enough with more than one scsi... | Olivier Blin | 2004-06-17 | 1 | -1/+1 |
* | use the same technique as ldetect for detecting usb and firewire controllers ... | Pascal Rigaux | 2004-06-03 | 1 | -31/+61 |
* | usb cdrom has a weird size in /proc/partitions, the result is that it is dete... | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
* | fix eth[67] detection (gc) | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
* | (get_net_devices) increase max number of detectable net cards from 6 to 10 | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
* | be sure to load usb-storage after SCSI adapters, so that they are in | Guillaume Cottenceau | 2004-02-11 | 1 | -8/+10 |
* | don't insmod usb-storage the soonest, we can end up mixing scsi devices order... | Guillaume Cottenceau | 2004-02-11 | 1 | -5/+11 |
* | fake usb floppies detection by looking at blocks size of scsi disk devices, 1... | Guillaume Cottenceau | 2004-02-10 | 1 | -2/+17 |
* | moving forward our story with nice kernel guys, now they decided to remove th... | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |