summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-10-02 18:01:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-10-02 18:01:48 +0000
commit5fbc78f1fffe76706ed5b8ea38b0ba3a027a7e6c (patch)
treee47d0d6c36e58a96f3171b94d745ed176c1e4a61 /share/man
parentaed0d244243ddcfc67a5ea117baf712d50b4d7bd (diff)
Support for DS15/DS25/ES45 (Titan) alpha models (rpb family 38). These systems
are very close to the Tsunami systems (rpb family 34) and share the existing Tsunami code; the tsc(4) Tsunami controller code is extended to handle the Titan differences, except for the Titan AGP GART which is left unsupported for now. Tested to not cause regressions on DS20 (deraadt@) and ES40 (miod@). Titan support tested by Sergey Prysiazhnyi on DS25, many thanks for your time!
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.alpha/tsc.420
1 files changed, 14 insertions, 6 deletions
diff --git a/share/man/man4/man4.alpha/tsc.4 b/share/man/man4/man4.alpha/tsc.4
index 781f07adb48..3fe03e917d0 100644
--- a/share/man/man4/man4.alpha/tsc.4
+++ b/share/man/man4/man4.alpha/tsc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tsc.4,v 1.6 2008/06/26 05:42:07 ray Exp $
+.\" $OpenBSD: tsc.4,v 1.7 2009/10/02 18:01:47 miod Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,13 +27,13 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 26 2008 $
+.Dd $Mdocdate: October 2 2009 $
.Dt TSC 4 alpha
.Os
.Sh NAME
.Nm tsc
.Nd
-DECchip 21272 Core Logic chipset
+DECchip 21272 and 21274 Core Logic chipset
.Sh SYNOPSIS
.Cd "tsc* at mainbus?"
.Cd "tsp* at tsc?"
@@ -41,13 +41,21 @@ DECchip 21272 Core Logic chipset
.Sh DESCRIPTION
The
.Nm
-driver provides support for the DECchip 21272 Core Logic chipset
-(Tsunami) found on the 264DP OEM Board.
+driver provides support for the DECchip 21272 (Tsunami) and
+21274 (Titan) Core Logic chipset found on most 21264-based
+systems.
+.Pp
The
.Nm tsp
-driver attaches to it and provides support for the DECchip 21272
+driver attaches to it and provides support for the DECchip 21272 and 21274
built-in PCI controller.
+.Pp
+DECchip 21272 provides one PCI bus, while DECchip 21274 provides two distinct
+PCI buses, the second one with AGP capabilities.
.Sh SEE ALSO
.Xr intro 4 ,
.\".Xr mainbus 4 ,
.Xr pci 4
+.Sh BUGS
+The AGP capabilities of the second PCI bus of DECchip 21274 are not currently
+supported.