Changeset 1c7b0db7 in mainline for uspace/drv/nic/ne2k/dp8390.c


Ignore:
Timestamp:
2025-03-06T16:42:01Z (3 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
870841cf
Parents:
07039850
Message:

Implement quiesce in NE2k, RTL8139 and RTL8169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/ne2k/dp8390.c

    r07039850 r1c7b0db7  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2009 Lukas Mejdrech
    34 * Copyright (c) 2011 Martin Decky
     
    182183                        break;
    183184        }
     185}
     186
     187/** Quiesce NE2000.
     188 *
     189 * @param ne2k NE2000
     190 */
     191void ne2k_quiesce(ne2k_t *ne2k)
     192{
     193        ne2k_init(ne2k);
    184194}
    185195
Note: See TracChangeset for help on using the changeset viewer.