summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Expand)AuthorAgeFilesLines
* use modname2filename to find if a module is availableOlivier Blin2007-09-221-1/+1
* fix passing module options when module name contains a '-' characterOlivier Blin2007-09-191-2/+3
* adapt load_and_configure() example to current prototypeOlivier Blin2007-09-191-1/+1
* - fix loading dependencies of kernel module "xxx-yyy" (instead of "xxx_yyy")Pascal Rigaux2007-09-171-1/+1
* make modules::*::get_above return a list, and thus fix loading of tifm_sd mod...Olivier Blin2007-09-161-2/+2
* fix loading of tifm_sd module (#18237)Olivier Blin2007-09-131-2/+2
* drop Move support (unused for quite a long time and superceeded by GlobetrotterThierry Vignaud2007-08-271-1/+1
* fallback on module name if the filename can't be found (in the rare case the ...Olivier Blin2007-08-211-1/+6
* use '_' in IDE module namesOlivier Blin2007-08-211-2/+2
* use usb_storage instead of usb-storageOlivier Blin2007-08-211-4/+4
* convert module names to module filenamesOlivier Blin2007-08-211-1/+1
* (load_raw_install) do warn if pata driver failed to load (now thatThierry Vignaud2007-08-211-2/+0
* use '_' in modules namesOlivier Blin2007-08-201-5/+5
* (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606)Thierry Vignaud2007-08-131-1/+1
* load ide-disk module when loading disk/ide categoryOlivier Blin2007-07-161-0/+1
* - use modularized ide drivers and configure ide-controller in modprobe.confPascal Rigaux2007-06-281-2/+4
* - fix detecting usb drives (#13395)Pascal Rigaux2007-05-301-4/+7
* re-sync after the big svn lossPascal Rigaux2007-04-251-66/+44
* (load_category) load ide-generic for disk/ide (this is a workingThierry Vignaud2006-02-281-0/+1
* very titypoPascal Rigaux2006-02-161-1/+1
* (when_load_category) do not bother preloading sd_mod for ide driversThierry Vignaud2006-02-161-1/+1
* last inside a "do ... until ..." is badPascal Rigaux2005-09-201-2/+2
* drop sr_mod workarounds, it's now handled by udev coldplugOlivier Blin2005-09-191-1/+0
* ugly hack: wait for usb-storage devices to appear (bugzilla #13395)Pascal Rigaux2005-09-191-1/+13
* add sr_mod in modprobe.preload if needed (#18641)Olivier Blin2005-09-171-0/+1
* silent error when ahci or ata_piix insmod fail (ahci fails on vmware)Pascal Rigaux2005-09-071-0/+1
* ahci says "ahci: probe of %s failed with error %d", but succeeds anyway, so w...Pascal Rigaux2005-08-301-10/+7
* better logging of ahci vs ata_piix special codePascal Rigaux2005-08-291-1/+3
* ahci and ata_piix handle the same hardware, it only depends on the bios confi...Pascal Rigaux2005-08-241-0/+6
* rewrite code to allow next commitPascal Rigaux2005-08-241-5/+6
* try to cleanup fs.pmPascal Rigaux2005-06-281-1/+1
* don't need prefixing with current packagePascal Rigaux2005-06-091-2/+2
* create detect_devices::probe_name() & detect_devices::probe_unique_name() and...Pascal Rigaux2005-06-021-1/+1
* (write_preload_conf) factorize modules managmentThierry Vignaud2005-05-301-4/+1
* (write_preload_conf) simplify DVB & TV managment through probe_category()Thierry Vignaud2005-05-301-2/+1
* replace unused $o->{localInstall} with $::local_install, partially used inste...Pascal Rigaux2005-05-261-2/+2
* keep binaries in their "standard" binary dir instead of moving everything to ...Pascal Rigaux2005-05-201-1/+1
* fix titi suxPascal Rigaux2005-05-201-1/+1
* append evdev in modprobe.preload if a touchpad is detectedOlivier Blin2005-04-181-0/+1
* use better laptop detection now that dmidecode is usedOlivier Blin2005-04-181-1/+1
* don't load modules.cz in uml installOlivier Blin2005-04-051-1/+1
* - disable imm/ppa probe during install since it causes some rubbish to be pri...Pascal Rigaux2005-03-291-1/+11
* - add dmi_probe()Pascal Rigaux2005-03-151-0/+1
* add various/crypto category (support for hardware accelerated crypto)Thierry Vignaud2005-02-111-0/+1
* (write_preload_conf) preload padlock driver for VIA C3 that have RNG (crypto ...Thierry Vignaud2005-02-111-0/+1
* (write_preload_conf) typo fixThierry Vignaud2005-02-101-1/+1
* (write_preload_conf) rely on "multimedia/tv" category, thus managing more TV ...Thierry Vignaud2005-02-101-1/+1
* (write_preload_conf) minimal joystick support: preload proper modules (thoughThierry Vignaud2005-02-101-0/+1
* (write_preload_conf) simplify and support multiple different AGP controllersThierry Vignaud2005-02-101-3/+1
* (write_preload_conf) minimal DVB support: preload proper modulesThierry Vignaud2005-02-101-1/+1