diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 14:39:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-29 14:39:59 +0000 |
commit | 6b8f65a67f5bba9ff7f73b0079b7c119dd6da2ce (patch) | |
tree | 1ff5ca43bb9c4ea84c6d4beb845b5253012e27e7 | |
parent | 3569f2d04500a2eee04632b11f54a902bc4aad4a (diff) | |
download | buildroot-novena-6b8f65a67f5bba9ff7f73b0079b7c119dd6da2ce.tar.gz buildroot-novena-6b8f65a67f5bba9ff7f73b0079b7c119dd6da2ce.zip |
- add ttyAMA
-rw-r--r-- | target/generic/mini_device_table.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/generic/mini_device_table.txt b/target/generic/mini_device_table.txt index 5e4cfe628..be338f8d2 100644 --- a/target/generic/mini_device_table.txt +++ b/target/generic/mini_device_table.txt @@ -54,6 +54,7 @@ # uncomment this to allow starting x as non-root #/usr/X11R6/bin/Xfbdev f 4755 0 0 - - - - - # Normal system devices +#<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> #/dev/mem c 640 0 0 1 1 0 0 - #/dev/kmem c 640 0 0 1 2 0 0 - /dev/null c 666 0 0 1 3 0 0 - @@ -67,6 +68,7 @@ /dev/console c 666 0 0 5 1 - - - #/dev/tty c 666 0 0 5 0 - - - #/dev/tty c 666 0 0 4 0 0 1 8 +#/dev/ttyAMA c 600 0 0 204 64 0 1 1 #/dev/ttyp c 666 0 0 3 0 0 1 10 #/dev/ptyp c 666 0 0 2 0 0 1 10 #/dev/ptmx c 666 0 0 5 2 - - - |