Only probe network settings on the first open of the network device.
The alpha firmware takes a seriously long time to open the network device the first time.
This commit is contained in:
parent
042f27bd00
commit
8bbd2c1e46
@ -139,6 +139,7 @@ net_open(struct open_file *f, ...)
|
||||
return (error);
|
||||
}
|
||||
}
|
||||
netdev_opens++;
|
||||
}
|
||||
netdev_opens++;
|
||||
f->f_devdata = &netdev_sock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user