taglinefilesource code
thisEthwrk1858drivers/net/ewrk3.cstatic struct device thisEthwrk = {
thisEthwrk1870drivers/net/ewrk3.cthisEthwrk.base_addr=io;
thisEthwrk1871drivers/net/ewrk3.cthisEthwrk.irq=irq;
thisEthwrk1872drivers/net/ewrk3.cif (register_netdev(&thisEthwrk) != 0)
thisEthwrk1881drivers/net/ewrk3.cprintk("%s: device busy, remove delayed\n",thisEthwrk.name);
thisEthwrk1883drivers/net/ewrk3.crelease_region(thisEthwrk.base_addr, EWRK3_TOTAL_SIZE);
thisEthwrk1884drivers/net/ewrk3.cunregister_netdev(&thisEthwrk);