Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 add man page for iwic



details:   https://anonhg.NetBSD.org/src/rev/097a05337d95
branches:  trunk
changeset: 536967:097a05337d95
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Sep 24 22:17:23 2002 +0000

description:
add man page for iwic

from FreeBSD

diffstat:

 share/man/man4/Makefile |   4 +-
 share/man/man4/iwic.4   |  67 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 2 deletions(-)

diffs (89 lines):

diff -r d75bde2d1193 -r 097a05337d95 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue Sep 24 22:08:18 2002 +0000
+++ b/share/man/man4/Makefile   Tue Sep 24 22:17:23 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.267 2002/08/11 15:35:09 soren Exp $
+#      $NetBSD: Makefile,v 1.268 2002/09/24 22:17:23 pooka Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \
@@ -14,7 +14,7 @@
        gem.4 gentbi.4 glxtphy.4 gre.4 gphyter.4 gsip.4 hme.4 \
        icmp.4 icp.4 icsphy.4 idp.4 ifmedia.4 iha.4 inet.4 \
        inphy.4 intersil7170.4 ioasic.4 ioat.4 \
-       iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 iso.4 isp.4 joy.4 \
+       iop.4 iophy.4 iopsp.4 ip.4 ipkdb.4 iso.4 isp.4 iwic.4 joy.4 \
        lc.4 ld.4 lkm.4 \
        lo.4 lxtphy.4 mainbus.4 makphy.4 mbe.4 mca.4 mcclock.4 \
        md.4 mfb.4 mhzc.4 midi.4 mii.4 \
diff -r d75bde2d1193 -r 097a05337d95 share/man/man4/iwic.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/iwic.4     Tue Sep 24 22:17:23 2002 +0000
@@ -0,0 +1,67 @@
+.\"    $NetBSD: iwic.4,v 1.1 2002/09/24 22:17:23 pooka Exp $
+.\"
+.\" Copyright (c) 2000, 2002 Hellmuth Michaelis. All rights reserved.
+.\"
+.\" 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 AUTHOR 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 AUTHOR 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.
+.\"
+.\" $FreeBSD: src/usr.sbin/i4b/man/iwic.4,v 1.7 2002/07/28 18:21:48 hm Exp $
+.\"
+.\"    last edit-date: [Sun Jul 28 16:49:47 2002]
+.\"
+.Dd July 28, 2002
+.Dt IWIC 4
+.Os
+.Sh NAME
+.Nm iwic
+.Nd isdn4bsd Winbond ISDN Chip device driver
+.Sh SYNOPSIS
+.Cd "iwic* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides D-channel layer 1 supports as specified in ITU Recommendation
+I.430 and layer 1 support for the B-channel.
+.Pp
+The driver supports passive PCI ISDN cards from various manufacturers
+based on the Winbond W6692 chip.
+.Sh SUPPORTED CARDS
+.Bl -tag -width Ds -compact
+.It Ar ASUSCOM P-IN100-ST-D
+.Pp
+.It Ar Dynalink IS64PPH
+.El
+.Sh CAVEATS
+The driver is still in a somewhat experimental state.
+.Sh BUGS
+Layer 1 persistent deactivation not yet implemented.
+.Sh STANDARDS
+CCITT Recommendation I.430
+.Sh SEE ALSO
+.Xr isdnd 8 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Dave Boyce Aq dave%abyss.demon.co.uk@localhost .
+.Pp
+This manpage was written by
+.An Hellmuth Michaelis Aq hm%freebsd.org@localhost .



Home | Main Index | Thread Index | Old Index