Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add "opl at cmpci" and "mpu at cmpci" attachment.



details:   https://anonhg.NetBSD.org/src/rev/e3f38968579c
branches:  trunk
changeset: 514524:e3f38968579c
user:      itohy <itohy%NetBSD.org@localhost>
date:      Tue Sep 04 13:37:29 2001 +0000

description:
Add "opl at cmpci" and "mpu at cmpci" attachment.

diffstat:

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

diffs (22 lines):

diff -r c4084d075bae -r e3f38968579c sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Sep 04 13:36:07 2001 +0000
+++ b/sys/dev/pci/files.pci     Tue Sep 04 13:37:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.137 2001/08/27 19:42:19 thorpej Exp $
+#      $NetBSD: files.pci,v 1.138 2001/09/04 13:37:29 itohy Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -294,6 +294,12 @@
 attach cmpci at pci
 file   dev/pci/cmpci.c                 cmpci
 
+attach opl at cmpci with opl_cmpci
+file   dev/pci/opl_cmpci.c             opl_cmpci
+
+attach mpu at cmpci with mpu_cmpci
+file   dev/pci/mpu_cmpci.c             mpu_cmpci
+
 # Yamaha YMF724/740/744/754 PCI audio controller
 device yds { }: audio, auconv, mulaw, ac97
 attach yds at pci



Home | Main Index | Thread Index | Old Index