Changeset 3fac882d in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2011-12-29T11:00:26Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
db9ef0c
Parents:
70172dc4
Message:

Enable i8024 service in init ia64 seems to use it. Remove i8042 from ia32/amd64 list of essential services.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    r70172dc4 r3fac882d  
    302302        spawn("/srv/obio");
    303303        srv_start("/srv/cuda_adb");
    304 //      srv_start("/srv/i8042");
     304        srv_start("/srv/i8042");
    305305        srv_start("/srv/s3c24ser");
    306306        srv_start("/srv/s3c24ts");
Note: See TracChangeset for help on using the changeset viewer.