diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-08 16:09:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-08 16:09:53 +0000 |
commit | fae5543c426deae4074b4fcd83e48be50fd36438 (patch) | |
tree | 3d7a8b01659e5f569992f107af80580e1368e458 /perl-install/standalone | |
parent | ddf71d47183332bc44ec8c69603e7f637e718e29 (diff) | |
download | drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.gz drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.bz2 drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.xz drakx-fae5543c426deae4074b4fcd83e48be50fd36438.zip |
display the PCI domain too
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 3 |
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 => { |