From: aaron Date: Tue, 11 Apr 2000 14:12:27 +0000 (+0000) Subject: Add cardbus(4) man page. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=13842a0078d5a5b9966fb801180f7077c1456bb8;p=openbsd Add cardbus(4) man page. --- diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5b52f356bb8..0f283479cb7 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.108 2000/04/04 06:42:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.109 2000/04/11 14:12:27 aaron Exp $ # $NetBSD: Makefile,v 1.22.4.2 1996/07/18 00:51:10 jtc Exp $ MAN= ac97.4 an.4 atalk.4 atapiscsi.4 audio.4 adv.4 ahc.4 aue.4 bpf.4 \ - bridge.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 cnw.4 cue.4 dc.4 ddb.4 de.4 \ + bridge.4 \ + cardbus.4 ccd.4 cd.4 ch.4 clnp.4 cltp.4 cnw.4 cue.4 dc.4 ddb.4 de.4 \ dpt.4 drum.4 eap.4 ec.4 ef.4 enc.4 ep.4 esis.4 eso.4 ess.4 exphy.4 \ fd.4 ffs_softupdates.4 fpa.4 fxp.4 gdt.4 gre.4 hifn.4 icmp.4 icsphy.4 \ idp.4 ifmedia.4 inet.4 inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 isa.4 \ @@ -22,7 +23,7 @@ MAN+= faith.4 gif.4 icmp6.4 inet6.4 ip6.4 MLINKS+=fd.4 stderr.4 fd.4 stdin.4 fd.4 stdout.4 MLINKS+=netintro.4 networking.4 -MLINKS+=random.4 srandom.4 random.4 urandom.4 random.4 prandom.4 +MLINKS+=random.4 srandom.4 random.4 urandom.4 random.4 prandom.4 MLINKS+=random.4 arandom.4 MLINKS+=scsi.4 scsibus.4 MLINKS+=tty.4 cua.4 diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 new file mode 100644 index 00000000000..0e28457189b --- /dev/null +++ b/share/man/man4/cardbus.4 @@ -0,0 +1,88 @@ +.\" $OpenBSD: cardbus.4,v 1.1 2000/04/11 14:12:27 aaron Exp $ +.\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss 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 November 14, 1999 +.Dt CARDBUS 4 +.Os +.Sh NAME +.Nm cardbus , +.Nm cbb +.Nd introduction to CardBus support +.Sh SYNOPSIS +.Cd "cbb* at pci? dev? function ?" +.Cd "cardslot* at cbb? flags 0x0000" +.Cd "cardbus* at cardslot?" +.Cd "pcmcia* at cardslot?" +.Pp +.Sh DESCRIPTION +.Ox +provides machine-independent bus support and drivers for CardBus devices. +.Pp +The flags are used with cardslot definition. +The lowest order (right-most) +bit of defines the PC Card attach sequence at +boot-time. +When the bit is set, a PC Card in the slot is probed and +attached immediately. +However, the PC Card is probed after kernel thread wakes up. +If a PC Card is used as a boot device (e.g., CF +card or network card), you should set this bit to 1. +.Sh SUPPORTED DEVICES +.Ox +includes the following machine-independent CardBus +drivers, sorted by function and driver name: +.Pp +.Ss Network interfaces +.Bl -tag -width speaker -offset indent -compact +.It xl +3Com 3c575TX, 3c575BTX, and 3c575CTX Ethernet interfaces. +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr isa 4 , +.Xr isapnp 4 , +.Xr pci 4 , +.Xr pcmcia 4 , +.Xr usb 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Nx 1.5 . +.Ox +support was added in +.Ox 2.7 .