Changeset 810860a in mainline for contrib/arch/uspace/srv/fs/tmpfs


Ignore:
Timestamp:
2009-09-17T17:03:49Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3037384
Parents:
41eca31
Message:

various protocol fixes
add console architecture

Location:
contrib/arch/uspace/srv/fs/tmpfs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/uspace/srv/fs/tmpfs/tmpfs.bp

    r41eca31 r810860a  
    33        (
    44                ?mounted {
    5                         ?ipc_m_data_write /* mount options */
     5                        ?ipc_m_data_write /* mount options */ ;
     6                        tentative {
     7                                [fnc.tmpfs_restore]
     8                        }
    69                } +
    710               
  • contrib/arch/uspace/srv/fs/tmpfs/tmpfs_server.bp

    r41eca31 r810860a  
    1 !ns.ipc_m_connect_me_to /* vfs */ ;
    2 [/uspace/lib/libfs/fnc.fs_register]
     1(
     2        !ns.ipc_m_connect_me_to /* vfs */ ;
     3        [/uspace/lib/libfs/fnc.fs_register]
     4)
Note: See TracChangeset for help on using the changeset viewer.