Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf sort auich in respect to auvia



details:   https://anonhg.NetBSD.org/src/rev/2049c01c2819
branches:  trunk
changeset: 501899:2049c01c2819
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jan 09 00:40:53 2001 +0000

description:
sort auich in respect to auvia

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 9a7d5755b89c -r 2049c01c2819 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jan 09 00:25:05 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jan 09 00:40:53 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.389 2001/01/08 20:48:11 rh Exp $
+#      $NetBSD: GENERIC,v 1.390 2001/01/09 00:40:53 lukem Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.389 $"
+#ident                 "GENERIC-$Revision: 1.390 $"
 
 maxusers       32              # estimated number of users
 
@@ -717,8 +717,8 @@
 # Audio Devices
 
 # PCI audio devices
+auich* at pci? dev ? function ?        # Intel ICH integrated AC'97 Audio
 auvia* at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
-auich* at pci? dev ? function ?        # Intel ICH integrated AC'97 Audio
 clcs*  at pci? dev ? function ?        # Cirrus Logic CS4280
 cmpci* at pci? dev ? function ?        # C-Media CMI8338/8738
 eap*   at pci? dev ? function ?        # Ensoniq AudioPCI
@@ -760,8 +760,8 @@
 
 # Audio support
 #audio*        at aria?
+audio* at auich?
 audio* at auvia?
-audio* at auich?
 audio* at clcs?
 audio* at cmpci?
 audio* at eap?



Home | Main Index | Thread Index | Old Index