WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] remove unused audio driver from buildconfigs

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] remove unused audio driver from buildconfigs
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 01 Jun 2006 12:08:18 +0000
Delivery-date: Thu, 01 Jun 2006 05:10:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 35c3aa445bcdccad157fabb7f0e0194a41dd5c6a
# Parent  8fab4a407c524b340e3c9a39911e0a68351883bf
[IA64] remove unused audio driver from buildconfigs

There'll be better way to prevent bogus driver to register with
an empty irq line. But for now, disable in buildconfig is easier.

Signed-off-by Kevin Tian <kevin.tian@xxxxxxxxx>
---
 buildconfigs/linux-defconfig_xen0_ia64 |    2 +-
 buildconfigs/linux-defconfig_xen_ia64  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r 8fab4a407c52 -r 35c3aa445bcd buildconfigs/linux-defconfig_xen0_ia64
--- a/buildconfigs/linux-defconfig_xen0_ia64    Wed May 24 08:50:34 2006 -0600
+++ b/buildconfigs/linux-defconfig_xen0_ia64    Wed May 24 08:56:52 2006 -0600
@@ -1023,7 +1023,7 @@ CONFIG_SND_AC97_BUS=y
 CONFIG_SND_AC97_BUS=y
 CONFIG_SND_DUMMY=y
 CONFIG_SND_VIRMIDI=y
-CONFIG_SND_MTPAV=y
+# CONFIG_SND_MTPAV is not set
 CONFIG_SND_SERIAL_U16550=y
 CONFIG_SND_MPU401=y
 
diff -r 8fab4a407c52 -r 35c3aa445bcd buildconfigs/linux-defconfig_xen_ia64
--- a/buildconfigs/linux-defconfig_xen_ia64     Wed May 24 08:50:34 2006 -0600
+++ b/buildconfigs/linux-defconfig_xen_ia64     Wed May 24 08:56:52 2006 -0600
@@ -1029,7 +1029,7 @@ CONFIG_SND_AC97_BUS=y
 CONFIG_SND_AC97_BUS=y
 CONFIG_SND_DUMMY=y
 CONFIG_SND_VIRMIDI=y
-CONFIG_SND_MTPAV=y
+# CONFIG_SND_MTPAV is not set
 CONFIG_SND_SERIAL_U16550=y
 CONFIG_SND_MPU401=y
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] remove unused audio driver from buildconfigs, Xen patchbot-unstable <=