diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-28 18:25:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-07-28 18:25:08 -0700 |
| commit | 0cd3455f63d08573e5894e21b4bd1bbe809483e9 (patch) | |
| tree | 3d596502c0aacc35085c027299aa8fb91c6a7620 /Documentation | |
| parent | fd4588d030819388843b8cc2cef7130e4946533e (diff) | |
| parent | 29363ba006b5693e93067a4710eebae34d7ae97d (diff) | |
Merge bk://bk.arm.linux.org.uk:14691
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/serial/driver | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver index 637c89effb5b..050f4bb730bf 100644 --- a/Documentation/serial/driver +++ b/Documentation/serial/driver @@ -138,15 +138,16 @@ hardware. Stop receiving characters; the port is in the process of being closed. - Locking: none. - Interrupts: caller dependent. + Locking: port->lock taken. + Interrupts: locally disabled. This call must not sleep enable_ms(port) Enable the modem status interrupts. - Locking: none. - Interrupts: caller dependent. + Locking: port->lock taken. + Interrupts: locally disabled. + This call must not sleep break_ctl(port,ctl) Control the transmission of a break signal. If ctl is |
