Fri Feb 21 12:26:01 2014 UTC ()
Add manual page for tsciic and cross reference it from related pages.


(jdc)
diff -r1.2 -r1.3 src/share/man/man4/man4.alpha/Makefile
diff -r1.2 -r1.3 src/share/man/man4/man4.alpha/tsc.4
diff -r1.13 -r1.14 src/share/man/man4/man4.alpha/intro.4
diff -r0 -r1.1 src/share/man/man4/man4.alpha/tsciic.4

cvs diff -r1.2 -r1.3 src/share/man/man4/man4.alpha/Makefile (expand / switch to context diff)
--- src/share/man/man4/man4.alpha/Makefile 2002/05/20 16:21:32 1.2
+++ src/share/man/man4/man4.alpha/Makefile 2014/02/21 12:26:00 1.3
@@ -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
 

cvs diff -r1.2 -r1.3 src/share/man/man4/man4.alpha/tsc.4 (expand / switch to context diff)
--- src/share/man/man4/man4.alpha/tsc.4 2008/04/30 13:10:55 1.2
+++ src/share/man/man4/man4.alpha/tsc.4 2014/02/21 12:26:00 1.3
@@ -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 @@
 .Sh SEE ALSO
 .Xr intro 4 ,
 .Xr mainbus 4 ,
+.Xr tsciic 4 ,
 .Xr tsp 4

cvs diff -r1.13 -r1.14 src/share/man/man4/man4.alpha/intro.4 (expand / switch to context diff)
--- src/share/man/man4/man4.alpha/intro.4 2013/12/26 11:11:53 1.13
+++ src/share/man/man4/man4.alpha/intro.4 2014/02/21 12:26:00 1.14
@@ -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 @@
 .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 @@
 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
@@ -575,6 +579,10 @@
 .Pp
 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

File Added: src/share/man/man4/man4.alpha/tsciic.4
.\"	$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