diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 18:03:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2004-09-23 18:03:00 +0000 |
commit | e453fc1a237135b495c4785ecf74330a5ed6be63 (patch) | |
tree | cbf72a3989975013e35dd896f54c54002e6e3610 | |
parent | 2a587562ffefac951db256e624d4c10fb5464d54 (diff) |
document fhc attachment of zs... it's not in GENERIC yet, but will be
as soon as I figure out the interrupt junk on fhc/central
-rw-r--r-- | share/man/man4/man4.sparc64/zs.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/man4.sparc64/zs.4 b/share/man/man4/man4.sparc64/zs.4 index a6c167eff0e..613b7b65fe3 100644 --- a/share/man/man4/man4.sparc64/zs.4 +++ b/share/man/man4/man4.sparc64/zs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zs.4,v 1.9 2003/05/05 13:51:58 jmc Exp $ +.\" $OpenBSD: zs.4,v 1.10 2004/09/23 18:02:59 jason Exp $ .\" .\" Copyright (c) 1998, 2002 The OpenBSD Project .\" All rights reserved. @@ -11,6 +11,7 @@ .Nm zs .Nd Zilog 8530 (ZSCC) serial communications driver .Sh SYNOPSIS +.Cd "zs* at fhc?" .Cd "zs* at sbus? slot ? offset ?" .Cd "zstty* at zs? channel ?" .Cd "zskbd* at zs? channel ?" @@ -152,6 +153,7 @@ to the kernel configuration file for a type 4 keyboard, or for a type 5 keyboard. .Sh SEE ALSO .Xr ioctl 2 , +.Xr fhc 4 , .Xr intro 4 , .Xr sbus 4 , .Xr tty 4 , |