diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/share/docs/kernel/iotap_naming.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/share/docs/kernel/iotap_naming.md b/src/share/docs/kernel/iotap_naming.md new file mode 100644 index 0000000..d33faa7 --- /dev/null +++ b/src/share/docs/kernel/iotap_naming.md @@ -0,0 +1,25 @@ +# I/O tap naming standard + +Author: Ian Marco Moffett and the OSMORA Standards Group + +## Convention + +All names must be delimited with the '.' character. For example, +all input devices must be named at 'input.*' + + +## Common prefixes / classes + +``` +input.* - input devices +output.* - output devices +``` + +## Standard input device list + +- iokbd: Integrated keyboard + +## Standard output device list + +- fbdev: Framebuffer devices: + [subnames: fbdev.attr (attributes)] |