|
|
1.1 ! root 1: ! 2: /* Configuration dependent parameters */ ! 3: ! 4: #define IOBASE 0xff000000 ! 5: #define VBASE 0xfe4000 /* Base addr of commom buffer */ ! 6: #define SILO_BASE 0x800 /* Offset to Base addr of Silo 00 */ ! 7: #define VIOC_LEN 0x10 /* 0x10 K buffer for VIOC */ ! 8: #define SILO_DEPTH 64 /* 64 bytes/Silo */ ! 9: #define ACK_VIOC 0x40 /* VIOC acknowlege vector to HOST */ ! 10: #define CMD_RESP 0x41 /* VIOC cmd respond int vec. to HOST */ ! 11: #define UNS_VEC 0x42 /* VIOC unsolicited int vec. to HOST */ ! 12: #define NTERM 16 /* No of terminals VIOC can support */ ! 13: ! 14: /* ! 15: V/EIU vector interrupt - 12/03/84 - Peter Pham ! 16: */ ! 17: ! 18: #define TRANSMIT 0x90 /* V/EIU receive int vec. to HOST */ ! 19: #define RECEIVE 0x91 /* V/EIU transmit int vec. to HOST */ ! 20: #define RECBUFF 8 /* No. of receive buffer */ ! 21: ! 22: /* System wide parameters */ ! 23: #define MAXUSRS 8 /* Max. no of concurrent processes */ ! 24: #define USERS 1 /* Current no of processes */ ! 25: ! 26: /* Terminal parameters */ ! 27: #define NDBT 0x40 /* No. of data bit : 7 */ ! 28: #define NSBT 0x4 /* No. of stop bit : 1 */ ! 29: #define PARY 0x3 /* Parity : even */ ! 30: #define BAUD 0xd /* Baud rate : 9600 */ ! 31:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.