Hi, There's no big progress from last week... but I've done a couple of things: - added more VID:PID pairs to rtl8169.ma - extended 'nic' tool by adding printing of link speed, duplex mode, vendor & model names and a switches allowing to change: MAC address, link speed and duplex mode.
I've also discovered and fixed a bug in lib/drv/generic/remote_nic.c, nic_get_device_info function which caused hangup when transferring results from nic driver to the caller. The bad thing is that when I tried to eg. change MAC address of emulated e1000 card, the system is hanging up. I was debugging that and it seems that it's e1000 driver fault - if I just comment out, for example, 'set_operation_mode' function body in e1k.c, it doesn't hang up (but doesn't do anything of course...) Regards, Agnieszka
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
