Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci auvia:



details:   https://anonhg.NetBSD.org/src/rev/f1ac95d6bc6b
branches:  trunk
changeset: 537921:f1ac95d6bc6b
user:      kent <kent%NetBSD.org@localhost>
date:      Tue Oct 08 13:09:18 2002 +0000

description:
auvia:
 - Add aurateconv
 - Update comment

diffstat:

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

diffs (20 lines):

diff -r 727f805319f5 -r f1ac95d6bc6b sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Oct 08 13:09:05 2002 +0000
+++ b/sys/dev/pci/files.pci     Tue Oct 08 13:09:18 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.179 2002/09/30 20:37:21 thorpej Exp $
+#      $NetBSD: files.pci,v 1.180 2002/10/08 13:09:18 kent Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -309,8 +309,8 @@
 attach auich at pci
 file   dev/pci/auich.c                 auich
 
-# VIA VT82C686A AC'97 Audio
-device auvia: audiobus, auconv, mulaw, ac97
+# VIA VT82C686A/VT8233/VT8235 AC'97 Audio
+device auvia: audiobus, auconv, mulaw, ac97, aurateconv
 attach auvia at pci
 file   dev/pci/auvia.c                 auvia
 



Home | Main Index | Thread Index | Old Index