summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
Commit message (Collapse)AuthorAgeFilesLines
* probe virtual drivers too (mga#9546)Thierry Vignaud2013-03-301-2/+2
|
* sortThierry Vignaud2013-03-301-1/+1
|
* death to tokenring!Thierry Vignaud2012-09-121-1/+1
|
* load bus/firewire controllers (#31356)Olivier Blin2008-03-201-1/+1
|
* load disk/ide before disk/scsi (to prevent sata deps from overriding ↵Olivier Blin2008-03-181-1/+2
| | | | non-libata pata modules, like in install::steps)
* use modules from disk/ide category (#33043)Olivier Blin2007-09-241-1/+1
|
* use local list_modules.pm (from ../kernel)Olivier Blin2007-08-201-0/+1
|
* - use ldetect/libmodprobe/libpci instead of custom pci/usb probeOlivier Blin2007-08-141-51/+3
| | | | | - write the list of supported modules in pci-resource/ and usb-resource/ (instead of the list of support devices)
* re-sync after the big svn lossPascal Rigaux2007-04-251-1/+2
|
* add pcmcia network card ids in the pci table, so that cardbus card get a ↵Olivier Blin2005-07-181-1/+1
| | | | chance to be automatically loaded
* detect tokenring and wireless cards in stage1Olivier Blin2005-04-291-1/+1
|
* use sata modules tooOlivier Blin2005-03-171-1/+1
|
* - no more kernel/all.modules, things are in kernel/all.kernelsPascal Rigaux2004-11-221-1/+1
| | | | | | | | | | | | | - cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
* don't forget gigabit network adaptersGuillaume Cottenceau2003-02-271-1/+1
|
* add full pci probe supportGuillaume Cottenceau2003-01-221-7/+33
|
* make it work with "use strict"Pascal Rigaux2002-07-051-6/+5
|
* do not look at the mar files anymore, only use kernel/modules.pl (and so ↵Pascal Rigaux2002-07-051-33/+6
| | | | list_modules.pm)
* new directory "kernel" containing:Pascal Rigaux2002-07-041-9/+5
| | | | | | | | | | - 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)
* remove 'ncr53c8xx'Pascal Rigaux2002-01-251-1/+1
|
* we need also "big" modules in pci idsGuillaume Cottenceau2002-01-141-1/+1
|
* change again way of selection PCI entries :Guillaume Cottenceau2001-12-141-4/+9
| | | | | | what's in mar files --> what's given by modules (e.g. just as update_kernel does)
* print checksGuillaume Cottenceau2001-10-161-1/+1
|
* typo in update kernel by /meStew Benedict2001-10-161-0/+4
| | | | | | fine-tune sanity_check for ppc move /dev/nvram from list.ppc to devices.pl
* have "other.img" drivers also supportedGuillaume Cottenceau2001-10-121-2/+2
|
* ia64Guillaume Cottenceau2001-10-081-3/+10
|
* reword it so that it reflects what's in the marfilesGuillaume Cottenceau2001-10-011-35/+32
|
* support more than one boot kernel :-)Guillaume Cottenceau2001-03-291-4/+8
|
* remove the "use common" which is unneeded (and "member" of merge2pcitablePascal Rigaux2001-03-241-3/+0
| | | | | was clashing)
* comply to new "mar -l" formatGuillaume Cottenceau2001-01-261-1/+1
|
* re-integrate autoprobe of tulip network cards, kernel-2.4 has strange way to ↵Guillaume Cottenceau2001-01-251-1/+1
| | | | classify some of its net modules..
* remove nasty messages when mar or marfiles not available to perform ↵Guillaume Cottenceau2001-01-111-3/+8
| | | | consistency check
* support both 2.2 and 2.4Guillaume Cottenceau2001-01-061-1/+1
|
* use more readable warning messages for missing modules between pci-ids and ↵Guillaume Cottenceau2001-01-021-1/+1
| | | | files actually in marfiles
* vacances:Guillaume Cottenceau2001-01-021-6/+14
| | | | | | - honour kernel-2.4 modules location when globbing for finding modules by type - verify against ../../modules/*.mar stuff to print out warnings if we miss some modules
* use the ldetect-lst-devel package instead of assuming the CVS version in ↵Pascal Rigaux2000-12-281-2/+2
| | | | gi/ldetect-lst
* complies to ldetect/pcitableGuillaume Cottenceau2000-12-191-5/+10
|
* - do progressbar since it seems nobody can live without itGuillaume Cottenceau2000-12-141-1/+6
| | | | | | - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured
* - add pci probing featureGuillaume Cottenceau2000-12-121-0/+41
- add listing of available modules and insmod'ing on user request - make rescue-stage2 working