Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

diff -r pcivme-3.2/driver/askpci.c pcivme-3.2-rok/driver/askpci.c
53c53
< #include <common.h>  /* must be the first include */
---
> #include "common.h"  /* must be the first include */
57c57
< #include <askpci.h>
---
> #include "askpci.h"
diff -r pcivme-3.2/driver/askpci.h pcivme-3.2-rok/driver/askpci.h
57c57
< #include <main.h> 
---
> #include "main.h" 
diff -r pcivme-3.2/driver/fops.c pcivme-3.2-rok/driver/fops.c
58c58
< #include <common.h>  /* must be the first include */
---
> #include "common.h"  /* must be the first include */
68,75c68,75
< #include <fops.h>
< #include <plx9050.h>
< #include <pcivme.h>      /* the common ioctl commands and structures between driver and application */
< #include <main.h>
< #include <askpci.h>
< #include <pciif.h>
< #include <vic.h>
< #include <vme.h>
---
> #include "fops.h"
> #include "plx9050.h"
> #include "pcivme.h"      /* the common ioctl commands and structures between driver and application */
> #include "main.h"
> #include "askpci.h"
> #include "pciif.h"
> #include "vic.h"
> #include "vme.h"
diff -r pcivme-3.2/driver/main.c pcivme-3.2-rok/driver/main.c
60c60
< #include <common.h>  /* must be the first include */
---
> #include "common.h"  /* must be the first include */
72,79c72,79
< #include <askpci.h>
< #include <plxbug.h>
< #include <plx9050.h>
< #include <fops.h>
< #include <pcivme.h>
< #include <pciif.h>
< #include <vic.h>
< #include <main.h>
---
> #include "askpci.h"
> #include "plxbug.h"
> #include "plx9050.h"
> #include "fops.h"
> #include "pcivme.h"
> #include "pciif.h"
> #include "vic.h"
> #include "main.h"
515c515
<                 if (request_irq(pd->pPch->pciDev->irq, pcivme_irqhandler, SA_INTERRUPT | SA_SHIRQ, DEVICE_NAME, pd))
---
>                 if (request_irq(pd->pPch->pciDev->irq, pcivme_irqhandler, IRQF_DISABLED| IRQF_SHARED, DEVICE_NAME, pd))
diff -r pcivme-3.2/driver/Makefile pcivme-3.2-rok/driver/Makefile
43a44
> EXTRA_CFLAGS := -I.
64c65
< VERSION := $(shell cpp -dM -I$(KERNEL_LOCATION)/include $(KERNEL_LOCATION)/include/linux/version.h \
---
> VERSION := $(shell cpp -dM -I$(KERNEL_LOCATION)/include $(KERNEL_LOCATION)/include/linux/utsrelease.h \
Only in pcivme-3.2-rok/driver/: Module.symvers
diff -r pcivme-3.2/driver/pciif.h pcivme-3.2-rok/driver/pciif.h
51c51
< #include <vic.h>
---
> #include "vic.h"
Only in pcivme-3.2-rok/driver/: pcivme.mod.c
diff -r pcivme-3.2/driver/plxbug.c pcivme-3.2-rok/driver/plxbug.c
48c48
< #include <common.h>  /* must be the first include */
---
> #include "common.h"  /* must be the first include */
51,52c51,52
< #include <plxbug.h>
< #include <main.h>
---
> #include "plxbug.h"
> #include "main.h"
diff -r pcivme-3.2/driver/plxbug.h pcivme-3.2-rok/driver/plxbug.h
51c51
< #include <askpci.h>
---
> #include "askpci.h"
Only in pcivme-3.2-rok/driver/: README.changes
Only in pcivme-3.2-rok/driver/: .tmp_versions