summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* Exclude some modules (e100, aic7xxx) on x86_64 for now.Gwenolé Beauchesne2002-07-311-2/+3
|
* fix error messagePascal Rigaux2002-07-311-1/+1
|
* reorder modules to have most used modules at the beginning of the mar'sPascal Rigaux2002-07-252-9/+9
|
* 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
|
* add iph5526 network module (fibre channel)Pascal Rigaux2002-07-221-0/+2
|
* ustable modules not listed is not an error, just a infoPascal Rigaux2002-07-221-2/+3
|
* - network: add orinoco_plxPascal Rigaux2002-07-211-5/+14
| | | | | | | | - scsi/hardware_raid: add qla2200 & qla2300 - sound: add audigy snd-cs46xx snd-maestro3 snd-korg1212 snd-ens1370 snd-als4000 - tv: add cyber2000fb - joystick: add emu10k1-gp iforce
* - 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 snd-via8233 (many others would need to be added...)Pascal Rigaux2002-07-171-1/+1
|
* move all.kernels to the new "kernel" directoryPascal Rigaux2002-07-081-0/+6
|
* the "each" trap got me :-(Pascal Rigaux2002-07-061-7/+5
| | | | | fixed (=> fixes the modules.conf missing many aliases)
* s|modinfo|/sbin/modinfo| for people with "normal" path ;pGuillaume Cottenceau2002-07-051-1/+1
|
* add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids)Pascal Rigaux2002-07-052-0/+32
|
* add pci_modules4stage1 for use in mdk-stage1/pci-resource/update-pci-ids.plPascal Rigaux2002-07-051-0/+12
|
* better commentPascal Rigaux2002-07-051-4/+2
|
* new directory "kernel" containing:Pascal Rigaux2002-07-045-0/+423
- 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)