diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-20 03:22:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-20 03:22:53 +0000 |
commit | e55053c11356079dd8404296d2e71e0a75bb9bac (patch) | |
tree | fba58b072af26806549de7d9922b213debd84d7a /share | |
parent | cc87e3f328530b1d4d4fb5bc18cd453b4bdccda0 (diff) |
pretty
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sbus.4 | 5 | ||||
-rw-r--r-- | share/man/man4/stp.4 | 17 |
2 files changed, 8 insertions, 14 deletions
diff --git a/share/man/man4/sbus.4 b/share/man/man4/sbus.4 index 00c096af6cc..a5109b7f0c7 100644 --- a/share/man/man4/sbus.4 +++ b/share/man/man4/sbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sbus.4,v 1.8 2002/06/20 02:47:07 deraadt Exp $ +.\" $OpenBSD: sbus.4,v 1.9 2002/06/20 03:22:51 deraadt Exp $ .\" $NetBSD: sbus.4,v 1.5 2002/01/21 17:54:10 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -116,9 +116,8 @@ an expansion box. .It Xr stp 4 .Nm sbus -to .Xr pcmcia 4 -converter. +bridge. .El .Ss Graphics devices .Bl -tag -width 12n -offset ind -compact diff --git a/share/man/man4/stp.4 b/share/man/man4/stp.4 index 57cb38f117f..0636bfbe6f7 100644 --- a/share/man/man4/stp.4 +++ b/share/man/man4/stp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stp.4,v 1.1 2002/06/20 03:17:43 fgsch Exp $ +.\" $OpenBSD: stp.4,v 1.2 2002/06/20 03:22:52 deraadt Exp $ .\" $NetBSD: nell.4,v 1.2 2002/03/29 16:23:50 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -47,8 +47,11 @@ .Sh DESCRIPTION The .Nm -is a pcmcia bridge for the sbus. It is also known as STP4020, the name -of the chipset used to implement it, and has SUN part number 501-2367. +is a +.Xr pcmcia 4 +bridge for +.Xr sbus 4 . +It uses the STP4020 chipset and it is SUN part number 501-2367. .Sh SEE ALSO .Xr pcmcia 4 , .Xr sbus 4 @@ -60,11 +63,3 @@ known for sure if the hardware has any byteswapping mode. For sparc64 systems this can easily be worked around in software, so this will be fixed. For sparc systems, the fix might impose a serious performance degration and is subject of further research. -.\" .Pp -.\" This means that currently some cards will work (because they are using 8 bit -.\" access only), including com and ray cards. Most cards will not work. For -.\" the wi driver, there is a hack to make it accept a big-endian bus. Be sure to -.\" only use it if this is the only wi card in your system: -.\" .Pp -.\" .Cd "options WI_AT_BIGENDIAN_BUS_HACK" -.\" .Cd "wi* at pcmcia? function ?" |