Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 f9daq 1
diff -r pcivme-3.2/driver/askpci.c pcivme-3.2-rok/driver/askpci.c
2
53c53
3
< #include <common.h>  /* must be the first include */
4
---
5
> #include "common.h"  /* must be the first include */
6
57c57
7
< #include <askpci.h>
8
---
9
> #include "askpci.h"
10
diff -r pcivme-3.2/driver/askpci.h pcivme-3.2-rok/driver/askpci.h
11
57c57
12
< #include <main.h>
13
---
14
> #include "main.h"
15
diff -r pcivme-3.2/driver/fops.c pcivme-3.2-rok/driver/fops.c
16
58c58
17
< #include <common.h>  /* must be the first include */
18
---
19
> #include "common.h"  /* must be the first include */
20
68,75c68,75
21
< #include <fops.h>
22
< #include <plx9050.h>
23
< #include <pcivme.h>      /* the common ioctl commands and structures between driver and application */
24
< #include <main.h>
25
< #include <askpci.h>
26
< #include <pciif.h>
27
< #include <vic.h>
28
< #include <vme.h>
29
---
30
> #include "fops.h"
31
> #include "plx9050.h"
32
> #include "pcivme.h"      /* the common ioctl commands and structures between driver and application */
33
> #include "main.h"
34
> #include "askpci.h"
35
> #include "pciif.h"
36
> #include "vic.h"
37
> #include "vme.h"
38
diff -r pcivme-3.2/driver/main.c pcivme-3.2-rok/driver/main.c
39
60c60
40
< #include <common.h>  /* must be the first include */
41
---
42
> #include "common.h"  /* must be the first include */
43
72,79c72,79
44
< #include <askpci.h>
45
< #include <plxbug.h>
46
< #include <plx9050.h>
47
< #include <fops.h>
48
< #include <pcivme.h>
49
< #include <pciif.h>
50
< #include <vic.h>
51
< #include <main.h>
52
---
53
> #include "askpci.h"
54
> #include "plxbug.h"
55
> #include "plx9050.h"
56
> #include "fops.h"
57
> #include "pcivme.h"
58
> #include "pciif.h"
59
> #include "vic.h"
60
> #include "main.h"
61
515c515
62
<                 if (request_irq(pd->pPch->pciDev->irq, pcivme_irqhandler, SA_INTERRUPT | SA_SHIRQ, DEVICE_NAME, pd))
63
---
64
>                 if (request_irq(pd->pPch->pciDev->irq, pcivme_irqhandler, IRQF_DISABLED| IRQF_SHARED, DEVICE_NAME, pd))
65
diff -r pcivme-3.2/driver/Makefile pcivme-3.2-rok/driver/Makefile
66
43a44
67
> EXTRA_CFLAGS := -I.
68
64c65
69
< VERSION := $(shell cpp -dM -I$(KERNEL_LOCATION)/include $(KERNEL_LOCATION)/include/linux/version.h \
70
---
71
> VERSION := $(shell cpp -dM -I$(KERNEL_LOCATION)/include $(KERNEL_LOCATION)/include/linux/utsrelease.h \
72
Only in pcivme-3.2-rok/driver/: Module.symvers
73
diff -r pcivme-3.2/driver/pciif.h pcivme-3.2-rok/driver/pciif.h
74
51c51
75
< #include <vic.h>
76
---
77
> #include "vic.h"
78
Only in pcivme-3.2-rok/driver/: pcivme.mod.c
79
diff -r pcivme-3.2/driver/plxbug.c pcivme-3.2-rok/driver/plxbug.c
80
48c48
81
< #include <common.h>  /* must be the first include */
82
---
83
> #include "common.h"  /* must be the first include */
84
51,52c51,52
85
< #include <plxbug.h>
86
< #include <main.h>
87
---
88
> #include "plxbug.h"
89
> #include "main.h"
90
diff -r pcivme-3.2/driver/plxbug.h pcivme-3.2-rok/driver/plxbug.h
91
51c51
92
< #include <askpci.h>
93
---
94
> #include "askpci.h"
95
Only in pcivme-3.2-rok/driver/: README.changes
96
Only in pcivme-3.2-rok/driver/: .tmp_versions