summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-04-27 02:37:39 +0000
committermillert <millert@openbsd.org>2000-04-27 02:37:39 +0000
commit6982d95fbdc3245d3d026196ec8683e80f3aae3d (patch)
tree444c4f18f3aed4c6ee03bb8cce7cc29ca04dea58
parentforgot these, oops (diff)
downloadwireguard-openbsd-6982d95fbdc3245d3d026196ec8683e80f3aae3d.tar.xz
wireguard-openbsd-6982d95fbdc3245d3d026196ec8683e80f3aae3d.zip
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 .