From 25b9960d3feb2d109d49e255123fa03243917376 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Fri, 27 Jul 2007 15:38:31 -0700 Subject: [PATCH] --- yaml --- r: 63055 b: refs/heads/master c: 7091138fb762aed22317b4ff91eb211e7da3865c h: refs/heads/master i: 63053: 7b6c17a6dc7ead6a6b159cac7cd63c34d6433ad7 63051: 589bf9fb991b01c3176628f7177211ddf26ccecf 63047: aacb564f25148a6b4b7037ebd7a3cc6175674e7c 63039: c9230b1165a5db00d2db06e0a309becb149ebd3e v: v3 --- [refs] | 2 +- trunk/arch/ia64/hp/common/sba_iommu.c | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1e8b2071f3c8..77759804f88f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 074ff856004819b942190606cc38ec97a4c3d9fd +refs/heads/master: 7091138fb762aed22317b4ff91eb211e7da3865c diff --git a/trunk/arch/ia64/hp/common/sba_iommu.c b/trunk/arch/ia64/hp/common/sba_iommu.c index cd4adf52f174..e980e7aa2306 100644 --- a/trunk/arch/ia64/hp/common/sba_iommu.c +++ b/trunk/arch/ia64/hp/common/sba_iommu.c @@ -2015,9 +2015,14 @@ acpi_sba_ioc_add(struct acpi_device *device) return 0; } +static const struct acpi_device_id hp_ioc_iommu_device_ids[] = { + {"HWP0001", 0}, + {"HWP0004", 0}, + {"", 0}, +}; static struct acpi_driver acpi_sba_ioc_driver = { .name = "IOC IOMMU Driver", - .ids = "HWP0001,HWP0004", + .ids = hp_ioc_iommu_device_ids, .ops = { .add = acpi_sba_ioc_add, },