Subversion Repositories shark

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

/* OIO!!! I just have PCI!!! */

#ifndef __PCI__
#define __PCI__

#include <kernel/kern.h>
#include <drivers/pci.h>
#include <drivers/../../drivers/pci/linuxpci.h>
#include <linux/compatib.h>

#if 0
#define PCI_COMMAND             0x04    /* 16 bits */
#define  PCI_COMMAND_MASTER     0x4     /* Enable bus mastering */

#define PCI_LATENCY_TIMER       0x0d    /* 8 bits */

#define PCI_BASE_ADDRESS_0      0x10    /* 32 bits */

#define PCI_INTERRUPT_LINE      0x3c    /* 8 bits */
#endif

#endif /* PCI_H */