diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-01-18 21:57:28 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-01-18 21:57:28 +0000 |
commit | 7e992c2aa0a044882a633a226b3b09f360d8b761 (patch) | |
tree | da916be9e4fead8ebfa7e51218a3047813187acf /share | |
parent | 80c89a0bd4283e8268bd9ad6e434a1079a2e2f71 (diff) |
Remove no longer applicable diagnostic messages
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc/spif.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/spif.4 | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man4/man4.sparc/spif.4 b/share/man/man4/man4.sparc/spif.4 index d9b93dd0f3f..55d74c63383 100644 --- a/share/man/man4/man4.sparc/spif.4 +++ b/share/man/man4/man4.sparc/spif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spif.4,v 1.5 2002/01/13 02:12:34 jason Exp $ +.\" $OpenBSD: spif.4,v 1.6 2002/01/18 21:57:27 jason Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -75,9 +75,6 @@ well as automatic hardware (RTS/CTS) flow control. .Bl -diag .It "spif%d: ccr timeout" A timeout occurred while writing to one of the CD180 registers. -.It "stty%d-%d: fifo overflow" -Incoming characters were discarded because the driver's interrupt -routine could not read them fast enough from the card. .It "stty%d-%d: ring overflow" Incoming characters were discarded because the application in control of the device did not read the input fast enough. diff --git a/share/man/man4/man4.sparc64/spif.4 b/share/man/man4/man4.sparc64/spif.4 index 5c15d7ac2dd..2dae5d7b3c9 100644 --- a/share/man/man4/man4.sparc64/spif.4 +++ b/share/man/man4/man4.sparc64/spif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spif.4,v 1.1 2002/01/13 02:15:01 jason Exp $ +.\" $OpenBSD: spif.4,v 1.2 2002/01/18 21:57:27 jason Exp $ .\" .\" Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -75,9 +75,6 @@ well as automatic hardware (RTS/CTS) flow control. .Bl -diag .It "spif%d: ccr timeout" A timeout occurred while writing to one of the CD180 registers. -.It "stty%d-%d: fifo overflow" -Incoming characters were discarded because the driver's interrupt -routine could not read them fast enough from the card. .It "stty%d-%d: ring overflow" Incoming characters were discarded because the application in control of the device did not read the input fast enough. |