Jorge Almeida wrote:
> Hello to all.
> 
> 
> Where can i find a list of all the available IOCTLs for RTNET?
> 
> More especificaly for the rt_8139too driver.
> 
> I need to know if i have link bit or not. And the status of my board (if it 
> is 
> in error or not). And somthng like that.

Querying device states and managing how to react on changes belongs to
the topic "device manager" - so it's still a todo.

The basic idea is to collect device events that may impact the real-time
characteristics of a physical connection (link drops obviously belong in
this group...), report them timely to subscribed real-time users (e.g.
tasks that sleep for incoming data) so that emergency jobs can be
performed, but defer more costly handling like hardware recovery to a
low-prio task, e.g. Linux context, maybe even scriptable.

Beyond this rough idea, there is no real interface design yet. For the
user-visible side, it is likely a good idea to try adopting existing
ioctls from the netdevice interface.

As usual, it takes someone with both the urging need and the time to
give this at least a start.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to