Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add auvia.



details:   https://anonhg.NetBSD.org/src/rev/b68b97ae113a
branches:  trunk
changeset: 553926:b68b97ae113a
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Oct 23 01:14:43 2003 +0000

description:
Add auvia.

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r f55f4803f279 -r b68b97ae113a sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Oct 23 00:47:45 2003 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Oct 23 01:14:43 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.13 2003/10/18 08:30:14 lukem Exp $
+# $NetBSD: GENERIC,v 1.14 2003/10/23 01:14:43 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.13 $"
+#ident                 "GENERIC-$Revision: 1.14 $"
 
 maxusers       32              # estimated number of users
 
@@ -655,8 +655,9 @@
 # Audio Devices
 
 # PCI audio devices
-auich* at pci? dev ? function ?        # AMD 8111 audio
+auich* at pci? dev ? function ?        # Intel/AMD/nVidia AC'97 Audio
 autri* at pci? dev ? function ?        # Trident 4DWAVE based AC'97 Audio
+auvia* at pci? dev ? function ?        # VIA AC'97 audio
 clcs*  at pci? dev ? function ?        # Cirrus Logic CS4280
 clct*  at pci? dev ? function ?        # Cirrus Logic CS4281
 cmpci* at pci? dev ? function ?        # C-Media CMI8338/8738



Home | Main Index | Thread Index | Old Index