diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/device_table-ezx.txt | 14 | ||||
| -rw-r--r-- | files/device_table_add-loop.txt | 1 | ||||
| -rw-r--r-- | files/device_table_add-scsi.txt | 2 |
3 files changed, 16 insertions, 1 deletions
diff --git a/files/device_table-ezx.txt b/files/device_table-ezx.txt index ad382052e0..f477a67a93 100644 --- a/files/device_table-ezx.txt +++ b/files/device_table-ezx.txt @@ -1,2 +1,14 @@ -/dev/mux c 660 0 5 250 0 0 1 8 +#<path> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> +#/dev/mem c 640 0 0 1 1 0 0 - +# +#type can be one of: +# f A regular file +# d Directory +# c Character special device file +# b Block special device file +# p Fifo (named pipe) + +/dev/mux c 660 0 5 250 0 1 1 8 +/dev/ttyIPC c 660 0 5 251 0 - - - /dev/input/uinput c 660 0 0 10 223 - - - +/dev/video c 660 0 44 81 0 - - - diff --git a/files/device_table_add-loop.txt b/files/device_table_add-loop.txt new file mode 100644 index 0000000000..0176135df2 --- /dev/null +++ b/files/device_table_add-loop.txt @@ -0,0 +1 @@ +/dev/loop b 664 0 0 7 0 0 1 2 diff --git a/files/device_table_add-scsi.txt b/files/device_table_add-scsi.txt new file mode 100644 index 0000000000..74d7725185 --- /dev/null +++ b/files/device_table_add-scsi.txt @@ -0,0 +1,2 @@ +/dev/sda b 660 0 6 8 0 - - - +/dev/sda b 660 0 6 8 1 1 1 16 |
