Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 split out pcic.4 tcic.4 from pcmcia.4



details:   https://anonhg.NetBSD.org/src/rev/d0d792fea295
branches:  trunk
changeset: 482027:d0d792fea295
user:      fair <fair%NetBSD.org@localhost>
date:      Sat Feb 12 11:14:13 2000 +0000

description:
split out pcic.4 tcic.4 from pcmcia.4
add pcmcom.4 and adjust Makefile to suit
all per PR 7603

diffstat:

 share/man/man4/Makefile |   6 ++-
 share/man/man4/pcic.4   |  82 +++++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/pcmcia.4 |  57 +++++++++++++++++----------------
 share/man/man4/pcmcom.4 |  61 ++++++++++++++++++++++++++++++++++++
 share/man/man4/tcic.4   |  58 ++++++++++++++++++++++++++++++++++
 5 files changed, 234 insertions(+), 30 deletions(-)

diffs (truncated from 339 to 300 lines):

diff -r 2a9ad5d88a87 -r d0d792fea295 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sat Feb 12 10:12:58 2000 +0000
+++ b/share/man/man4/Makefile   Sat Feb 12 11:14:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.132 2000/02/12 09:19:04 fair Exp $
+#      $NetBSD: Makefile,v 1.133 2000/02/12 11:14:13 fair Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 awi.4 bha.4 bpf.4 \
@@ -35,6 +35,9 @@
        esp.4 ess.4 ex.4 fmv.4 gus.4 guspnp.4 ix.4 iy.4 le.4 mcd.4 pss.4 \
        rtfps.4 sb.4 sea.4 tcom.4 wds.4 we.4 wss.4 wt.4
 
+# machine-independent PCMCIA devices
+MAN+=  pcic.4 tcic.4 pcmcom.4
+
 # machine-independent VME devices
 MAN+=  si.4
 
@@ -48,7 +51,6 @@
 MLINKS+=le.4 bicc.4 le.4 nele.4 le.4 depca.4
 MLINKS+=netintro.4 networking.4
 MLINKS+=pms.4 pmsi.4
-MLINKS+=pcmcia.4 pcic.4
 MLINKS+=si.4 sw.4
 MLINKS+=audio.4 sound.4
 MLINKS+=audio.4 mixer.4
diff -r 2a9ad5d88a87 -r d0d792fea295 share/man/man4/pcic.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/pcic.4     Sat Feb 12 11:14:13 2000 +0000
@@ -0,0 +1,82 @@
+.\" $NetBSD: pcic.4,v 1.1 2000/02/12 11:14:14 fair Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 May 21, 1999
+.Dt PCIC 4
+.Os
+.Sh NAME
+.Nm pcic
+.Nd Intel and Cirrus Logic PCMCIA controller driver
+.Sh SYNOPSIS
+.Cd "pcic0   at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000"
+.Cd "pcic1   at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000"
+.Cd "pcic*   at isapnp?"
+.Cd "pcic*   at pci? dev? function ?"
+.Cd "pcmcia* at pcic? controller ? socket ?"
+.Sh DESCRIPTION
+.Nx
+provides support for the
+.Tn Intel
+82365SL,
+.Tn Cirrus Logic
+PD6710 and PD672x
+.Tn PCMCIA
+controllers.
+.Pp
+The default configuration of the pcic gives each controller 16
+kilobytes of memory, to be shared between slots.
+Some
+.Tn "PC Card"
+devices require somewhat more memory than this;
+it may therefore be necessary to adjust the 
+.Va iomem
+and
+.Va iosiz
+parameters of the
+.Nm
+devices in the kernel config file to accomodate these cards.
+.Sh SEE ALSO
+.Xr pcmcia 4 ,
+.Xr isa 4 ,
+.Xr isapnp 4 ,
+.Xr pci 4 ,
+.Xr tcic 4
+.Pp
+.Pa http://www.intel.com/
+.br
+.Pa http://www.cirrus.com/
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 1.3 .
diff -r 2a9ad5d88a87 -r d0d792fea295 share/man/man4/pcmcia.4
--- a/share/man/man4/pcmcia.4   Sat Feb 12 10:12:58 2000 +0000
+++ b/share/man/man4/pcmcia.4   Sat Feb 12 11:14:13 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pcmcia.4,v 1.12 2000/01/24 15:26:10 augustss Exp $
+.\" $NetBSD: pcmcia.4,v 1.13 2000/02/12 11:14:14 fair Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,28 +34,38 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 11, 1997
+.Dd February 12, 2000
 .Dt PCMCIA 4
 .Os
 .Sh NAME
