Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.402 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/f9f522ac242c
branches:  netbsd-1-5
changeset: 491507:f9f522ac242c
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 11:49:38 2001 +0000

description:
Pull up revision 1.402 (requested by minoura):
  Add Yamaha YMF724/740/744/745-based sound driver and
  its subordinates.

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r 276e988edd8e -r f9f522ac242c sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue May 01 11:49:11 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue May 01 11:49:38 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.10 2001/04/25 08:55:50 he Exp $
+#      $NetBSD: GENERIC,v 1.354.2.11 2001/05/01 11:49:38 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.10 $"
+#ident                 "GENERIC-$Revision: 1.354.2.11 $"
 
 maxusers       32              # estimated number of users
 
@@ -695,6 +695,7 @@
 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
+yds*   at pci? dev ? function ?        # Yamaha DS-1 PCI Audio
 
 # ISA Plug-and-Play audio devices
 ess*   at isapnp?                      # ESS Tech ES1887, ES1888, ES888 audio
@@ -724,6 +725,7 @@
 opl*   at sb?
 opl*   at sv?
 opl*   at wss?
+opl*   at yds?
 opl*   at ym?
 
 # Audio support
@@ -743,6 +745,7 @@
 audio* at sv?
 audio* at uaudio?
 audio* at wss?
+audio* at yds?
 audio* at ym?
 
 # MPU 401 UARTs
@@ -750,6 +753,7 @@
 mpu*   at eso?
 mpu*   at fms?
 mpu*   at sb?
+mpu*   at yds?
 mpu*   at ym?
 
 # MIDI support



Home | Main Index | Thread Index | Old Index