diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 15:00:21 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 15:00:21 +0000 |
commit | f76e8ccb18fb66f0e974b5b3eea9bf8f8a0a7de1 (patch) | |
tree | 784f665ab46fdfbe5051bc6bfed5db32db2b1510 /share | |
parent | 5b9676a11ed962204ee6ff0efe4c8830c2717832 (diff) |
Add a bare-bones clcs(4) man page; from NetBSD.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/clcs.4 | 59 |
2 files changed, 62 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 042fd1afdda..7249708ea6a 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.120 2000/06/11 00:36:09 jason Exp $ +# $OpenBSD: Makefile,v 1.121 2000/07/01 15:00:20 aaron Exp $ MAN= ac97.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 an.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 audio.4 aue.4 awi.4 bpf.4 bridge.4 cardbus.4 ccd.4 \ - cd.4 ch.4 clnp.4 cltp.4 cmpci.4 cnw.4 com.4 cue.4 cy.4 dc.4 ddb.4 \ - de.4 dpt.4 drum.4 eap.4 ec.4 ef.4 eg.4 el.4 enc.4 ep.4 esis.4 \ + cd.4 ch.4 clnp.4 clcs.4 cltp.4 cmpci.4 cnw.4 com.4 cue.4 cy.4 dc.4 \ + ddb.4 de.4 dpt.4 drum.4 eap.4 ec.4 ef.4 eg.4 el.4 enc.4 ep.4 esis.4 \ eso.4 ess.4 exphy.4 fd.4 fdc.4 ffs_softupdates.4 fpa.4 fxp.4 \ gdt.4 gre.4 hifn.4 ich.4 icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 \ inphy.4 iophy.4 ip.4 ipl.4 ipsec.4 isa.4 isapnp.4 iso.4 isp.4 \ diff --git a/share/man/man4/clcs.4 b/share/man/man4/clcs.4 new file mode 100644 index 00000000000..d3464673f7b --- /dev/null +++ b/share/man/man4/clcs.4 @@ -0,0 +1,59 @@ +.\" $OpenBSD: clcs.4,v 1.1 2000/07/01 15:00:20 aaron Exp $ +.\" $NetBSD: clcs.4,v 1.1 1999/12/11 23:10:15 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 December 12, 1999 +.Dt CLCS 4 +.Os +.Sh NAME +.Nm clcs +.Nd Cirrus Logic CS4280 audio device driver +.Sh SYNOPSIS +.Cd "clcs* at pci? dev ? function ?" +.Cd "audio* at clcs?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Cirrus Logic CS4280 chip, as well as +for CS461x. +.Sh SEE ALSO +.Xr audio 4 , +.Xr pci 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Ox 2.8 . |