9c050064ac41467e68636acb65a33c01c236ec3f
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / vpci_tegra2.c
1 /*
2  * Acess2 Kernel ARMv7 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * vpci_tegra2.c
6  * - Tegra2 VPCI Definitions
7  */
8 #include <virtual_pci.h>
9
10 // === PROTOTYPES ===
11
12 // === GLOBALS ===
13 tVPCI_Device    gaVPCI_Devices[] = {
14         #if 0
15         {
16         .Vendor=0x0ACE,.Device=0x1100,
17         .Class = 0x0C032000,    // Serial, USB, ECHI
18         .BARs = {0xC5000000,0,0,0,0,0},
19         .IRQ = 0*32+20,
20         },
21         {
22         .Vendor=0x0ACE,.Device=0x1100,
23         .Class = 0x0C032000,    // Serial, USB, ECHI
24         .BARs = {0xC5004000,0,0,0,0,0},
25         .IRQ = 0*32+21,
26         },
27         {
28         .Vendor=0x0ACE,.Device=0x1100,
29         .Class = 0x0C032000,    // Serial, USB, ECHI
30         .BARs = {0xC5008000,0,0,0,0,0},
31         .IRQ = 4*32+1,
32         }
33         #endif
34 };
35 int giVPCI_DeviceCount = sizeof(gaVPCI_Devices)/sizeof(gaVPCI_Devices[0]);
36

UCC git Repository :: git.ucc.asn.au