Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 | |
| | ||||||
* | fix latest source of "unlisted modules" in draksound: | Thierry Vignaud | 2003-01-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | modules::get_alias() was able to give "module " instead of only "module" beacause modules::read_conf() split the line on space with a maximum of 3 splited elements. i choose to strip terminal spaces and btw terminal comments. i did not choose to do not put a limit to split since it's usefull for some cases. | |||||
* | airport support for ppc | Stew Benedict | 2003-01-17 | 1 | -1/+1 | |
| | ||||||
* | changes to have less "Use of uninitialized value" | Pascal Rigaux | 2003-01-14 | 1 | -6/+8 | |
| | ||||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 | |
| | | | | "every", "partition" | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 | |
| | ||||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-04 | 1 | -3/+2 | |
| | ||||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+1 | |
| | ||||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-26 | 1 | -1/+1 | |
| | ||||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -3/+1 | |
| | ||||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 | |
| | ||||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | |||||
* | try to fix my fix for blank | Guillaume Cottenceau | 2002-10-02 | 1 | -1/+1 | |
| | ||||||
* | try to make the install work in "blank" mode (aka fix pixel | Guillaume Cottenceau | 2002-10-02 | 1 | -1/+1 | |
| | | | | | sucked when changed modules.pm code, not handling blank mode) | |||||
* | - change "=~ /isdn/" in "eq 'network/isdn'" | Damien Chaumette | 2002-09-09 | 1 | -1/+1 | |
| | ||||||
* | - Fix isdn card detection | Damien Chaumette | 2002-09-06 | 1 | -1/+1 | |
| | ||||||
* | make modules.pm patchable (avoid my ...) | Francois Pons | 2002-09-03 | 1 | -1/+2 | |
| | ||||||
* | updated log of add_probeall to be correct. | Francois Pons | 2002-09-03 | 1 | -1/+1 | |
| | ||||||
* | add firewire controller configuration | Pascal Rigaux | 2002-08-20 | 1 | -1/+3 | |
| | ||||||
* | typo fix spoted by Arpad Biro | Thierry Vignaud | 2002-08-19 | 1 | -1/+1 | |
| | ||||||
* | add remove_modules | Thierry Vignaud | 2002-08-19 | 1 | -0/+7 | |
| | ||||||
* | - modules::get_parameters : consolidate some code | Thierry Vignaud | 2002-08-12 | 1 | -1/+9 | |
| | | | | | - harddrake::ui : uses it | |||||
* | (load): when isStandalone, ignore errors when loading unavailable modules ↵ | Pascal Rigaux | 2002-08-11 | 1 | -0/+1 | |
| | | | | (ie have the same behaviour as during install) | |||||
* | mergein_conf: return options if they're set | Thierry Vignaud | 2002-08-09 | 1 | -0/+1 | |
| | ||||||
* | - export %modules::conf | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | - kill modparm::raw_parameters and modparm::parameter_type which get merged back in modparm::parameters - add more parameters to modparm::parameters for harddrake harddrake/ui.pm | 19 ++++++++++--------- modparm.pm | 33 +++++++++------------------------ 2 files changed, 19 insertions(+), 33 deletions(-) | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 | |
| | ||||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -2/+2 | |
| | ||||||
* | (add_probeall): use "uniq" to have modules only once in ddebug.log (a "uniq" | Pascal Rigaux | 2002-07-27 | 1 | -1/+1 | |
| | | | | | was already in modules.conf so it doesn't change the result) | |||||
* | use get_probeall instead of get_alias for usb-interface | Pascal Rigaux | 2002-07-11 | 1 | -0/+4 | |
| | ||||||
* | - s/snd-card/snd/ | Thierry Vignaud | 2002-07-08 | 1 | -14/+5 | |
| | | | | | - make some code clearer | |||||
* | new "append_to_etc_modules" function | Pascal Rigaux | 2002-07-07 | 1 | -0/+5 | |
| | ||||||
* | remove detect_devices::check (including the annoying log about no modules ↵ | Pascal Rigaux | 2002-07-07 | 1 | -1/+1 | |
| | | | | for the pci entry) | |||||
* | reworked, cleaned: | Pascal Rigaux | 2002-07-04 | 1 | -700/+224 | |
| | | | | | | | | | | | | | - the list of modules is moved to kernel/list_modules.pm (and a few functions too) - new "add_probeall" function (similar to "add_alias") -> used for scsi_hostadapter and usb-interface - "load_multi" removed in favour of "load" which is now more powerful - load_thiskind renamed load_category - get_that_type renamed probe_category - %modules::drivers dropped (handled for list_modules) still more cleanup to come | |||||
* | remove a few drivers so that hd.img and network.img are possible with latest ↵ | Guillaume Cottenceau | 2002-06-19 | 1 | -3/+3 | |
| | | | | BOOT kernel | |||||
* | have usb-interface1 for ehci-hcd | Pascal Rigaux | 2002-05-27 | 1 | -1/+7 | |
| | ||||||
* | try to avoid segfaulting probeall stuff | Guillaume Cottenceau | 2002-03-07 | 1 | -0/+1 | |
| | ||||||
* | add ns83820 gigabit (goes to other.img) | Guillaume Cottenceau | 2002-03-07 | 1 | -0/+2 | |
| | ||||||
* | (extract_modules): created (was done in load_raw) | Pascal Rigaux | 2002-03-05 | 1 | -3/+8 | |
| | ||||||
* | Add USB2 controller | Chmouel Boudjnah | 2002-03-05 | 1 | -0/+1 | |
| | ||||||
* | aironet core sucking thing | Guillaume Cottenceau | 2002-03-05 | 1 | -1/+2 | |
| | ||||||
* | use ide-scsi for ide zips | Pascal Rigaux | 2002-02-25 | 1 | -1/+0 | |
| | ||||||
* | remove "-f" option for insmod | Pascal Rigaux | 2002-02-23 | 1 | -1/+1 | |
| | ||||||
* | add aic7xxx_old | Pascal Rigaux | 2002-02-21 | 1 | -0/+1 | |
| | ||||||
* | add the new "mii" module to 'net_raw' | Pascal Rigaux | 2002-01-22 | 1 | -0/+1 | |
| | ||||||
* | - eata is SCSI adapter, not 'disk' adapter | Guillaume Cottenceau | 2002-01-14 | 1 | -4/+4 | |
| | | | | | - have eata module in boot floppies | |||||
* | (load_thiskind): allow $probe_type to be given, allowing forced pci probe ↵ | Pascal Rigaux | 2001-12-28 | 1 | -4/+4 | |
| | | | | (unsafe) | |||||
* | add dl2k.o (nic module) per request of nplanel | Guillaume Cottenceau | 2001-12-19 | 1 | -0/+1 | |
| | ||||||
* | Remove pre-install in modules.conf for pcmcia. | Chmouel Boudjnah | 2001-12-07 | 1 | -7/+0 | |
| | ||||||
* | support install from USB CDROMS (using usb-storage) | Guillaume Cottenceau | 2001-12-04 | 1 | -0/+3 | |
| | ||||||
* | add wvlan_cs | Guillaume Cottenceau | 2001-11-29 | 1 | -0/+1 | |
| |