dino.c (3eb66e91a25497065c5322b1268cbc3953642227) | dino.c (9b8eeab019762fa43c5ffa6e2f8e1039f8e99157) |
---|---|
1/* 2** DINO manager 3** 4** (c) Copyright 1999 Red Hat Software 5** (c) Copyright 1999 SuSE GmbH 6** (c) Copyright 1999,2000 Hewlett-Packard Company 7** (c) Copyright 2000 Grant Grundler 8** (c) Copyright 2006 Helge Deller --- 45 unchanged lines hidden (view full) --- 54#include <linux/spinlock.h> /* for spinlock_t and prototypes */ 55 56#include <asm/pdc.h> 57#include <asm/page.h> 58#include <asm/io.h> 59#include <asm/hardware.h> 60 61#include "gsc.h" | 1/* 2** DINO manager 3** 4** (c) Copyright 1999 Red Hat Software 5** (c) Copyright 1999 SuSE GmbH 6** (c) Copyright 1999,2000 Hewlett-Packard Company 7** (c) Copyright 2000 Grant Grundler 8** (c) Copyright 2006 Helge Deller --- 45 unchanged lines hidden (view full) --- 54#include <linux/spinlock.h> /* for spinlock_t and prototypes */ 55 56#include <asm/pdc.h> 57#include <asm/page.h> 58#include <asm/io.h> 59#include <asm/hardware.h> 60 61#include "gsc.h" |
62#include "iommu.h" |
|
62 63#undef DINO_DEBUG 64 65#ifdef DINO_DEBUG 66#define DBG(x...) printk(x) 67#else 68#define DBG(x...) 69#endif --- 980 unchanged lines hidden --- | 63 64#undef DINO_DEBUG 65 66#ifdef DINO_DEBUG 67#define DBG(x...) printk(x) 68#else 69#define DBG(x...) 70#endif --- 980 unchanged lines hidden --- |