diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-10-22 20:35:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-10-22 20:35:30 +0000 |
commit | ee598dd2dee2de9db189c7a47a7d7afbeb85c040 (patch) | |
tree | 3f9fae57f28d99865f75932776fca4c77ee9cdc5 /sources/device_table.txt | |
parent | 365aac205d456db89a758533b256a5e5b51c8817 (diff) |
Fix the /dev/fd* entries. Add /dev/ptmx. Properly support the
devpts filesystem.
-Erik
Diffstat (limited to 'sources/device_table.txt')
-rw-r--r-- | sources/device_table.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sources/device_table.txt b/sources/device_table.txt index f4bb95afa..5d7602d10 100644 --- a/sources/device_table.txt +++ b/sources/device_table.txt @@ -22,10 +22,19 @@ /dev/ram b 640 0 0 1 1 0 0 - /dev/ram b 640 0 0 1 0 0 1 4 /dev/loop b 640 0 0 7 0 0 1 2 +/dev/ptmx c 666 0 0 5 2 0 0 - #/dev/ttyS c 640 0 0 4 64 0 1 4 #/dev/psaux c 640 0 0 10 1 0 0 - #/dev/rtc c 640 0 0 10 135 0 0 - -#/dev/fd b 640 0 0 2 0 0 0 1 +#/dev/fd b 640 0 0 2 0 0 1 2 +#/dev/fd0d360 b 640 0 0 2 4 0 0 - +#/dev/fd1d360 b 640 0 0 2 5 0 0 - +#/dev/fd0h1200 b 640 0 0 2 8 0 0 - +#/dev/fd1h1200 b 640 0 0 2 9 0 0 - +#/dev/fd0u1440 b 640 0 0 2 28 0 0 - +#/dev/fd1u1440 b 640 0 0 2 29 0 0 - +#/dev/fd0u2880 b 640 0 0 2 32 0 0 - +#/dev/fd1u2880 b 640 0 0 2 33 0 0 - # # User-mode Linux stuff /dev/ubda b 640 0 0 98 0 0 0 - |