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.13 (via patch, re...



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

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

diffstat:

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

diffs (49 lines):

diff -r f9f522ac242c -r 51fe7efe4928 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue May 01 11:49:38 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue May 01 11:49:59 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.5 2001/04/25 08:57:07 he Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.6 2001/05/01 11:49:59 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.2.2.5 $"
+#ident                 "GENERIC-$Revision: 1.2.2.6 $"
 
 maxusers       32              # estimated number of users
 
@@ -569,6 +569,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
@@ -598,6 +599,7 @@
 opl*   at sb?
 opl*   at sv?
 opl*   at wss?
+opl*   at yds?
 opl*   at ym?
 
 # Audio support
@@ -617,6 +619,7 @@
 audio* at sv?
 audio* at uaudio?
 audio* at wss?
+audio* at yds?
 audio* at ym?
 
 # MPU 401 UARTs
@@ -624,6 +627,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