Source
38
38
39
39
#include <asm/byteorder.h>
40
40
#include <asm/io.h>
41
41
#include <asm/hardware.h>
42
42
#include <asm/processor.h>
43
43
#include <asm/parisc-device.h>
44
44
#include <asm/delay.h>
45
45
#include <asm/eisa_bus.h>
46
46
#include <asm/eisa_eeprom.h>
47
47
48
+
#include "iommu.h"
49
+
48
50
#if 0
49
51
#define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg)
50
52
#else
51
53
#define EISA_DBG(msg, arg...)
52
54
#endif
53
55
54
56
#define SNAKES_EEPROM_BASE_ADDR 0xF0810400
55
57
#define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400
56
58
57
59
static DEFINE_SPINLOCK(eisa_irq_lock);