/* This array will contain the addresses of the peripherals * in the Megatek universe. */ char periaddr[] = { 0, /* slot for graphics memory */ 0x34, 0x35, 0x36, 0x37, /* 1st thru 4th IPCU */ 0x18, 0x19, 0x20, 0x21, /* 1st thru 4th FSCD */ 0x10, 0x11, /* 1st and 2nd Pick Module */ 0x8, 0x9, 0xA, 0xB, /* Raster Device Addresses */ }; /* Each of the above entries will have a corresponding special file * in the Unix file system. The major device number of each file will * be the same and the minor device numbers will increase sequentially * from 0. Thus the device whose minor device number = 2 will be * the 2nd IPCU */