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:
Doug Rabson 2000-05-13 15:40:46 +00:00
parent 042f27bd00
commit 8bbd2c1e46

View File

@ -139,6 +139,7 @@ net_open(struct open_file *f, ...)
return (error);
}
}
netdev_opens++;
}
netdev_opens++;
f->f_devdata = &netdev_sock;