Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Switch on hdaudio(4)



details:   https://anonhg.NetBSD.org/src/rev/996d6eb79edf
branches:  trunk
changeset: 747275:996d6eb79edf
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Sep 07 22:59:09 2009 +0000

description:
Switch on hdaudio(4)

diffstat:

 sys/arch/amd64/conf/GENERIC   |  8 ++++----
 sys/arch/amd64/conf/XEN3_DOM0 |  6 +++---
 sys/arch/i386/conf/GENERIC    |  8 ++++----
 sys/arch/i386/conf/XEN3_DOM0  |  6 +++---
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (98 lines):

diff -r 783dccf85491 -r 996d6eb79edf sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Sep 07 21:24:33 2009 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Sep 07 22:59:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.251 2009/09/07 10:40:54 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.252 2009/09/07 22:59:47 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.251 $"
+#ident                 "GENERIC-$Revision: 1.252 $"
 
 maxusers       64              # estimated number of users
 
@@ -955,8 +955,8 @@
 opl*   at sv?
 
 # High Definition Audio
-#hdaudio*      at pci? dev ? function ?        # High Definition Audio
-#hdafg*                at hdaudiobus?
+hdaudio*       at pci? dev ? function ?        # High Definition Audio
+hdafg*         at hdaudiobus?
 
 # Audio support
 audio* at audiobus?
diff -r 783dccf85491 -r 996d6eb79edf sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Mon Sep 07 21:24:33 2009 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Mon Sep 07 22:59:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.45 2009/09/07 10:40:54 jmcneill Exp $
+# $NetBSD: XEN3_DOM0,v 1.46 2009/09/07 22:59:47 jmcneill Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -684,8 +684,8 @@
 opl*   at yds?
 
 # High Definition Audio
-#hdaudio*      at pci? dev ? function ?        # High Definition Audio
-#hdafg*                at hdaudiobus?
+hdaudio*       at pci? dev ? function ?        # High Definition Audio
+hdafg*         at hdaudiobus?
 
 # Audio support
 audio* at audiobus?
diff -r 783dccf85491 -r 996d6eb79edf sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Sep 07 21:24:33 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Sep 07 22:59:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.943 2009/09/07 10:40:54 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.944 2009/09/07 22:59:09 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.943 $"
+#ident                 "GENERIC-$Revision: 1.944 $"
 
 maxusers       64              # estimated number of users
 
@@ -1315,8 +1315,8 @@
 opl*   at ym?
 
 # High Definition Audio
-#hdaudio*      at pci? dev ? function ?        # High Definition Audio
-#hdafg*                at hdaudiobus?
+hdaudio*       at pci? dev ? function ?        # High Definition Audio
+hdafg*         at hdaudiobus?
 
 # Audio support
 audio* at audiobus?
diff -r 783dccf85491 -r 996d6eb79edf sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Mon Sep 07 21:24:33 2009 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Mon Sep 07 22:59:09 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.21 2009/09/07 10:40:54 jmcneill Exp $
+#      $NetBSD: XEN3_DOM0,v 1.22 2009/09/07 22:59:09 jmcneill Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -670,8 +670,8 @@
 opl*   at yds?
 
 # High Definition Audio
-#hdaudio*      at pci? dev ? function ?        # High Definition Audio
-#hdafg*                at hdaudiobus?
+hdaudio*       at pci? dev ? function ?        # High Definition Audio
+hdafg*         at hdaudiobus?
 
 # Audio support
 audio* at audiobus?



Home | Main Index | Thread Index | Old Index