Changeset a79d88d in mainline for uspace/srv/devman/main.c


Ignore:
Timestamp:
2010-10-21T19:23:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a252ec8
Parents:
374ad3c
Message:

Move the device driver framework drivers under "uspace/drv" in the source tree and
"/drv" on the RAM disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/main.c

    r374ad3c ra79d88d  
    5757#include "devman.h"
    5858
    59 #define DRIVER_DEFAULT_STORE  "/srv/drivers"
     59#define DRIVER_DEFAULT_STORE  "/drv"
    6060
    6161static driver_list_t drivers_list;
Note: See TracChangeset for help on using the changeset viewer.