Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63055
b: refs/heads/master
c: 7091138
h: refs/heads/master
i:
  63053: 7b6c17a
  63051: 589bf9f
  63047: aacb564
  63039: c9230b1
v: v3
  • Loading branch information
Thomas Renninger authored and Tony Luck committed Jul 27, 2007
1 parent 633c822 commit 25b9960
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 074ff856004819b942190606cc38ec97a4c3d9fd
refs/heads/master: 7091138fb762aed22317b4ff91eb211e7da3865c
7 changes: 6 additions & 1 deletion trunk/arch/ia64/hp/common/sba_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 25b9960

Please sign in to comment.