diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /Documentation/devices.txt | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'Documentation/devices.txt')
-rw-r--r-- | Documentation/devices.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index d0d1df6cb5de..eccffe715229 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt | |||
@@ -239,6 +239,7 @@ Your cooperation is appreciated. | |||
239 | 0 = /dev/tty Current TTY device | 239 | 0 = /dev/tty Current TTY device |
240 | 1 = /dev/console System console | 240 | 1 = /dev/console System console |
241 | 2 = /dev/ptmx PTY master multiplex | 241 | 2 = /dev/ptmx PTY master multiplex |
242 | 3 = /dev/ttyprintk User messages via printk TTY device | ||
242 | 64 = /dev/cua0 Callout device for ttyS0 | 243 | 64 = /dev/cua0 Callout device for ttyS0 |
243 | ... | 244 | ... |
244 | 255 = /dev/cua191 Callout device for ttyS191 | 245 | 255 = /dev/cua191 Callout device for ttyS191 |
@@ -1495,9 +1496,6 @@ Your cooperation is appreciated. | |||
1495 | 64 = /dev/radio0 Radio device | 1496 | 64 = /dev/radio0 Radio device |
1496 | ... | 1497 | ... |
1497 | 127 = /dev/radio63 Radio device | 1498 | 127 = /dev/radio63 Radio device |
1498 | 192 = /dev/vtx0 Teletext device | ||
1499 | ... | ||
1500 | 223 = /dev/vtx31 Teletext device | ||
1501 | 224 = /dev/vbi0 Vertical blank interrupt | 1499 | 224 = /dev/vbi0 Vertical blank interrupt |
1502 | ... | 1500 | ... |
1503 | 255 = /dev/vbi31 Vertical blank interrupt | 1501 | 255 = /dev/vbi31 Vertical blank interrupt |
@@ -2519,6 +2517,12 @@ Your cooperation is appreciated. | |||
2519 | 8 = /dev/mmcblk1 Second SD/MMC card | 2517 | 8 = /dev/mmcblk1 Second SD/MMC card |
2520 | ... | 2518 | ... |
2521 | 2519 | ||
2520 | The start of next SD/MMC card can be configured with | ||
2521 | CONFIG_MMC_BLOCK_MINORS, or overridden at boot/modprobe | ||
2522 | time using the mmcblk.perdev_minors option. That would | ||
2523 | bump the offset between each card to be the configured | ||
2524 | value instead of the default 8. | ||
2525 | |||
2522 | 179 char CCube DVXChip-based PCI products | 2526 | 179 char CCube DVXChip-based PCI products |
2523 | 0 = /dev/dvxirq0 First DVX device | 2527 | 0 = /dev/dvxirq0 First DVX device |
2524 | 1 = /dev/dvxirq1 Second DVX device | 2528 | 1 = /dev/dvxirq1 Second DVX device |
@@ -2553,7 +2557,10 @@ Your cooperation is appreciated. | |||
2553 | 175 = /dev/usb/legousbtower15 16th USB Legotower device | 2557 | 175 = /dev/usb/legousbtower15 16th USB Legotower device |
2554 | 176 = /dev/usb/usbtmc1 First USB TMC device | 2558 | 176 = /dev/usb/usbtmc1 First USB TMC device |
2555 | ... | 2559 | ... |
2556 | 192 = /dev/usb/usbtmc16 16th USB TMC device | 2560 | 191 = /dev/usb/usbtmc16 16th USB TMC device |
2561 | 192 = /dev/usb/yurex1 First USB Yurex device | ||
2562 | ... | ||
2563 | 209 = /dev/usb/yurex16 16th USB Yurex device | ||
2557 | 240 = /dev/usb/dabusb0 First daubusb device | 2564 | 240 = /dev/usb/dabusb0 First daubusb device |
2558 | ... | 2565 | ... |
2559 | 243 = /dev/usb/dabusb3 Fourth dabusb device | 2566 | 243 = /dev/usb/dabusb3 Fourth dabusb device |