diff options
author | 2002-09-09 00:08:58 +0000 | |
---|---|---|
committer | 2002-09-09 00:08:58 +0000 | |
commit | 77d2b40fbae302ca450a0180cc6efd11655e7443 (patch) | |
tree | 7c5dd3dbeaf598542614d9ae35dfa146bcbea2a7 | |
parent | Correctly printf on attach. (diff) | |
download | wireguard-openbsd-77d2b40fbae302ca450a0180cc6efd11655e7443.tar.xz wireguard-openbsd-77d2b40fbae302ca450a0180cc6efd11655e7443.zip |
Try to make the minor number calculation match the driver.
-rw-r--r-- | share/man/man4/cy.4 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4 index f3d3a721989..51764da0457 100644 --- a/share/man/man4/cy.4 +++ b/share/man/man4/cy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cy.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: cy.4,v 1.6 2002/09/09 00:08:58 art Exp $ .\" .\" Copyright (c) 1993 Andrew Herbert. .\" All rights reserved. @@ -42,21 +42,16 @@ These boards are based around Cirrus Logic CD1400 communication controllers. The device minor numbers for this driver are encoded as follows: .Pp .Bd -literal - c c x x u u u u - bits in the minor device number + d c c u u u u u - bits in the minor device number bits meaning ---- ------- - uuuu physical serial line (i.e., unit) to use + uuuuu physical serial line (i.e., unit) to use 0-7 on a cyclom-8Y, 0-15 on a cyclom-16Y - xx unused + cc card number - cc carrier control mode - 00 complete hardware carrier control of the tty. - DCD must be high for the open(2) to complete. - 01 reserved - 10 carrier ignored until a high->low transition - 11 carrier completed ignored + d dialout flag .Ed .Sh DIAGNOSTICS .Bl -diag |