From 572bed9dc2eb3195de616e869d21a51cf7b289d8 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 28 Mar 2003 07:14:12 +0000 Subject: Remove bogus card.4, and replace it with a link to oldcard.4. ru pointed this out a while ago, and I'm just now getting back to it. It obsoletes one of ru's changes, but since oldcard.4 is so much better, that doesn't matter. Submitted by: ru --- share/man/man4/Makefile | 2 +- share/man/man4/card.4 | 103 ------------------------------------------------ 2 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 share/man/man4/card.4 (limited to 'share/man') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4efc45d..8381fd4 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -26,7 +26,6 @@ MAN= aac.4 \ bpf.4 \ bridge.4 \ bt.4 \ - card.4 \ cardbus.4 \ ccd.4 \ cd.4 \ @@ -292,6 +291,7 @@ MLINKS+=md.4 vn.4 MLINKS+=mem.4 kmem.4 MLINKS+=netintro.4 networking.4 MLINKS+=nge.4 if_nge.4 +MLINKS+=oldcard.4 card.4 MLINKS+=pcm.4 snd.4 MLINKS+=pcn.4 if_pcn.4 MLINKS+=pcvt.4 vt.4 diff --git a/share/man/man4/card.4 b/share/man/man4/card.4 deleted file mode 100644 index 3b7c86e..0000000 --- a/share/man/man4/card.4 +++ /dev/null @@ -1,103 +0,0 @@ -.\" -.\" Copyright (c) 2001-2003 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 February 27, 2003 -.Dt PCIC 4 -.Os -.Sh NAME -.Nm pcic -.Nd pccard bridge driver -.Sh SYNOPSIS -.Cd device pcic -.Cd device card -.Sh DESCRIPTION -The -.Nm -driver provides support for Intel's ExCA PC Card bridges. -The -.Nm -driver supports most -.Tn ExCA -devices attached to the -.Tn ISA -bus and most -.Tn PCI -devices. -.Pp -The following -.Tn ISA -devices, or true clones, are supported in the current code. -.Pp -.Bl -tag -width "Intel i82365SL Step A" -compact -.It Intel i82365SL Step A -.It Intel i82365SL Step B -.It Intel i82365SL Step C -.Tn Intel Ns 's -original 16-bit pccard controller. -.It Intel i82365SL-DF -.Tn Intel Ns 's -last version of this device. -3.3V support was added. -.It VLSI 82C146 -An older VLSI part with some issues on some machines. -.It Cirrus Logic PD-6710 -.It Cirrus Logic PD-6720 -.It Cirrus Logic PD-6722 -Cirrus Logic's pcic controller. -Compatible with the i82365SL Step C with the addition of a different -3.3V control. -.It Ricoh RF5C296 -.It Ricoh RF5C396 -Ricoh's pccard bridge chips. -These are compatible with the i82365SL Step C, but with yet another -different 3.3V control. -.It Vadem 365 -.It Vadem 465 -Compatible with i82365SL Step C. -.It Vadem 468 -.It Vadem 469 -Like the earlier Vadem models, but with Vadem's own, incompatible, 3.3V -control system. -.It IBM PCIC -.Tn IBM -clone of the original i82365SL part, with its own ID register value. -Has no 3.3V ability. -.El -.Pp -Many other vendors made parts in this arena, but most of them were -compatible with one of the above chipsets. -.Pp -The following PCI pcmcia bridges are supported: -.Pp -.Bl -tag -width "Intel i82365SL Step A" -compact -.It Cirrus Logic PD6729 -.It Cirrus Logic PD6730 -.Pp -.It O2micro OZ6729 -.It O2micro OZ6730 -.El -.Sh BUGS -These drivers are known as OLDCARD in other parts of the documentation. -- cgit v1.1