Changeset 95bc57c in mainline for uspace/srv/bd/ata_bd/ata_bd.c


Ignore:
Timestamp:
2009-07-06T20:55:07Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1757ffce
Parents:
adb49f58
Message:

Servers can return value as soon as they are up. Use this with block-device drivers to start them synchronously. Eliminate ad-hoc sleeping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/ata_bd/ata_bd.c

    radb49f58 r95bc57c  
    5555#include <errno.h>
    5656#include <bool.h>
     57#include <task.h>
    5758
    5859#include "ata_bd.h"
     
    136137
    137138        printf(NAME ": Accepting connections\n");
     139        task_retval(0);
    138140        async_manager();
    139141
Note: See TracChangeset for help on using the changeset viewer.