kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

Broken ne2k driver #591

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NE2K driver incorrectly reads MAC address from ERPOM.

I set mac address 00:01:02:03:04:01 in qemu:
-net nic,vlan=1,model=ne2k_pci,macaddr=00:01:02:03:04:01

Embox reads from eprom the following sequence of bytes as MAC address: 00 00 01 
01 02 02.

This is definitely is not a qemu error, since other OS reads this correctly.

Original issue reported on code.google.com by vladisla...@gmail.com on 4 Apr 2013 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by ki.stfu on 4 Apr 2013 at 1:11

GoogleCodeExporter commented 9 years ago
fixed by r9478

Original comment by ki.stfu on 6 Apr 2013 at 2:33