summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pci-resource/update-pci-ids.pl
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-10-16 12:53:58 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-10-16 12:53:58 +0000
commitbfd1590209bfaaffe0cddcd1710d18eb15ca3113 (patch)
tree3cb1acdbd4a83c113f6bf466b2a9931b1b918ebd /mdk-stage1/pci-resource/update-pci-ids.pl
parentf28d87dbec545f1912d1784e4b0438c151dd07bc (diff)
downloaddrakx-backup-do-not-use-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar
drakx-backup-do-not-use-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.gz
drakx-backup-do-not-use-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.bz2
drakx-backup-do-not-use-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.tar.xz
drakx-backup-do-not-use-bfd1590209bfaaffe0cddcd1710d18eb15ca3113.zip
print checks
Diffstat (limited to 'mdk-stage1/pci-resource/update-pci-ids.pl')
-rwxr-xr-xmdk-stage1/pci-resource/update-pci-ids.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pci-resource/update-pci-ids.pl b/mdk-stage1/pci-resource/update-pci-ids.pl
index 517f06379..49d4ada9d 100755
--- a/mdk-stage1/pci-resource/update-pci-ids.pl
+++ b/mdk-stage1/pci-resource/update-pci-ids.pl
@@ -36,7 +36,7 @@ my %sanity_check =
);
foreach $type (keys %t) {
- print STDERR $type;
+ print STDERR "$type (checks: ", join('/', @{$sanity_check{$type}}), ") ";
my @modulez;
foreach $floppy (@{$t{$type}}) {
foreach $marfile (glob("../../all.modules/*/${floppy}_modules.mar")) {