Module Name: src
Committed By: jmcneill
Date: Mon Sep 7 22:59:09 UTC 2009
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOM0
Log Message:
Switch on hdaudio(4)
To generate a diff of this commit:
cvs rdiff -u -r1.943 -r1.944 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/conf/XEN3_DOM0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.943 src/sys/arch/i386/conf/GENERIC:1.944
--- src/sys/arch/i386/conf/GENERIC:1.943 Mon Sep 7 10:40:54 2009
+++ src/sys/arch/i386/conf/GENERIC Mon Sep 7 22:59:09 2009
@@ -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?
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.21 src/sys/arch/i386/conf/XEN3_DOM0:1.22
--- src/sys/arch/i386/conf/XEN3_DOM0:1.21 Mon Sep 7 10:40:54 2009
+++ src/sys/arch/i386/conf/XEN3_DOM0 Mon Sep 7 22:59:09 2009
@@ -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?