diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 13:19:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-03 13:19:45 +0000 |
commit | 5727ccf5bbe8004a98c5d67c61632b59e652f908 (patch) | |
tree | 28e39b44cefd51a6e0b55fa83dcb0c14f9aa1740 /share | |
parent | 7b754ad58c8aaeef9b772832fa51a74f30788e92 (diff) |
It turns out that despite what Sun documentation says, zx cards work fine
inside an xbox, so remove the warning - it is probably a software restriction
for their driver, not a hardware restriction.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.sparc/zx.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/zx.4 | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/share/man/man4/man4.sparc/zx.4 b/share/man/man4/man4.sparc/zx.4 index 6cdae7952e3..4e0995d8c02 100644 --- a/share/man/man4/man4.sparc/zx.4 +++ b/share/man/man4/man4.sparc/zx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zx.4,v 1.12 2004/11/29 15:03:56 miod Exp $ +.\" $OpenBSD: zx.4,v 1.13 2005/03/03 13:19:42 miod Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -111,8 +111,8 @@ The selected resolutions are: .Xr wscons 4 , .Xr wsdisplay 4 .Sh CAVEATS -The ZX and TurboZX cards will not function in a sun4c class machine or -in an SBus expansion box, due to PROM limitations. +The ZX and TurboZX cards will not function in a sun4c class machine, +due to PROM limitations. .Pp There is currently no software interface to change the frame buffer resolution at runtime. diff --git a/share/man/man4/man4.sparc64/zx.4 b/share/man/man4/man4.sparc64/zx.4 index 851af45f49e..7b4e6f90a78 100644 --- a/share/man/man4/man4.sparc64/zx.4 +++ b/share/man/man4/man4.sparc64/zx.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zx.4,v 1.7 2004/11/29 18:12:50 miod Exp $ +.\" $OpenBSD: zx.4,v 1.8 2005/03/03 13:19:44 miod Exp $ .\" Copyright (c) 2003 Miodrag Vallat. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -105,8 +105,5 @@ The selected resolutions are: .Xr wscons 4 , .Xr wsdisplay 4 .Sh CAVEATS -.\" The ZX and TurboZX cards will not function -.\" in an SBus expansion box, due to PROM limitations. -.\" .Pp There is currently no software interface to change the frame buffer resolution at runtime. |