summaryrefslogtreecommitdiffstats
path: root/kernel/modules.pl
Commit message (Collapse)AuthorAgeFilesLines
* ka support (initially from Antoine Ginies and Erwan Velu)Olivier Blin2005-08-281-0/+1
|
* revert changesFlorent Villard2005-08-031-2/+2
|
* some x86_64 build fixesFlorent Villard2005-08-031-2/+2
|
* add Token Ring and Wireless drivers in 'all' imageOlivier Blin2005-04-211-1/+1
|
* sort modules listOlivier Blin2005-04-181-2/+2
|
* always print missing usb modules on stderrOlivier Blin2005-04-181-3/+1
|
* include ide modules too in all.rdzOlivier Blin2005-04-011-1/+1
|
* remove qla1280 as suggested by blino, at least we have some space now :)Pascal Rigaux2005-03-241-1/+1
|
* still not enough room :-(Pascal Rigaux2005-03-231-1/+1
| | | | | (removing dmx3191d)
* removing dc395x from cdrom.img and hd.img (otherwise it doesn't fit in ↵Pascal Rigaux2005-03-211-1/+1
| | | | cdrom.img)
* remove obsolete stuff for at least 2 distrosGwenolé Beauchesne2005-03-171-8/+0
|
* loopback modules are needed on every images (bugzilla #13215)Pascal Rigaux2005-01-261-3/+3
|
* handle disk install from SATA drivesThierry Vignaud2005-01-201-1/+1
|
* sync with list_modules.plThierry Vignaud2005-01-201-0/+3
|
* adapt to list_modules.pm changesPascal Rigaux2005-01-151-2/+2
|
* no need to put tokenring modules in modules_only_for_all_img since they arePascal Rigaux2004-12-021-4/+1
| | | | | now in their own category which is not used for stage1
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-15/+104
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* have only usb-interfaces in bus/usbPascal Rigaux2004-07-071-2/+2
|
* - update check() for 2.6Pascal Rigaux2004-03-081-10/+14
| | | | | | - categorize missing modules - cleanup
* don't remove missing modules ataraid hptraid silraid pdcraidPascal Rigaux2004-02-101-1/+0
|
* disk/raw and disk/usb added in network.img to support usb floppies when ↵Guillaume Cottenceau2004-02-101-1/+1
| | | | loading second floppy
* fs/network should be unneeded in network.img and network.img is close to ↵Guillaume Cottenceau2004-01-221-2/+2
| | | | full up already, move it to the drivers floppy
* revive network.img, use an additional network_drivers.img, put back many ↵Guillaume Cottenceau2004-01-221-5/+3
| | | | discarded modules
* - return the list of rdz (eg: cdrom, all, pcmcia)Pascal Rigaux2004-01-221-10/+1
| | | | | - drop rdz network* and hd*
* not enough room on cdrom.img, removing a module...Pascal Rigaux2004-01-201-1/+1
|
* - remove network support from pcmcia.imgPascal Rigaux2004-01-091-2/+2
| | | | | - remove pcmcia from network.img (not very useful since we drop network.img, but...)
* remove dtc from cdrom.img (not enough room)Pascal Rigaux2004-01-091-0/+1
|
* huge (planel sux)Guillaume Cottenceau2003-10-291-0/+1
|
* handle depfile per kernel, not just 2.4* modules.depGuillaume Cottenceau2003-10-291-4/+1
|
* of course newly added module pdc-ultra doesn't fit on hd.img :-/Pascal Rigaux2003-08-211-1/+1
|
* - Strip modules on AMD64 with K. O. scriptGwenolé Beauchesne2003-08-201-0/+13
| | | | | - Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64
* hd.img doesn't fit anymore, removing gdth (chosen randomly)Pascal Rigaux2003-08-181-1/+1
|
* add gigabit ethernet modules in all.rdz as well :/Guillaume Cottenceau2003-08-061-1/+1
|
* allow hd.img to build again..Guillaume Cottenceau2003-07-031-0/+1
|
* mptscsih doesn't fit on hd.imgPascal Rigaux2003-03-061-1/+1
|
* hd_usb.img -> hdcdrom_usb.imgGuillaume Cottenceau2003-02-281-1/+2
|
* add 3c990 and bcm4400 (bug #2316)Pascal Rigaux2003-02-251-1/+1
|
* don't have hptraid silraid pdcraid on stage1 (/dev/ataraid unsupported ↵Pascal Rigaux2003-02-201-1/+1
| | | | anyway on stage1)
* - better error message for bad modules in modules.plPascal Rigaux2003-02-111-2/+2
| | | | | | - handle the exit code of modules.pl (so that .mar files not generated is more understandable)
* - have 3w-xxxx back in network.imgPascal Rigaux2003-02-041-8/+5
| | | | | - sort isa and non-isa scsi cards
* - separate "bad/old pcitable modules" (ie pcitable modules not available inPascal Rigaux2003-01-301-67/+93
| | | | | | | | | | | | the kernel) from "PCITABLE MODULES NOT LISTED" - complete rework of "modules only for all img" - separate modules not on stage1 and modules only on "all" (nb: notice it was previously broken, every modules were on "all") - dropped other.img support - fix module dependencies handling (check): separate "bad/old pcitable modules" (ie pcitable modules not available in the kernel) from "PCITABLE MODULES NOT LISTED"
* ataraid is ad-hoc raid, unsupported in stage1 anywayGuillaume Cottenceau2003-01-231-0/+1
|
* include FS modules (fixes #975)Guillaume Cottenceau2003-01-221-1/+1
|
* remove some more scsi driversPascal Rigaux2003-01-021-0/+1
|
* add floppy.o for all boot disks, don't have some 3c isa cards to fit network.imgPascal Rigaux2002-12-051-1/+4
|
* fealnxGuillaume Cottenceau2002-09-251-0/+1
|
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-051-2/+2
|
* add r8169Pascal Rigaux2002-08-291-1/+1
|
* skip tg3 on stage1 (no room for it)Pascal Rigaux2002-08-201-0/+1
|
* reorder modules to have most used modules at the beginning of the mar'sPascal Rigaux2002-07-251-8/+8
|