diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:50:32 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:50:32 -0800 |
| commit | 8e00ee40637772bfa352e05d17ba8cf7dfd7ba3f (patch) | |
| tree | bb6a257e20bc1029005ba9f76628ffe58c3fcd30 /include | |
| parent | 5501e738c2cec13014e6f1ffc5329bd234e4a12f (diff) | |
[PATCH] sn: Debug clean up in pcibr_dvr.c
From: Pat Gefre <pfg@sgi.com>
Debug clean up in pcibr_dvr.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/pci/pcibr_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/pci/pcibr_private.h b/include/asm-ia64/sn/pci/pcibr_private.h index 0a0cf4394510..4722c69e2220 100644 --- a/include/asm-ia64/sn/pci/pcibr_private.h +++ b/include/asm-ia64/sn/pci/pcibr_private.h @@ -300,7 +300,8 @@ struct pcibr_intr_wrap_s { */ #define PV854697 (~0) /* PIC: write 64bit regs as 64bits. permanent */ #define PV854827 (~0) /* PIC: fake widget 0xf presence bit. permanent */ -#define PV855271 (1 << 1) /* PIC: PIC: use virt chan iff 64-bit device. */ +#define PV855271 (1 << 1) /* PIC: use virt chan iff 64-bit device. */ +#define PV878674 (~0) /* PIC: Dont allow 64bit PIOs. permanent */ #define PV855272 (1 << 1) /* PIC: runaway interrupt WAR */ #define PV856155 (1 << 1) /* PIC: arbitration WAR */ #define PV856864 (1 << 1) /* PIC: lower timeout to free TNUMs quicker */ |
