Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3977
b: refs/heads/master
c: e15da40
h: refs/heads/master
i:
  3975: 4a0feaf
v: v3
  • Loading branch information
Bjorn Helgaas authored and Tony Luck committed Jun 28, 2005
1 parent 356b377 commit 4d523a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9f9de7378e3a81f7266f542f2290399a298ef52
refs/heads/master: e15da40176f16050c8d92b36387a49370317e276
4 changes: 4 additions & 0 deletions trunk/arch/ia64/hp/common/sba_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,13 @@
*/
#define DELAYED_RESOURCE_CNT 64

#define PCI_DEVICE_ID_HP_SX2000_IOC 0x12ec

#define ZX1_IOC_ID ((PCI_DEVICE_ID_HP_ZX1_IOC << 16) | PCI_VENDOR_ID_HP)
#define ZX2_IOC_ID ((PCI_DEVICE_ID_HP_ZX2_IOC << 16) | PCI_VENDOR_ID_HP)
#define REO_IOC_ID ((PCI_DEVICE_ID_HP_REO_IOC << 16) | PCI_VENDOR_ID_HP)
#define SX1000_IOC_ID ((PCI_DEVICE_ID_HP_SX1000_IOC << 16) | PCI_VENDOR_ID_HP)
#define SX2000_IOC_ID ((PCI_DEVICE_ID_HP_SX2000_IOC << 16) | PCI_VENDOR_ID_HP)

#define ZX1_IOC_OFFSET 0x1000 /* ACPI reports SBA, we want IOC */

Expand Down Expand Up @@ -1726,6 +1729,7 @@ static struct ioc_iommu ioc_iommu_info[] __initdata = {
{ ZX1_IOC_ID, "zx1", ioc_zx1_init },
{ ZX2_IOC_ID, "zx2", NULL },
{ SX1000_IOC_ID, "sx1000", NULL },
{ SX2000_IOC_ID, "sx2000", NULL },
};

static struct ioc * __init
Expand Down

0 comments on commit 4d523a4

Please sign in to comment.