Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 27/04/2016 16:02, Sebastian Huber wrote: On 27/04/16 07:59, Chris Johns wrote: On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Sebastian Huber
On 27/04/16 07:59, Chris Johns wrote: On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at any time? If all drivers are written prop

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at any time? Chris ___ devel mailing lis

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Sebastian Huber
On 27/04/16 04:27, Chris Johns wrote: On 26/04/2016 23:22, Sebastian Huber wrote: Add root bus support functions How and why would you use these functions? /** * @brief Attach the root bus. * * @retval 0 Successful operation. * @retval errno Otherwise. */ int rtems_bsd_bus_root_atta

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 26/04/2016 23:22, Sebastian Huber wrote: Add root bus support functions How and why would you use these functions? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel