eisa.c (cf40a76e7d5874bb25f4404eecc58a2e033af885) | eisa.c (9b8eeab019762fa43c5ffa6e2f8e1039f8e99157) |
---|---|
1/* 2 * eisa.c - provide support for EISA adapters in PA-RISC machines 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 * --- 31 unchanged lines hidden (view full) --- 40#include <asm/io.h> 41#include <asm/hardware.h> 42#include <asm/processor.h> 43#include <asm/parisc-device.h> 44#include <asm/delay.h> 45#include <asm/eisa_bus.h> 46#include <asm/eisa_eeprom.h> 47 | 1/* 2 * eisa.c - provide support for EISA adapters in PA-RISC machines 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 * --- 31 unchanged lines hidden (view full) --- 40#include <asm/io.h> 41#include <asm/hardware.h> 42#include <asm/processor.h> 43#include <asm/parisc-device.h> 44#include <asm/delay.h> 45#include <asm/eisa_bus.h> 46#include <asm/eisa_eeprom.h> 47 |
48#include "iommu.h" 49 |
|
48#if 0 49#define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg) 50#else 51#define EISA_DBG(msg, arg...) 52#endif 53 54#define SNAKES_EEPROM_BASE_ADDR 0xF0810400 55#define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400 --- 414 unchanged lines hidden --- | 50#if 0 51#define EISA_DBG(msg, arg...) printk(KERN_DEBUG "eisa: " msg, ## arg) 52#else 53#define EISA_DBG(msg, arg...) 54#endif 55 56#define SNAKES_EEPROM_BASE_ADDR 0xF0810400 57#define MIRAGE_EEPROM_BASE_ADDR 0xF00C0400 --- 414 unchanged lines hidden --- |