diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-07 16:01:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-07 16:01:58 +0000 |
commit | a118d962c3eee2a2c7a1f0ca76665c7dd5d899be (patch) | |
tree | 085a8c54dd867d9bba3ced8678f87e005a389496 /share/man | |
parent | 56e3b5b6b33377b5dd1ac9def5ae90460bd9c98e (diff) |
mention fallback to polled mode
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/lpt.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/lpt.4 b/share/man/man4/man4.i386/lpt.4 index 8c0e812b03e..c8974d8053a 100644 --- a/share/man/man4/man4.i386/lpt.4 +++ b/share/man/man4/man4.i386/lpt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lpt.4,v 1.4 1998/07/12 09:55:25 downsj Exp $ +.\" $OpenBSD: lpt.4,v 1.5 1999/01/07 16:01:57 niklas Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -44,7 +44,8 @@ This driver provides access to parallel ports. .Pp The highest bit in the minor (bit 7, or add 128) number selects whether to do polling or wait for interrupts. If no IRQ is specified -in the kernel configuration, only the polling device may be used. +in the kernel configuration, or the IRQ specified is not available at +attach time, only the polling device may be used. .Pp The next lower bit (bit 6, or add 64) indicates the driver should avoid initializing the printer. |