diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-04-05 04:55:58 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-04-05 04:55:58 +0000 |
commit | 74a9f2e1b4d3ab45a9f72cb5b556c9f521524ab3 (patch) | |
tree | 7c4cdb103ab1b388c9852a88bd6fb1e73eba0b5c /Documentation/s390 | |
parent | ee6374c8b0d333c08061c6a97bc77090d7461225 (diff) |
Merge with Linux 2.4.3.
Note that mingetty does no longer work with serial console, you have to
switch to another getty like getty_ps. This commit also includes a
fix for a setitimer bug which did prevent getty_ps from working on
older kernels.
Diffstat (limited to 'Documentation/s390')
-rw-r--r-- | Documentation/s390/cds.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/s390/cds.txt b/Documentation/s390/cds.txt index 746f36dd0..c5261a774 100644 --- a/Documentation/s390/cds.txt +++ b/Documentation/s390/cds.txt @@ -241,7 +241,7 @@ The device driver may use these commands as appropriate. The get_dev_info_by_irq() / get_dev_info_by_devno() functions return: - 0 - sucessful completion + 0 - successful completion -ENODEV - irq or devno don't specify a known subchannel or device number. -EINVAL - invalid devinfo value. @@ -317,7 +317,7 @@ The read_dev_chars() function returns : 0 - successful completion -ENODEV - irq doesn't specify a valid subchannel number -EINVAL - an invalid parameter was detected --EBUSY - an irrecoverable I/O error occured or the device is not +-EBUSY - an irrecoverable I/O error occurred or the device is not operational. Usage Notes : @@ -568,7 +568,7 @@ CCW_FLAG_SUSPEND - suspend The do_IO() function returns : - 0 - successful completion or request successfuly initiated + 0 - successful completion or request successfully initiated -EBUSY - the do_io() function was caled out of sequence. The device is currently processing a previous I/O request -ENODEV - irq doesn't specify a valid subchannel, the device is @@ -777,7 +777,7 @@ flag : 0 (zero) or DOIO_WAIT_FOR_INTERRUPT The halt_IO() function returns : - 0 - successful completion or request successfuly initiated + 0 - successful completion or request successfully initiated -EBUSY - the device is currently performing a synchronous I/O operation : do_IO() with flag DOIO_WAIT_FOR_INTERRUPT or an error was encountered and the device is currently |