diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-19 22:45:37 +0000 |
commit | 6d403070f28cd44860fdb3a53be5da0275c65cf4 (patch) | |
tree | 0d0e7fe7b5fb7568d19e11d7d862b77a866ce081 /Documentation/parport.txt | |
parent | ecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 (diff) |
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
possible. Chainsawed RM200 kernel to compile again. Jazz machine
status unknown.
Diffstat (limited to 'Documentation/parport.txt')
-rw-r--r-- | Documentation/parport.txt | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/Documentation/parport.txt b/Documentation/parport.txt index b4d7ff895..59e75b5fa 100644 --- a/Documentation/parport.txt +++ b/Documentation/parport.txt @@ -109,7 +109,10 @@ parport | | |-- active | | `-- lp | | `-- timeslice -| |-- hardware +| |-- base-addr +| |-- irq +| |-- dma +| |-- modes | `-- spintime `-- parport1 |-- autoprobe @@ -121,7 +124,10 @@ parport | |-- active | `-- ppa | `-- timeslice - |-- hardware + |-- base-addr + |-- irq + |-- dma + |-- modes `-- spintime @@ -133,7 +139,28 @@ devices/active A list of the device drivers using that port. A "+" string "none" means that there are no device drivers using that port. -hardware Parallel port's base address, IRQ line and DMA channel. +base-addr Parallel port's base address, or addresses if the port + has more than one in which case they are separated + with tabs. These values might not have any sensible + meaning for some ports. + +irq Parallel port's IRQ, or -1 if none is being used. + +dma Parallel port's DMA channel, or -1 if none is being + used. + +modes Parallel port's hardware modes, comma-separated, + meaning: + + PCSPP PC-style SPP registers are available. + TRISTATE Port is bidirectional. + COMPAT Hardware acceleration for printers is + available and will be used. + EPP Hardware acceleration for EPP protocol + is available and will be used. + ECP Hardware acceleration for ECP protocol + is available and will be used. + DMA DMA is available and will be used. autoprobe Any IEEE-1284 device ID information that has been acquired from the (non-IEEE 1284.3) device. |