summaryrefslogtreecommitdiffstats
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
parentddf71d47183332bc44ec8c69603e7f637e718e29 (diff)
downloaddrakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar
drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.gz
drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.bz2
drakx-fae5543c426deae4074b4fcd83e48be50fd36438.tar.xz
drakx-fae5543c426deae4074b4fcd83e48be50fd36438.zip
display the PCI domain too
-rw-r--r--perl-install/NEWS3
-rwxr-xr-xperl-install/standalone/harddrake23
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index d340592c4..7ab389dae 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- harddrake:
+ o display the PCI domain too
+
Version 10.4.162 - 08 August 2007, by Thierry Vignaud
- fix fetching translations from "libDrakX-standalone" domain (#32402)
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 =>
{