summaryrefslogtreecommitdiffstats
path: root/kernel/modules.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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
|
* have all useful modules for stage1 on all.rdz (=> bigger than 2.88M)Pascal Rigaux2002-07-231-1/+3
|
* don't have iph5526 on stage1 (no room)Pascal Rigaux2002-07-221-0/+1
|
* ustable modules not listed is not an error, just a infoPascal Rigaux2002-07-221-2/+3
|
* - don't have qla2200 and qla2300 (too big, no room for them)Pascal Rigaux2002-07-211-6/+31
| | | | | - add checking modules of pcitable and usbtable
* remove debugging codePascal Rigaux2002-07-171-1/+0
|
* add pci_modules4stage1 for use in mdk-stage1/pci-resource/update-pci-ids.plPascal Rigaux2002-07-051-0/+12
|
* new directory "kernel" containing:Pascal Rigaux2002-07-041-0/+125
- all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl)