Module Name:    src
Committed By:   jdc
Date:           Fri Feb 21 12:26:01 UTC 2014

Modified Files:
        src/share/man/man4/man4.alpha: Makefile intro.4 tsc.4
Added Files:
        src/share/man/man4/man4.alpha: tsciic.4

Log Message:
Add manual page for tsciic and cross reference it from related pages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.alpha/Makefile \
    src/share/man/man4/man4.alpha/tsc.4
cvs rdiff -u -r1.13 -r1.14 src/share/man/man4/man4.alpha/intro.4
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.alpha/tsciic.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/man4.alpha/Makefile
diff -u src/share/man/man4/man4.alpha/Makefile:1.2 src/share/man/man4/man4.alpha/Makefile:1.3
--- src/share/man/man4/man4.alpha/Makefile:1.2	Mon May 20 16:21:32 2002
+++ src/share/man/man4/man4.alpha/Makefile	Fri Feb 21 12:26:00 2014
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.2 2002/05/20 16:21:32 wiz Exp $
+#	$NetBSD: Makefile,v 1.3 2014/02/21 12:26:00 jdc Exp $
 
 MAN=	apecs.4 asc.4 autoconf.4 cia.4 dwlpx.4 gbus.4 \
 	intro.4 irongate.4 jensenio.4 kft.4 lca.4 mcbus.4 \
-	mcpcia.4 sableio.4 tcasic.4 tlsb.4 tsc.4 tsp.4 \
-	ttwoga.4 ttwopci.4
+	mcpcia.4 sableio.4 tcasic.4 tlsb.4 tsc.4 tsciic.4 \
+	tsp.4 ttwoga.4 ttwopci.4
 
 MANSUBDIR=/alpha
 
Index: src/share/man/man4/man4.alpha/tsc.4
diff -u src/share/man/man4/man4.alpha/tsc.4:1.2 src/share/man/man4/man4.alpha/tsc.4:1.3
--- src/share/man/man4/man4.alpha/tsc.4:1.2	Wed Apr 30 13:10:55 2008
+++ src/share/man/man4/man4.alpha/tsc.4	Fri Feb 21 12:26:00 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: tsc.4,v 1.2 2008/04/30 13:10:55 martin Exp $
+.\"     $NetBSD: tsc.4,v 1.3 2014/02/21 12:26:00 jdc Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 19, 2001
+.Dd November 16, 2013
 .Dt TSC 4 alpha
 .Os
 .Sh NAME
@@ -44,4 +44,5 @@ driver provides support for the DECchip 
 .Sh SEE ALSO
 .Xr intro 4 ,
 .Xr mainbus 4 ,
+.Xr tsciic 4 ,
 .Xr tsp 4

Index: src/share/man/man4/man4.alpha/intro.4
diff -u src/share/man/man4/man4.alpha/intro.4:1.13 src/share/man/man4/man4.alpha/intro.4:1.14
--- src/share/man/man4/man4.alpha/intro.4:1.13	Thu Dec 26 11:11:53 2013
+++ src/share/man/man4/man4.alpha/intro.4	Fri Feb 21 12:26:00 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: intro.4,v 1.13 2013/12/26 11:11:53 njoly Exp $
+.\"     $NetBSD: intro.4,v 1.14 2014/02/21 12:26:00 jdc Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 19, 2001
+.Dd November 16, 2013
 .Dt INTRO 4 alpha
 .Os
 .Sh NAME
@@ -512,6 +512,8 @@ AlphaServer GS140
 .Tn MHz ,
 0.18 micron
 .Pc
+.Pp
+AlphaServer DS20L
 .El
 .Sh LIST OF DEVICES
 The devices listed below are supported in this incarnation of the system.
@@ -549,6 +551,8 @@ TURBOchannel host bus support
 AlphaServer 8x00 TurboLaser System bus
 .It tsc
 DECchip 21272 Core Logic chipset
+.It tsciic
+DECchip 21272 Core Logic chipset I2C controller
 .It tsp
 DECchip 21272 Core Logic chipset PCI controller
 .It ttwoga
@@ -577,6 +581,10 @@ PCMCIA devices are supported through the
 .Xr pcmcia 4
 bus and associated device drivers.
 .Pp
+I2C devices are supported through the
+.Xr iic 4
+bus and associated device drivers.
+.Pp
 Console devices using ISA, EISA, or PCI video adaptors and standard AT
 or PS/2 keyboards are supported by the machine independent
 .Xr wscons 4

Added files:

Index: src/share/man/man4/man4.alpha/tsciic.4
diff -u /dev/null src/share/man/man4/man4.alpha/tsciic.4:1.1
--- /dev/null	Fri Feb 21 12:26:01 2014
+++ src/share/man/man4/man4.alpha/tsciic.4	Fri Feb 21 12:26:00 2014
@@ -0,0 +1,47 @@
+.\"	$NetBSD: tsciic.4,v 1.1 2014/02/21 12:26:00 jdc Exp $
+.\"
+.\" Copyright (c) 2013 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Julian Coleman
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd November 16, 2013
+.Dt TSCIIC 4 alpha
+.Os
+.Sh NAME
+.Nm tsciic
+.Nd DECchip 21272 Core Logic chipset I2C controller
+.Sh SYNOPSIS
+.Cd "tsciic* at tsc?"
+.Cd "iic* at tsciic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the I2C controller on the DECchip 21272
+Core Logic chipset.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr tsc 4

Reply via email to