#define PCI_VENDOR PCI_VENDOR_ID_TUNDRA
#define PCI_DEVICE PCI_DEVICE_ID_TUNDRA_CA91C042
-
typedef struct _UNI_DEV UNI_DEV;
struct _UNI_DEV {
static UNI_DEV *dev;
-
int universe_init(void)
{
int j, result;
return result;
}
-
/*
* Create pci slave window (access: pci -> vme)
*/
return -result;
}
-
/*
* Create vme slave window (access: vme -> pci)
*/
return -result;
}
-
/*
* Tundra Universe configuration
*/
return 0;
}
-
U_BOOT_CMD(
universe, 8, 1, do_universe,
"initialize and configure Turndra Universe",