X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Farmv7%2Fvpci_tegra2.c;h=9c050064ac41467e68636acb65a33c01c236ec3f;hb=9b107e55699bea78c68d35a6a6591f2c1f6a9cc4;hp=d44e9d58034a398b1dc8392b4f09bc2c7a83eff9;hpb=04a050f42807686dc119838c82372409246d55bb;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/armv7/vpci_tegra2.c b/KernelLand/Kernel/arch/armv7/vpci_tegra2.c index d44e9d58..9c050064 100644 --- a/KernelLand/Kernel/arch/armv7/vpci_tegra2.c +++ b/KernelLand/Kernel/arch/armv7/vpci_tegra2.c @@ -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]);