taglinefilesource code
thisEthwrk1890drivers/net/ewrk3.cstatic struct device thisEthwrk = {
thisEthwrk1902drivers/net/ewrk3.cthisEthwrk.base_addr=io;
thisEthwrk1903drivers/net/ewrk3.cthisEthwrk.irq=irq;
thisEthwrk1904drivers/net/ewrk3.cif (register_netdev(&thisEthwrk) != 0)
thisEthwrk1912drivers/net/ewrk3.crelease_region(thisEthwrk.base_addr, EWRK3_TOTAL_SIZE);
thisEthwrk1913drivers/net/ewrk3.cunregister_netdev(&thisEthwrk);
thisEthwrk1914drivers/net/ewrk3.ckfree(thisEthwrk.priv);
thisEthwrk1915drivers/net/ewrk3.cthisEthwrk.priv = NULL;