Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exclude some modules (e100, aic7xxx) on x86_64 for now. | Gwenolé Beauchesne | 2002-07-31 | 1 | -2/+3 |
| | |||||
* | fix error message | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | reorder modules to have most used modules at the beginning of the mar's | Pascal Rigaux | 2002-07-25 | 2 | -9/+9 |
| | |||||
* | have all useful modules for stage1 on all.rdz (=> bigger than 2.88M) | Pascal Rigaux | 2002-07-23 | 1 | -1/+3 |
| | |||||
* | don't have iph5526 on stage1 (no room) | Pascal Rigaux | 2002-07-22 | 1 | -0/+1 |
| | |||||
* | add iph5526 network module (fibre channel) | Pascal Rigaux | 2002-07-22 | 1 | -0/+2 |
| | |||||
* | ustable modules not listed is not an error, just a info | Pascal Rigaux | 2002-07-22 | 1 | -2/+3 |
| | |||||
* | - network: add orinoco_plx | Pascal Rigaux | 2002-07-21 | 1 | -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 Rigaux | 2002-07-21 | 1 | -6/+31 |
| | | | | | - add checking modules of pcitable and usbtable | ||||
* | remove debugging code | Pascal Rigaux | 2002-07-17 | 1 | -1/+0 |
| | |||||
* | add snd-via8233 (many others would need to be added...) | Pascal Rigaux | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | move all.kernels to the new "kernel" directory | Pascal Rigaux | 2002-07-08 | 1 | -0/+6 |
| | |||||
* | the "each" trap got me :-( | Pascal Rigaux | 2002-07-06 | 1 | -7/+5 |
| | | | | | fixed (=> fixes the modules.conf missing many aliases) | ||||
* | s|modinfo|/sbin/modinfo| for people with "normal" path ;p | Guillaume Cottenceau | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids) | Pascal Rigaux | 2002-07-05 | 2 | -0/+32 |
| | |||||
* | add pci_modules4stage1 for use in mdk-stage1/pci-resource/update-pci-ids.pl | Pascal Rigaux | 2002-07-05 | 1 | -0/+12 |
| | |||||
* | better comment | Pascal Rigaux | 2002-07-05 | 1 | -4/+2 |
| | |||||
* | new directory "kernel" containing: | Pascal Rigaux | 2002-07-04 | 5 | -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) |