Changeset f902d36 in mainline for uspace/srv/hw/netif/ne2000/ne2000.c


Ignore:
Timestamp:
2011-01-11T12:04:06Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04aade50
Parents:
597c948
Message:

rename the dp8390 driver (and everything related) to ne2000
as it is currently a more suitable name for this beast

File:
1 moved

Legend:

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

    r597c948 rf902d36  
    7878static int irc_phone = -1;
    7979
    80 /** DP8390 kernel interrupt command sequence.
     80/** NE2000 kernel interrupt command sequence.
    8181 *
    8282 */
     
    128128};
    129129
    130 /** DP8390 kernel interrupt code.
     130/** NE2000 kernel interrupt code.
    131131 *
    132132 */
     
    398398       
    399399        sysarg_t phonehash;
    400         return ipc_connect_to_me(PHONE_NS, SERVICE_DP8390, 0, 0, &phonehash);
     400        return ipc_connect_to_me(PHONE_NS, SERVICE_NE2000, 0, 0, &phonehash);
    401401}
    402402
Note: See TracChangeset for help on using the changeset viewer.