Mailinglist Archive: yast-commit (265 mails)
| < Previous | Next > |
[yast-commit] r67279 - /branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
- From: jreidinger@xxxxxxxxxxxxxxxxx
- Date: Wed, 25 Jan 2012 09:41:51 -0000
- Message-id: <20120125094151.761A032520@svn2.opensuse.org>
Author: jreidinger
Date: Wed Jan 25 10:41:50 2012
New Revision: 67279
URL: http://svn.opensuse.org/viewcvs/yast?rev=67279&view=rev
Log:
and one more filter for device on chelsio network card (pci id 0x0000)
(bnc#711432)
Modified:
branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp?rev=67279&r1=67278&r2=67279&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
(original)
+++ branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp Wed Jan
25 10:41:50 2012
@@ -750,7 +750,8 @@
}
// filter out device with chelsio Driver and no Device File or which
cannot networking(bnc#711432)
if ((one["module"]:""=="cxgb4" && one["dev_name"]:""=="") ||
- (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x14102)){ // 0x10000 for PCI and 0x4102 is device id of device and 0x1425 for
chelsio inc
+ (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x14102) || // 0x10000 for PCI and 0x4102 is device id of device and 0x1425 for
chelsio inc
+ (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x10000)){ // 0x10000 for PCI and 0x0000 is device id of device and 0x1425 for
chelsio inc
card_ok=false;
y2milestone("Filtering out Chelsio device without device file.");
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Jan 25 10:41:50 2012
New Revision: 67279
URL: http://svn.opensuse.org/viewcvs/yast?rev=67279&view=rev
Log:
and one more filter for device on chelsio network card (pci id 0x0000)
(bnc#711432)
Modified:
branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp?rev=67279&r1=67278&r2=67279&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp
(original)
+++ branches/SuSE-Code-11-SP2-Branch/network/src/routines/routines.ycp Wed Jan
25 10:41:50 2012
@@ -750,7 +750,8 @@
}
// filter out device with chelsio Driver and no Device File or which
cannot networking(bnc#711432)
if ((one["module"]:""=="cxgb4" && one["dev_name"]:""=="") ||
- (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x14102)){ // 0x10000 for PCI and 0x4102 is device id of device and 0x1425 for
chelsio inc
+ (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x14102) || // 0x10000 for PCI and 0x4102 is device id of device and 0x1425 for
chelsio inc
+ (card["vendor_id"]:0==0x11425 && card["device_id"]:0 ==
0x10000)){ // 0x10000 for PCI and 0x0000 is device id of device and 0x1425 for
chelsio inc
card_ok=false;
y2milestone("Filtering out Chelsio device without device file.");
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |