i82365.c (e37c83c06c2690157a989df40dc99a6b61c9ea15) i82365.c (ac8b422838046ffc26be4874a3cbae0d313f4209)
1/*======================================================================
2
3 Device driver for Intel 82365 and compatible PC Card controllers.
4
5 i82365.c 1.265 1999/11/10 18:36:21
6
7 The contents of this file are subject to the Mozilla Public
8 License Version 1.1 (the "License"); you may not use this file

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

45#include <linux/workqueue.h>
46#include <linux/interrupt.h>
47#include <linux/platform_device.h>
48#include <linux/bitops.h>
49#include <asm/irq.h>
50#include <asm/io.h>
51#include <asm/system.h>
52
1/*======================================================================
2
3 Device driver for Intel 82365 and compatible PC Card controllers.
4
5 i82365.c 1.265 1999/11/10 18:36:21
6
7 The contents of this file are subject to the Mozilla Public
8 License Version 1.1 (the "License"); you may not use this file

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

45#include <linux/workqueue.h>
46#include <linux/interrupt.h>
47#include <linux/platform_device.h>
48#include <linux/bitops.h>
49#include <asm/irq.h>
50#include <asm/io.h>
51#include <asm/system.h>
52
53#include <pcmcia/cs_types.h>
54#include <pcmcia/ss.h>
55#include <pcmcia/cs.h>
56
57#include <linux/isapnp.h>
58
59/* ISA-bus controllers */
60#include "i82365.h"
61#include "cirrus.h"

--- 1298 unchanged lines hidden ---
53#include <pcmcia/ss.h>
54#include <pcmcia/cs.h>
55
56#include <linux/isapnp.h>
57
58/* ISA-bus controllers */
59#include "i82365.h"
60#include "cirrus.h"

--- 1298 unchanged lines hidden ---