Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | /* OIO!!! I just have PCI!!! */ |
2 | |||
3 | #ifndef __PCI__ |
||
4 | #define __PCI__ |
||
5 | |||
6 | #include <kernel/kern.h> |
||
7 | #include <drivers/pci.h> |
||
8 | #include <drivers/../../drivers/pci/linuxpci.h> |
||
9 | #include <linux/compatib.h> |
||
10 | |||
11 | #if 0 |
||
12 | #define PCI_COMMAND 0x04 /* 16 bits */ |
||
13 | #define PCI_COMMAND_MASTER 0x4 /* Enable bus mastering */ |
||
14 | |||
15 | #define PCI_LATENCY_TIMER 0x0d /* 8 bits */ |
||
16 | |||
17 | #define PCI_BASE_ADDRESS_0 0x10 /* 32 bits */ |
||
18 | |||
19 | #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ |
||
20 | #endif |
||
21 | |||
22 | #endif /* PCI_H */ |
||
23 |