* grub-core/net/drivers/ieee1275/ofnet.c (search_net_devices): Decrease
poll rate.
This commit is contained in:
parent
485568790c
commit
e169a1805f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/net/drivers/ieee1275/ofnet.c (search_net_devices): Decrease
|
||||
poll rate.
|
||||
|
||||
2012-06-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix wildcard regexp dot and other special characters handling.
|
||||
|
|
|
@ -308,7 +308,7 @@ search_net_devices (struct grub_ieee1275_devalias *alias)
|
|||
card->flags = 0;
|
||||
shortname = find_alias (alias->path);
|
||||
card->name = grub_xasprintf ("ofnet_%s", shortname ? : alias->path);
|
||||
card->idle_poll_delay_ms = 1;
|
||||
card->idle_poll_delay_ms = 10;
|
||||
grub_free (shortname);
|
||||
|
||||
card->driver = &ofdriver;
|
||||
|
|
Loading…
Reference in a new issue