Kernel/vfs - Return matched flags from VFS_SelectNode
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / vpci_tegra2.c
index d44e9d5..9c05006 100644 (file)
@@ -11,6 +11,7 @@
 
 // === GLOBALS ===
 tVPCI_Device   gaVPCI_Devices[] = {
+       #if 0
        {
        .Vendor=0x0ACE,.Device=0x1100,
        .Class = 0x0C032000,    // Serial, USB, ECHI
@@ -29,6 +30,7 @@ tVPCI_Device  gaVPCI_Devices[] = {
        .BARs = {0xC5008000,0,0,0,0,0},
        .IRQ = 4*32+1,
        }
+       #endif
 };
 int giVPCI_DeviceCount = sizeof(gaVPCI_Devices)/sizeof(gaVPCI_Devices[0]);
 

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