summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-08 16:09:53 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-08 16:09:53 +0000
commitfae5543c426deae4074b4fcd83e48be50fd36438 (patch)
tree3d7a8b01659e5f569992f107af80580e1368e458 /perl-install/standalone/harddrake2
parentddf71d47183332bc44ec8c69603e7f637e718e29 (diff)
downloaddrakx-backup-do-not-use-fae5543c426deae4074b4fcd83e48be50fd36438.tar
drakx-backup-do-not-use-fae5543c426deae4074b4fcd83e48be50fd36438.tar.gz
drakx-backup-do-not-use-fae5543c426deae4074b4fcd83e48be50fd36438.tar.bz2
drakx-backup-do-not-use-fae5543c426deae4074b4fcd83e48be50fd36438.tar.xz
drakx-backup-do-not-use-fae5543c426deae4074b4fcd83e48be50fd36438.zip
display the PCI domain too
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake23
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 741bf6cb0..7de81928c 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -52,6 +52,7 @@ my %fields =
"port" => [ N("Port"), N("network printer port") ],
"primary_partitions" => [ N("Primary partitions"), N("the number of the primary partitions") ],
"Vendor" => [ N("Vendor"), N("the vendor name of the device") ],
+ "pci_domain" => [ N("PCI domain"), N("the PCI domain of the device") ],
"pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ],
"pci_device" => [ N("PCI device #"), N("PCI device number") ],
"pci_function" => [ N("PCI function #"), N("PCI function number") ],
@@ -126,7 +127,7 @@ my %groups = (
generic =>
{
N("Identification") => [ qw(Vendor model description info media_type) ],
- N("Connection") => [ qw(bus pci_bus pci_device pci_function vendor id subvendor subid) ],
+ N("Connection") => [ qw(bus pci_domain pci_bus pci_device pci_function vendor id subvendor subid) ],
},
AUDIO =>
{