Re: alpha iommu fixes

From: Tom Vier (tmv5@home.com)
Date: Fri May 18 2001 - 21:34:36 EST


maybe this third window stuff in cia_enable_broken_tbia() is why i can't
seem to get the third window to open up. from my reading of the 21174 docs,
my code should work. since T2_BASE is at 0x40000000 for 1gig, i'd think
T3_BASE should be at 0x80000000. am i missing something?

        hose->sg_pci = iommu_arena_new(hose, 0xc0000000, 0x08000000, 32768);
        *(vip)CIA_IOC_PCI_W3_BASE = 0xc0000000 | 1;
        *(vip)CIA_IOC_PCI_W3_MASK = (0x08000000 - 1) & 0xfff00000;
        *(vip)CIA_IOC_PCI_T3_BASE = 0x80000000 >> 2;

On Fri, May 18, 2001 at 09:46:17PM +0400, Ivan Kokshaysky wrote:
> - *(vip)CIA_IOC_PCI_W3_BASE = CIA_BROKEN_TBI_TRY2_BASE | 3;
> - *(vip)CIA_IOC_PCI_W3_MASK = (PAGE_SIZE - 1) & 0xfff00000;
> + *(vip)CIA_IOC_PCI_W3_BASE = CIA_BROKEN_TBIA_BASE | 3;
> + *(vip)CIA_IOC_PCI_W3_MASK = (CIA_BROKEN_TBIA_SIZE*1024 - 1)
> + & 0xfff00000;
> *(vip)CIA_IOC_PCI_T3_BASE = virt_to_phys(ppte) >> 2;
> }

-- 
Tom Vier <tmv5@home.com>
DSA Key id 0x27371A2C
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 23 2001 - 21:00:31 EST