Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.127 (requested by minoura):



details:   https://anonhg.NetBSD.org/src/rev/f5ea96fe5644
branches:  netbsd-1-5
changeset: 491498:f5ea96fe5644
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 11:44:52 2001 +0000

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

diffstat:

 sys/dev/pci/files.pci |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r ebce10afe857 -r f5ea96fe5644 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue May 01 11:44:28 2001 +0000
+++ b/sys/dev/pci/files.pci     Tue May 01 11:44:52 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.96.2.5 2000/08/03 17:15:41 bouyer Exp $
+#      $NetBSD: files.pci,v 1.96.2.6 2001/05/01 11:44:52 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -245,6 +245,17 @@
 attach cmpci at pci
 file   dev/pci/cmpci.c                 cmpci
 
+# Yamaha YMF724/740/744/754 PCI audio controller
+device yds { }: audio, auconv, mulaw, ac97
+attach yds at pci
+file   dev/pci/yds.c                   yds
+
+attach opl at yds with opl_yds
+file   dev/pci/opl_yds.c               opl_yds
+
+attach mpu at yds with mpu_yds
+file   dev/pci/mpu_yds.c               mpu_yds
+
 # SMC EPIC/100 Fast Ethernet on PCI
 attach epic at pci with epic_pci
 file   dev/pci/if_epic_pci.c           epic_pci



Home | Main Index | Thread Index | Old Index