Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf Add a bunch of pci audio drivers. Most ...



details:   https://anonhg.NetBSD.org/src/rev/97e527950d2e
branches:  trunk
changeset: 495255:97e527950d2e
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Tue Jul 25 01:39:22 2000 +0000

description:
Add a bunch of pci audio drivers. Most are commented out as they haven't
been tested on macppc. But I tested the eap for playback and it's fine.

diffstat:

 sys/arch/macppc/conf/GENERIC |  38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

diffs (65 lines):

diff -r abb1f6ee2c66 -r 97e527950d2e sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Jul 25 00:11:36 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Jul 25 01:39:22 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.72 2000/06/30 17:10:18 itojun Exp $
+#      $NetBSD: GENERIC,v 1.73 2000/07/25 01:39:22 wrstuden Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.72 $"
+#ident                 "GENERIC-$Revision: 1.73 $"
 
 maxusers       32
 
@@ -257,7 +257,6 @@
 
 # USB audio
 uaudio*        at uhub? port ? configuration ?
-audio* at uaudio?
 
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
@@ -267,6 +266,39 @@
 # USB Generic driver
 ugen*  at uhub? port ? configuration ? interface ?
 
+# Audio Devices
+
+# PCI audio devices
+#auvia*        at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
+#clcs* at pci? dev ? function ?        # Cirrus Logic CS4280
+#cmpci*        at pci? dev ? function ?        # C-Media CMI8338/8738
+eap*   at pci? dev ? function ?        # Ensoniq AudioPCI
+#eso*  at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
+#fms*  at pci? dev ? function ?        # Forte Media FM801
+#sv*   at pci? dev ? function ?        # S3 SonicVibes
+
+# OPL[23] FM synthesizers
+#opl*  at eso?
+#opl*  at fms?
+
+# Audio support
+#audio*        at auvia?
+#audio*        at clcs?
+#audio*        at cmpci?
+audio* at eap?
+#audio*        at eso?
+#audio*        at fms?
+#audio*        at sv?
+audio* at uaudio?
+
+# MPU 401 UARTs
+#mpu*  at eso?
+#mpu*  at fms?
+
+# MIDI support
+midi*  at eap?                 # 137[01] MIDI port
+#midi* at mpu?                 # MPU 401
+
 pseudo-device  vnd             4       # disk-like interface to files
 pseudo-device  ccd             4       # concatenated/striped disk devices
 #pseudo-device raid            4       # RAIDframe disk driver



Home | Main Index | Thread Index | Old Index