taglinefilesource code
thisEthwrk1852drivers/net/ewrk3.cstatic struct device thisEthwrk = {
thisEthwrk1864drivers/net/ewrk3.cthisEthwrk.base_addr=io;
thisEthwrk1865drivers/net/ewrk3.cthisEthwrk.irq=irq;
thisEthwrk1866drivers/net/ewrk3.cif (register_netdev(&thisEthwrk) != 0)
thisEthwrk1874drivers/net/ewrk3.crelease_region(thisEthwrk.base_addr, EWRK3_TOTAL_SIZE);
thisEthwrk1875drivers/net/ewrk3.cunregister_netdev(&thisEthwrk);
thisEthwrk1876drivers/net/ewrk3.ckfree(thisEthwrk.priv);
thisEthwrk1877drivers/net/ewrk3.cthisEthwrk.priv = NULL;