summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-06-15 00:00:10 +0000
committernewton <newton@FreeBSD.org>1999-06-15 00:00:10 +0000
commitba45b887eb7d7a54424a494784df342bf3d3aa02 (patch)
tree1eda1d35a9110dd4c14c5beae9778b9e27129d2f
parent36abeb233d3b7f9ab33fb8e50b6bcdb975ef7cd4 (diff)
downloadFreeBSD-src-ba45b887eb7d7a54424a494784df342bf3d3aa02.zip
FreeBSD-src-ba45b887eb7d7a54424a494784df342bf3d3aa02.tar.gz
Ensoniq AudioPCI sound cards haven't worked since the newbus integration
because they haven't been able to attach. Now fixed. Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
-rw-r--r--sys/pci/es1370.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/es1370.c b/sys/pci/es1370.c
index 14b6518..c5ac372 100644
--- a/sys/pci/es1370.c
+++ b/sys/pci/es1370.c
@@ -36,7 +36,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: es1370.c,v 1.3 1999/05/09 10:43:54 peter Exp $
+ * $Id: es1370.c,v 1.4 1999/05/09 17:06:45 peter Exp $
*/
#include "pci.h"
@@ -147,7 +147,7 @@ static int write_codec(snddev_info *, u_char, u_char);
*/
static struct pci_device es_pci_driver = {
- "es",
+ "pcm",
es_pci_probe,
es_pci_attach,
&nsnd,
OpenPOWER on IntegriCloud