summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
Commit message (Collapse)AuthorAgeFilesLines
* Corporate Server 2.1.1 releasetopic/Corpo_2_1Nicolas Planel2003-10-291-8/+34
|
* 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