lba_pci.c (81fe5bba88a3fbe34ee6c5d18e327c6aaacd588c) lba_pci.c (9b8eeab019762fa43c5ffa6e2f8e1039f8e99157)
1/*
2**
3** PCI Lower Bus Adapter (LBA) manager
4**
5** (c) Copyright 1999,2000 Grant Grundler
6** (c) Copyright 1999,2000 Hewlett-Packard Company
7**
8** This program is free software; you can redistribute it and/or modify

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

44#include <asm/pdcpat.h>
45#include <asm/page.h>
46
47#include <asm/ropes.h>
48#include <asm/hardware.h> /* for register_parisc_driver() stuff */
49#include <asm/parisc-device.h>
50#include <asm/io.h> /* read/write stuff */
51
1/*
2**
3** PCI Lower Bus Adapter (LBA) manager
4**
5** (c) Copyright 1999,2000 Grant Grundler
6** (c) Copyright 1999,2000 Hewlett-Packard Company
7**
8** This program is free software; you can redistribute it and/or modify

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

44#include <asm/pdcpat.h>
45#include <asm/page.h>
46
47#include <asm/ropes.h>
48#include <asm/hardware.h> /* for register_parisc_driver() stuff */
49#include <asm/parisc-device.h>
50#include <asm/io.h> /* read/write stuff */
51
52#include "iommu.h"
53
52#undef DEBUG_LBA /* general stuff */
53#undef DEBUG_LBA_PORT /* debug I/O Port access */
54#undef DEBUG_LBA_CFG /* debug Config Space Access (ie PCI Bus walk) */
55#undef DEBUG_LBA_PAT /* debug PCI Resource Mgt code - PDC PAT only */
56
57#undef FBB_SUPPORT /* Fast Back-Back xfers - NOT READY YET */
58
59

--- 1698 unchanged lines hidden ---
54#undef DEBUG_LBA /* general stuff */
55#undef DEBUG_LBA_PORT /* debug I/O Port access */
56#undef DEBUG_LBA_CFG /* debug Config Space Access (ie PCI Bus walk) */
57#undef DEBUG_LBA_PAT /* debug PCI Resource Mgt code - PDC PAT only */
58
59#undef FBB_SUPPORT /* Fast Back-Back xfers - NOT READY YET */
60
61

--- 1698 unchanged lines hidden ---