|
|
1.1 root 1:
2: /*************************************************************************/
3: /* */
4: /* This file describes the maximal tahoe configuration. */
5: /* It is VERY machine dependent. It should agree with the maximal */
6: /* configuration at machine/scb.s. */
7: /* */
8: /*************************************************************************/
9:
10:
11: struct maxconf {
12: char *mc_intname;
13: int mc_max;
14: int mc_count;
15: } max_conf[] = {
16:
17: /* vector-name max. num. actual num. */
18:
19: "vackint", 8, 0,
20: "vcmdrsp", 8, 0,
21: "vunsol", 8, 0,
1.1.1.2 ! root 22: "vdintr", 8, 0
1.1 root 23:
24: };
25:
26:
27:
28: int maxvects=4; /* number of different interrupt vectors
29: /* appearing at max_conf
30: */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.