summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-27 02:37:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-27 02:37:40 +0000
commita937c921c4770b5cff80d3f4eb649b4985d07161 (patch)
tree07d28d3eebeafa62ca0379f27cb06eac027e88f8
parent204e11e3802aa3e6340311c7f842be2205fcd3e0 (diff)
Simple cmpci man page--could use more details, such as the names of
PCI boards that use this chip (and that work with this driver :-).
-rw-r--r--share/man/man4/cmpci.427
1 files changed, 27 insertions, 0 deletions
diff --git a/share/man/man4/cmpci.4 b/share/man/man4/cmpci.4
new file mode 100644
index 00000000000..46edd566664
--- /dev/null
+++ b/share/man/man4/cmpci.4
@@ -0,0 +1,27 @@
+.\" $OpenBSD: cmpci.4,v 1.1 2000/04/27 02:37:39 millert Exp $
+.\"
+.Dd April 26, 2000
+.Dt CMPCI 4
+.Os
+.Sh NAME
+.Nm cmpci
+.Nd C-Media CMI8x38 PCI device driver
+.Sh SYNOPSIS
+.Cd "cmpci* at pci? dev ? function ?"
+.Cd "audio* at cmpci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the C-Media CMI8338A, CMI8338B, and CMI8738
+sound chips present in some PCI sound cards and some integrated
+PC motherboard chipsets (such as the SiS 530).
+.Sh BUGS
+The MIDI and Joystick ports are not supported. Neither OPL nor SPDIF
+functionality is currently supported.
+.Sh SEE ALSO
+.Xr audio 4 .
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Ox 2.7 .