summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Removing sundancetopic/KA9_0Erwan Velu2003-10-011-1/+1
|
* removing more big drivers from stage1Erwan Velu2003-06-191-2/+2
|
* adjusting modules.pl for kaErwan Velu2003-06-171-2/+3
|
* removing old school drivers from stage1Erwan Velu2003-06-171-2/+2
|
* removing old school drivers from stage1Erwan Velu2003-06-171-1/+1
|
* fixing missing tg3 for x86, bcm5820 for allErwan Velu2003-06-172-2/+2
|
* Removing old school scsi drivers (need more places)Erwan Velu2003-06-131-2/+2
|
* merge with x86_64-branchPascal Rigaux2003-06-125-22/+42
|
* script that create a module list for rescueErwan Velu2003-06-111-0/+40
|
* removing wrong fileErwan Velu2003-06-111-40/+0
|
* Removing used modules, adding mpt needed by ia64 & opteronErwan Velu2003-06-111-4/+4
|
* Removing tg3 from unused modulesErwan Velu2002-12-201-1/+1
|
* adding pixel script for generating gen_modules_conf.pl script in rescueErwan Velu2002-11-071-0/+40
|
* SCSI Support is now activatedErwan Velu2002-11-071-1/+4
|
* Applying patch from 8.2, ka.img is working fine in old modeErwan Velu2002-10-302-1/+2
|
* - added orinoco_cs in pcmciaDamien Chaumette2002-09-131-1/+1
|
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-052-3/+4
|
* add r8169Pascal Rigaux2002-08-292-2/+2
|
* add new sound driverThierry Vignaud2002-08-291-1/+1
|
* add nvnet module in listDamien Chaumette2002-08-221-1/+1
|
* leave btaudio in other, not in soundThierry Vignaud2002-08-211-1/+1
|
* add firewire controller configurationPascal Rigaux2002-08-201-0/+1
|
* skip tg3 on stage1 (no room for it)Pascal Rigaux2002-08-201-0/+1
|
* - add missing oss modulesThierry Vignaud2002-08-191-3/+4
| | | | | - pas16 is a scsi driver, not a sound one ...
* add btaudioThierry Vignaud2002-08-191-3/+3
|
* add isa alsa driversThierry Vignaud2002-08-191-0/+2
|
* s/nd-sgalaxy/snd-sgalaxy/Thierry Vignaud2002-08-191-1/+1
|
* add :Thierry Vignaud2002-08-181-5/+5
| | | | | | | - network: tg3 - isdn: hisax_fcpcipnp, tpam - sound: snd-ali5451, snd-hdsp
* more sound modulesThierry Vignaud2002-08-161-8/+8
|
* new tv driverThierry Vignaud2002-08-161-1/+1
|
* add ov518_decomp in multimedia/tvPascal Rigaux2002-08-061-1/+1
|
* 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)