Changeset 43b4314 in mainline for uspace/srv/hw/netif/dp8390/ne2000.c


Ignore:
Timestamp:
2011-01-10T23:22:05Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4fc2b3b
Parents:
abe95c9
Message:

refactor NE2000 up/down operations, do not configure the card prematurelly (during probing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/ne2000.c

    rabe95c9 r43b4314  
    293293                }
    294294               
     295                change_state(device, NETIF_ACTIVE);
     296               
    295297                if (irc_service)
    296298                        async_msg_1(irc_phone, IRC_ENABLE_INTERRUPT, ne2k->irq);
    297                
    298                 change_state(device, NETIF_ACTIVE);
    299299        }
    300300       
Note: See TracChangeset for help on using the changeset viewer.