Bugzilla – Attachment 139056 Details for
Bug 273285
YaST 2 network ignores compiled-in drivers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for inbuild drivers
YaST-inbuild-drivers.patch (text/plain), 1.19 KB, created by
Stefan Assmann
on 2007-05-10 15:45:40 UTC
(
hide
)
Description:
patch for inbuild drivers
Filename:
MIME Type:
Creator:
Stefan Assmann
Created:
2007-05-10 15:45:40 UTC
Size:
1.19 KB
patch
obsolete
>Index: ps3/yast2-network/yast2-network-2.15.30/src/routines/hardware.ycp >=================================================================== >--- yast2-network-2.15.30/src/routines/hardware.ycp >+++ yast2-network-2.15.30/src/routines/hardware.ycp >@@ -230,7 +230,6 @@ define list<map> ReadHardware(string hwt > /* common stuff */ > map resource = card["resource"]:$[]; > string controller = ControllerType(card); >- boolean card_ok = controller != ""; > one["name"] = DeviceName(card); > one["type"] = controller; > one["udi"] = card["udi"]:""; >@@ -300,14 +299,7 @@ define list<map> ReadHardware(string hwt > return !brk; > }); > >- if (drivers == []) >- { >- y2milestone ("No good drivers found"); >- // #153235 >- // fail, unless we are in xen (it has the driver built in) >- card_ok = Arch::is_xenU (); >- } >- else >+ if (drivers != []) > { > one["drivers"] = drivers; > >@@ -347,13 +339,8 @@ define list<map> ReadHardware(string hwt > } > > y2debug("found device: %1", one); >- if (card_ok) { > Hardware[size(Hardware)] = one; > num = num + 1; >- } >- else { >- y2milestone ("Filtering out: %1", card); >- } > }); > > /* if there is wlan, put it to the front of the list */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 273285
: 139056 |
139238