URL
https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 30 |
Rev 34 |
Line 7... |
Line 7... |
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
#include <linux/list.h>
|
#include <linux/list.h>
|
#include <linux/pci.h>
|
#include <linux/pci.h>
|
#include <linux/proc_fs.h>
|
#include <linux/proc_fs.h>
|
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
#include <asm/system.h>
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
#include <asm/io.h>
|
|
|
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
#include <linux/types.h>
|
#include <linux/types.h>
|
#include <linux/ioport.h>
|
#include <linux/ioport.h>
|
Line 450... |
Line 448... |
|
|
MODULE_DEVICE_TABLE(pci, pex_device_id);
|
MODULE_DEVICE_TABLE(pci, pex_device_id);
|
|
|
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
|
|
static int __devinit pex_device_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
static int pex_device_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
{
|
{
|
int error = 0;
|
int error = 0;
|
int i = 0;
|
int i = 0;
|
struct pex_device *brd = NULL;
|
struct pex_device *brd = NULL;
|
|
|
Line 609... |
Line 607... |
return error;
|
return error;
|
}
|
}
|
|
|
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
|
|
static void __devexit pex_device_remove(struct pci_dev *dev)
|
static void pex_device_remove(struct pci_dev *dev)
|
{
|
{
|
struct list_head *pos, *n;
|
struct list_head *pos, *n;
|
struct pex_device *brd = NULL;
|
struct pex_device *brd = NULL;
|
int i = 0;
|
int i = 0;
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.