-.Nm pcmcia ,
-.Nm pcic
-.Nd introduction to PCMCIA (PC Card) support
+.Nm pcmcia
+.Nd
+introduction to
+.Tn PCMCIA
+.Pq Tn "PC Card"
+support
 .Sh SYNOPSIS
-.Cd "pcic0   at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000"
-.Cd "pcic1   at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000"
 .Cd "pcmcia* at pcic? controller ? socket ?"
+.Cd "pcmcia* at tcic? controller ? socket ?"
 .Cd "pcmcia* at cardslot?"
-.Cd "XX*     at pcmcia? function ?"
-.Pp
-.Sh INTRODUCTION
+.Ss hpcmips
+.Cd "pcmcia* at it8368e? controller ? socket ?"
+.Cd "pcmcia* at plumpcmcia? controller ? socket ?"
+.Ss sh3
+.Cd "pcmcia* at shpcic? controller ? socket ?"
+.Sh DESCRIPTION
 .Nx
-provides machine-independent bus support and
-drivers for PCMCIA (PC Card, Card Bus)
+provides machine-independent bus support and drivers for
+.Tn PCMCIA
+.Pq Personal Computer Memory Card International Association
+a.k.a.
+.Tn "PC Card" ,
+.Tn CardBus
 devices.
 .Sh SUPPORTED DEVICES
 .Nx
-includes the following machine-independent PCMCIA
+includes the following machine-independent
+.Tn PCMCIA
 drivers, sorted by function and driver name:
 .Pp
 .Ss Serial interfaces and modems
@@ -99,19 +109,6 @@
 Digital Hinote Ultra Mobile Media Adapter
 .El
 .\"
-.Pp
-The supported PCMCIA controllers are those that are i82365 compatible.
-.Sh NOTES
-The default configuration of the pcic gives each controller 16
-kilobytes of memory, to be shared between slots.  Some PC card devices
-require somewhat more memory than this; it may therefore be necessary
-to adjust the 
-.Va iomem
-and
-.Va iosiz
-parameters of the
-.Va pcic
-devices in the kernel config file to accomodate these cards.
 .Sh SEE ALSO
 .Xr intro 4 ,
 .Xr aic 4 ,
@@ -124,12 +121,16 @@
 .Xr mbe 4 ,
 .Xr mhzc 4 ,
 .Xr ne 4 ,
+.Xr pcic 4 ,
+.Xr pcmcom 4 ,
 .Xr ray 4 ,
 .Xr sm 4 ,
+.Xr tcic 4 ,
 .Xr wi 4
+.Pp
+.Pa http://www.pcmcia.org/
 .Sh HISTORY
 The
 .Nm
-driver
-appeared in
+driver appeared in
 .Nx 1.3 .
diff -r 2a9ad5d88a87 -r d0d792fea295 share/man/man4/pcmcom.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/pcmcom.4   Sat Feb 12 11:14:13 2000 +0000
@@ -0,0 +1,61 @@
+.\" $NetBSD: pcmcom.4,v 1.1 2000/02/12 11:14:14 fair Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 May 21, 1999
+.Dt PCMCOM 4
+.Os
+.Sh NAME
+.Nm pcmcom
+.Nd
+.Tn PCMCIA
+multi-port serial card driver
+.Sh SYNOPSIS
+.Cd "pcmcom* at pcmcia? function ?"
+.Cd "com*    at pcmcom? slave ?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for
+.Tn Megahertz
+XJ2288 modem.
+.Sh SEE ALSO
+.Xr pcmcia 4 ,
+.Xr com 4 ,
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 1.3 .
diff -r 2a9ad5d88a87 -r d0d792fea295 share/man/man4/tcic.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/tcic.4     Sat Feb 12 11:14:13 2000 +0000
@@ -0,0 +1,58 @@
+.\" $NetBSD: tcic.4,v 1.1 2000/02/12 11:14:14 fair Exp $
+.\"
+.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived



Home | Main Index | Thread Index | Old Index