summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-07-09 05:08:49 +0000
committerimp <imp@FreeBSD.org>2002-07-09 05:08:49 +0000
commit40751d75aa5f2097e4eae1730f04477e85089897 (patch)
treeb8201e7b71a205cb109bd63a249b3f8afb9beb9e
parent86d7bc64e620c0985663b7c8494570674b4f5590 (diff)
downloadFreeBSD-src-40751d75aa5f2097e4eae1730f04477e85089897.zip
FreeBSD-src-40751d75aa5f2097e4eae1730f04477e85089897.tar.gz
Preliminary NEWCARD docs.
-rw-r--r--share/man/man4/Makefile3
-rw-r--r--share/man/man4/cardbus.447
-rw-r--r--share/man/man4/pccard.450
-rw-r--r--share/man/man4/pccbb.485
4 files changed, 185 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index d5f3294..879c85c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -23,6 +23,7 @@ MAN= aac.4 \
bpf.4 \
bridge.4 \
bt.4 \
+ cardbus.4 \
ccd.4 \
cd.4 \
ch.4 \
@@ -123,6 +124,8 @@ MAN= aac.4 \
orm.4 \
pass.4 \
pci.4 \
+ pccard.4 \
+ pccbb.4 \
pcic.4 \
pcm.4 \
pcn.4 \
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4
new file mode 100644
index 0000000..65dea44
--- /dev/null
+++ b/share/man/man4/cardbus.4
@@ -0,0 +1,47 @@
+.\"
+.\" Copyright (c) 2002 M. Warner Losh
+.\" 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. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" 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$
+.\"
+.Dd July 9, 2002
+.Dt CARDBUS 4
+.Os
+.Sh NAME
+.Nm cardbus
+.Nd CardBus bus driver
+.Sh SYNOPSIS
+.Cd device cardbus
+.Sh DESCRIPTION
+The
+.Nm
+driver implements the CardBus bus.
+The
+.Nm
+driver supports all cardbus bridges in the system.
+.Sh SEE ALSO
+.Xr pccard 4 ,
+.Xr pccbb 4 .
+.Sh BUGS
+There is no way cause a program to run when a card is inserted.
+
diff --git a/share/man/man4/pccard.4 b/share/man/man4/pccard.4
new file mode 100644
index 0000000..3319bc1
--- /dev/null
+++ b/share/man/man4/pccard.4
@@ -0,0 +1,50 @@
+.\"
+.\" Copyright (c) 2002 M. Warner Losh
+.\" 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. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" 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$
+.\"
+.Dd July 9, 2002
+.Dt PCCARD 4
+.Os
+.Sh NAME
+.Nm pccard
+.Nd pccard bus driver
+.Sh SYNOPSIS
+.Cd device pccard
+.Sh DESCRIPTION
+The
+.Nm
+driver implements the PC Card bus.
+The
+.Nm
+driver supports all pccard bridges in the system.
+.Sh SEE ALSO
+.Xr cardbus 4 ,
+.Xr pccbb 4 ,
+.Xr pcic 4 .
+.\" .Xr mecia 4 ,
+.\" .Xr tcic 4 .
+.Sh BUGS
+There is no way cause a program to run when a card is inserted.
+
diff --git a/share/man/man4/pccbb.4 b/share/man/man4/pccbb.4
new file mode 100644
index 0000000..90eecef
--- /dev/null
+++ b/share/man/man4/pccbb.4
@@ -0,0 +1,85 @@
+.\"
+.\" Copyright (c) 2002 M. Warner Losh
+.\" 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. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission.
+.\"
+.\" 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$
+.\"
+.Dd July 9, 2002
+.Dt PCCBB 4
+.Os
+.Sh NAME
+.Nm pccbb
+.Nd cardbus bridge driver
+.Sh SYNOPSIS
+.Cd device pccbb
+.Cd device pccard
+.Cd device cardbus
+.Sh DESCRIPTION
+The
+.Nm
+driver implements the Yenta specification for CardBus bridges.
+.Pp
+The following PCI cardbus and pcmcia bridges are supported:
+.Pp
+.Bl -tag -width "Intel i82365SL Step A" -compact
+.It Cirrus Logic PD6832
+.It Cirrus Logic PD6833
+.It Cirrus Logic PD6834
+.Pp
+.It O2micro OZ6812
+.It O2micro OZ6832
+.It O2micro OZ6833
+.It O2micro OZ6836
+.It O2micro OZ6860
+.It O2micro OZ6872
+O2 Micro chips may be poorly supported because the author does not
+have good access to machines with one of these bridges in it.
+.Pp
+.It Ricoh RL4C475
+.It Ricoh RL4C476
+.It Ricoh RL4C477
+.It Ricoh RL4C478
+.Pp
+.It TI PCI-1031
+.It TI PCI-1130
+.It TI PCI-1131
+.It TI PCI-1211
+.It TI PCI-1220
+.It TI PCI-1221
+.It TI PCI-1225
+.It TI PCI-1250
+.It TI PCI-1251
+.It TI PCI-1251B
+.It TI PCI-1410
+.It TI PCI-1420
+.It TI PCI-1450
+.It TI PCI-1451
+.It TI PCI-4451
+.Pp
+.It Toshiba ToPIC95
+.It Toshiba ToPIC97
+.It Toshiba ToPIC100
+.El
+.Sh SEE ALSO
+.Xr cardbus 4 ,
+.Xr pccard 4 .
OpenPOWER on IntegriCloud