summaryrefslogtreecommitdiffstats
path: root/kernel/modules.pl
Commit message (Collapse)AuthorAgeFilesLines
* Corporate Server 2.1.1 releasetopic/Corpo_2_1Nicolas Planel2003-10-291-66/+128
|
* 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)