sba_iommu.c (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) sba_iommu.c (9b8eeab019762fa43c5ffa6e2f8e1039f8e99157)
1/*
2** System Bus Adapter (SBA) I/O MMU manager
3**
4** (c) Copyright 2000-2004 Grant Grundler <grundler @ parisc-linux x org>
5** (c) Copyright 2004 Naresh Kumar Inna <knaresh at india x hp x com>
6** (c) Copyright 2000-2004 Hewlett-Packard Company
7**
8** Portions (c) 1999 Dave S. Miller (from sparc64 I/O MMU code)

--- 35 unchanged lines hidden (view full) ---

44#include <asm/ropes.h>
45#include <asm/mckinley.h> /* for proc_mckinley_root */
46#include <asm/runway.h> /* for proc_runway_root */
47#include <asm/page.h> /* for PAGE0 */
48#include <asm/pdc.h> /* for PDC_MODEL_* */
49#include <asm/pdcpat.h> /* for is_pdc_pat() */
50#include <asm/parisc-device.h>
51
1/*
2** System Bus Adapter (SBA) I/O MMU manager
3**
4** (c) Copyright 2000-2004 Grant Grundler <grundler @ parisc-linux x org>
5** (c) Copyright 2004 Naresh Kumar Inna <knaresh at india x hp x com>
6** (c) Copyright 2000-2004 Hewlett-Packard Company
7**
8** Portions (c) 1999 Dave S. Miller (from sparc64 I/O MMU code)

--- 35 unchanged lines hidden (view full) ---

44#include <asm/ropes.h>
45#include <asm/mckinley.h> /* for proc_mckinley_root */
46#include <asm/runway.h> /* for proc_runway_root */
47#include <asm/page.h> /* for PAGE0 */
48#include <asm/pdc.h> /* for PDC_MODEL_* */
49#include <asm/pdcpat.h> /* for is_pdc_pat() */
50#include <asm/parisc-device.h>
51
52#include "iommu.h"
53
52#define MODULE_NAME "SBA"
53
54/*
55** The number of debug flags is a clue - this code is fragile.
56** Don't even think about messing with it unless you have
57** plenty of 710's to sacrifice to the computer gods. :^)
58*/
59#undef DEBUG_SBA_INIT

--- 2029 unchanged lines hidden ---
54#define MODULE_NAME "SBA"
55
56/*
57** The number of debug flags is a clue - this code is fragile.
58** Don't even think about messing with it unless you have
59** plenty of 710's to sacrifice to the computer gods. :^)
60*/
61#undef DEBUG_SBA_INIT

--- 2029 unchanged lines hidden ---