diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-18 18:59:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-12-18 18:59:26 +0000 |
commit | 4360704857de438cc4603c97571a6d9cf08ed3c2 (patch) | |
tree | f6b852489f74af8d29f8490f0f056f78eaa83601 /share/man | |
parent | cd723f33ace7b3ef31e101fc8de13c7494b2c339 (diff) |
Add support for pci-based sti devices. ok mickey@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pci.4 | 4 | ||||
-rw-r--r-- | share/man/man4/sti.4 | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 305d02536da..a0ff06ce7a1 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.200 2006/12/17 18:57:50 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.201 2006/12/18 18:59:23 miod Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -290,6 +290,8 @@ PCI ``universal'' communications card driver .El .Ss Display adapters .Bl -tag -width 10n -offset ind -compact +.It Xr sti 4 +HP Standard Text Interface .It Xr tga 4 TGA graphics driver .It Xr vga 4 diff --git a/share/man/man4/sti.4 b/share/man/man4/sti.4 index bf657ac803d..a5a510357ae 100644 --- a/share/man/man4/sti.4 +++ b/share/man/man4/sti.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sti.4,v 1.17 2005/01/16 01:34:00 jmc Exp $ +.\" $OpenBSD: sti.4,v 1.18 2006/12/18 18:59:23 miod Exp $ .\" .\" Copyright (c) 2001 Michael Shalayeff .\" All rights reserved. @@ -34,7 +34,7 @@ .Cd "sti* at mainbus0" .Cd "sti* at phantomas0" .Cd "sti* at sgc?" -.\" .Cd "sti* at pci?" +.Cd "sti* at pci?" .Cd "wsdisplay* at sti?" .Sh DESCRIPTION The @@ -65,9 +65,9 @@ The following models are supported .\" .It "Visualize 24" Ta "24" Ta "16" Ta "y" Ta "GSC" .\" .It "Visualize 48" Ta "24" Ta "16" Ta "y" Ta "GSC" .\" .It "Visualize 48XP" Ta "24" Ta "16" Ta "y" Ta "GSC" -.\" .It "Visualize FXE" Ta "24" Ta "24" Ta "y" Ta "PCI 32/66" -.\" .It "Visualize FX2" Ta "24" Ta "24" Ta "y" Ta "PCI 64/66" -.\" .It "Visualize FX4/FX6" Ta "24" Ta "32" Ta "y" Ta "PCI 64/66" +.It "Visualize FXE" Ta "24" Ta "24" Ta "y" Ta "PCI 32/66" +.It "Visualize FX2" Ta "24" Ta "24" Ta "y" Ta "PCI 64/66" +.It "Visualize FX4/FX6" Ta "24" Ta "32" Ta "y" Ta "PCI 64/66" .\" .It "Visualize FX5pro" Ta "24" Ta "64" Ta "y" Ta "PCI 64/66" .\" .It "Visualize FX10pro" Ta "24" Ta "128" Ta "y" Ta "PCI 64/66" .El |