Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | 5 (Enumerate directory) |
R2 | Pointer to path being enumerated (null terminated) |
Exit | |
---|---|
- | - |
This entry point is called in all devices when the DeviceFS directory structure is about to be read, allowing devices to add and remove non-permanent devices.
The path supplied will be full (eg $.foo.dojo) and null terminated.
Interrupt-driven buffered device drivers will ignore this call, as they do not sleep.