Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - have usb-storage as a scsi_hostadapter by default | Pascal Rigaux | 2004-02-13 | 1 | -1/+8 |
| | | | | | - remove it if unneeded for normal boot (cf comment in the code) | ||||
* | handle wireless modules | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | fix deps problem because of 2.4/2.6 mappings, better support 2.4 and 2.6 ↵ | Guillaume Cottenceau | 2004-02-13 | 1 | -6/+28 |
| | | | | alltogether by keeping 2.4 names in modules.conf | ||||
* | fix typo | Pascal Rigaux | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-02-03 | 1 | -1/+5 |
| | |||||
* | xxx-agp is not loaded at install, so when_load() is not the right place | Pascal Rigaux | 2004-01-30 | 1 | -1/+0 |
| | |||||
* | don't miss the hook with 2.6 usb kernels (might explain fredl problem with ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -1/+1 |
| | | | | usb keyboard) | ||||
* | nice kernel guys spend their free time renaming modules for fun | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | misc change: more readable way of setting usb-interface alias | Guillaume Cottenceau | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | add *-agp module support | Nicolas Planel | 2004-01-21 | 1 | -0/+1 |
| | |||||
* | don't pass empty options, new insmod doesn't like it | Pascal Rigaux | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | - ugly hack to temporary handle reading ide_cd in /proc/modules whereas we | Pascal Rigaux | 2004-01-20 | 1 | -5/+1 |
| | | | | | | insmoded ide-cd - removing load_ide() (unused) | ||||
* | kernel 2.6 .ko adaptation | Pascal Rigaux | 2004-01-20 | 1 | -2/+10 |
| | |||||
* | kernel 2.2 is deprecated | Pascal Rigaux | 2004-01-19 | 1 | -6/+0 |
| | |||||
* | detect_devices::matching_driver -> matching_desc but matching driver names ↵ | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+1 |
| | | | | (kernel modules) | ||||
* | obsolete livedrake, live_install, live_update | Pascal Rigaux | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | use $::prefix | Pascal Rigaux | 2004-01-05 | 1 | -5/+5 |
| | |||||
* | - generate /etc/modprobe.preload (same as /etc/modules) | Pascal Rigaux | 2004-01-05 | 1 | -9/+8 |
| | | | | | - fix call to generate-modprobe.conf | ||||
* | launch as shell | Nicolas Planel | 2003-12-16 | 1 | -1/+1 |
| | |||||
* | remove () to be perl_checker compliant | Nicolas Planel | 2003-12-15 | 1 | -1/+1 |
| | |||||
* | generate modprobe.conf when writing modules.conf | Nicolas Planel | 2003-12-15 | 1 | -0/+3 |
| | |||||
* | (remove_alias_regexp_byname) introduce it; works the same as | Thierry Vignaud | 2003-12-08 | 1 | -1/+8 |
| | | | | | remove_alias_regexp but matches alias name instead of value | ||||
* | when_load: is called many times (from read_already_loaded) so avoir ↵ | Guillaume Cottenceau | 2003-11-17 | 1 | -1/+1 |
| | | | | remounting /proc/bus/usb those many times and sleeping for 4 seconds | ||||
* | (remove_alias_regexp) simplify | Thierry Vignaud | 2003-11-06 | 1 | -4/+1 |
| | |||||
* | "let please pixel" changes | Thierry Vignaud | 2003-11-06 | 1 | -2/+2 |
| | |||||
* | - generalize & rename remove_alias() as remove_alias_regexp() to handle regexps | Thierry Vignaud | 2003-11-06 | 1 | -1/+6 |
| | | | | | | | | | - introduce back a simple remove_alias() wrapper to remove_alias_regexp() - change remove_alias*() API from remove_alias(module) to remove_alias(alias) btw old behaviour was broken if eg one has two 3com cards when network::ethernet::configureNetwork removed all ethX aliases on 3c59x | ||||
* | (write_conf) do not discard remove_alias changes ... (why nobody never | Thierry Vignaud | 2003-11-06 | 1 | -1/+3 |
| | | | | | saw it in years :-() | ||||
* | perl checker | Guillaume Cottenceau | 2003-11-03 | 1 | -1/+1 |
| | |||||
* | woops, when_load already exists :) | Guillaume Cottenceau | 2003-11-03 | 1 | -14/+9 |
| | |||||
* | for move: ensure "post load" stuff (here, mounting /proc/bus/usb) | Guillaume Cottenceau | 2003-11-03 | 1 | -9/+13 |
| | | | | | is done also when using /sbin/modprobe | ||||
* | fixed for ongoing bug since at least 9.0 for alias not reported in current ↵ | Francois Pons | 2003-10-28 | 1 | -1/+1 |
| | | | | installation. | ||||
* | use /sbin/modprobe in move also | Guillaume Cottenceau | 2003-10-09 | 1 | -1/+1 |
| | |||||
* | don't "probeall scsi_hostadapter usb-storage" (as requested by flepied and ↵ | Pascal Rigaux | 2003-09-18 | 1 | -1/+1 |
| | | | | planel) | ||||
* | increase sleep time after modprobing usb-uhci/usb-ohci (otherwise USB mouse ↵ | Pascal Rigaux | 2003-09-09 | 1 | -1/+1 |
| | | | | may be undetected) | ||||
* | (add_alias) override current setting when adding an alias | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | don't care if insmod'ing ohci1394 fail (bug #1972) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | load detected firewire modules during install | Pascal Rigaux | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | full pci probe does not freeze anymore, removing code work-arounding the freeze | Pascal Rigaux | 2003-08-19 | 1 | -4/+4 |
| | |||||
* | (probe_category): one regexp is enough for isdn | Thierry Vignaud | 2003-05-20 | 1 | -2/+1 |
| | |||||
* | (get_parameters) perl-ize | Thierry Vignaud | 2003-04-29 | 1 | -6/+1 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -5/+5 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -5/+5 |
| | |||||
* | via via686 upgdrade after simplification too (next time pixel told me | Thierry Vignaud | 2003-03-13 | 1 | -1/+1 |
| | | | | | it's better to reuse some regexp, i kill him) | ||||
* | fix upgrade after simplification | Thierry Vignaud | 2003-03-13 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2003-03-13 | 1 | -8/+2 |
| | |||||
* | convert alsa driver from old naming system to new one (snd-card-XXX => | Thierry Vignaud | 2003-03-13 | 1 | -0/+17 |
| | | | | | | snd-XXX) and ensure correct upgrade for snd-via683 and snd-via8233 drivers | ||||
* | dmasound_awacs -> dmasound_pmac | Stew Benedict | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | add module2description() | Pascal Rigaux | 2003-02-17 | 1 | -3/+9 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | ck hptraid, but discard the insmod error for it | Pascal Rigaux | 2003-02-10 | 1 | -0/+2 |
| |