Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4/man4.alpha Add manual page for tsciic and cro...
details: https://anonhg.NetBSD.org/src/rev/346ac3941ae5
branches: trunk
changeset: 326888:346ac3941ae5
user: jdc <jdc%NetBSD.org@localhost>
date: Fri Feb 21 12:26:00 2014 +0000
description:
Add manual page for tsciic and cross reference it from related pages.
diffstat:
share/man/man4/man4.alpha/Makefile | 6 ++--
share/man/man4/man4.alpha/intro.4 | 12 ++++++++-
share/man/man4/man4.alpha/tsc.4 | 5 ++-
share/man/man4/man4.alpha/tsciic.4 | 47 ++++++++++++++++++++++++++++++++++++++
4 files changed, 63 insertions(+), 7 deletions(-)
diffs (138 lines):
diff -r e5f0fa007815 -r 346ac3941ae5 share/man/man4/man4.alpha/Makefile
--- a/share/man/man4/man4.alpha/Makefile Fri Feb 21 12:24:52 2014 +0000
+++ b/share/man/man4/man4.alpha/Makefile Fri Feb 21 12:26:00 2014 +0000
@@ -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
diff -r e5f0fa007815 -r 346ac3941ae5 share/man/man4/man4.alpha/intro.4
--- a/share/man/man4/man4.alpha/intro.4 Fri Feb 21 12:24:52 2014 +0000
+++ b/share/man/man4/man4.alpha/intro.4 Fri Feb 21 12:26:00 2014 +0000
@@ -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
@@ -577,6 +581,10 @@
.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
diff -r e5f0fa007815 -r 346ac3941ae5 share/man/man4/man4.alpha/tsc.4
--- a/share/man/man4/man4.alpha/tsc.4 Fri Feb 21 12:24:52 2014 +0000
+++ b/share/man/man4/man4.alpha/tsc.4 Fri Feb 21 12:26:00 2014 +0000
@@ -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
diff -r e5f0fa007815 -r 346ac3941ae5 share/man/man4/man4.alpha/tsciic.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/man4.alpha/tsciic.4 Fri Feb 21 12:26:00 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index