|
|
1.1 root 1: /*
2: * config data
3: */
4:
5: #include "sys/param.h"
6: #include "sys/conf.h"
7: #include "sys/vtimes.h"
8: #include "sys/proc.h"
9: #include "sys/inode.h"
10: #include "sys/file.h"
11: #include "sys/text.h"
12: #include "sys/callout.h"
13: #include "sys/buf.h"
14: #include "sys/map.h"
15: #include "sys/stream.h"
16: #include "sys/nexus.h"
17: #include "sys/ubaddr.h"
18: #include "sys/uba.h"
19: #include "sys/biaddr.h"
20: #include "sys/uda.h"
21: #include "sys/bda.h"
22: #include "sys/inet/in.h"
23: #include "sys/inet/ip_var.h"
24: #include "sys/inet/udp.h"
25: #include "sys/inet/tcp.h"
26: #include "sys/inet/tcp_timer.h"
27: #include "sys/inet/tcp_var.h"
28: #include "sys/dk.h"
29: #include "sys/kmc.h"
30: #include "sys/kdi.h"
31: #include "sys/mscp.h"
32: #include "sys/udaioc.h"
33: #include "sys/ra.h"
34: #include "sys/ta.h"
35: #include "sys/bvp.h"
36: #include "sys/debna.h"
37: #include "sys/ttyio.h"
38: #include "sys/ttyld.h"
39: #include "sys/bufld.h"
40: #include "sys/mesg.h"
41: #include "sys/dkp.h"
42: #include "sys/mount.h"
43: extern struct bdevsw swbdev;
44: extern struct bdevsw rabdev;
45: extern struct bdevsw tabdev;
46: int nblkdev = 11;
47: extern struct cdevsw cncdev;
48: extern struct cdevsw mmcdev;
49: extern struct cdevsw swcdev;
50: extern struct cdevsw bnacdev;
51: extern struct cdevsw dkcdev;
52: extern struct cdevsw kmccdev;
53: extern struct cdevsw racdev;
54: extern struct cdevsw kdicdev;
55: extern struct cdevsw fdcdev;
56: extern struct cdevsw ipcdev;
57: extern struct cdevsw tcpcdev;
58: extern struct cdevsw udpcdev;
59: extern struct cdevsw tacdev;
60: int nchrdev = 60;
61: extern struct fstypsw fsfs;
62: extern struct fstypsw nafs;
63: extern struct fstypsw prfs;
64: extern struct fstypsw msfs;
65: extern struct fstypsw nbfs;
66: extern struct fstypsw erfs;
67: extern struct fstypsw pipfs;
68: int nfstyp = 7;
69: extern struct streamtab ttystream;
70: extern struct streamtab cdkpstream;
71: extern struct streamtab rdkstream;
72: extern struct streamtab msgstream;
73: extern struct streamtab dkpstream;
74: extern struct streamtab bufldstream;
75: extern struct streamtab rmsgstream;
76: extern struct streamtab ipstream;
77: extern struct streamtab tcpstream;
78: extern struct streamtab udpstream;
79: extern struct streamtab connstream;
80: int nstreamtab = 19;
81:
82: struct bdevsw *bdevsw[] = {
83: NULL,
84: NULL,
85: NULL,
86: NULL,
87: &swbdev, /* 4 */
88: NULL,
89: NULL,
90: &rabdev, /* 7 */
91: NULL,
92: NULL,
93: &tabdev, /* 10 */
94: };
95: struct cdevsw *cdevsw[] = {
96: &cncdev, /* 0 */
97: NULL,
98: NULL,
99: &mmcdev, /* 3 */
100: NULL,
101: NULL,
102: NULL,
103: &swcdev, /* 7 */
104: NULL,
105: NULL,
106: NULL,
107: NULL,
108: NULL,
109: NULL,
110: &bnacdev, /* 14 */
111: NULL,
112: NULL,
113: &dkcdev, /* 17 */
114: NULL,
115: NULL,
116: NULL,
117: NULL,
118: NULL,
119: NULL,
120: NULL,
121: NULL,
122: &kmccdev, /* 26 */
123: NULL,
124: &racdev, /* 28 */
125: NULL,
126: NULL,
127: &kdicdev, /* 31 */
128: NULL,
129: NULL,
130: NULL,
131: NULL,
132: NULL,
133: NULL,
134: NULL,
135: NULL,
136: &fdcdev, /* 40 */
137: NULL,
138: &ipcdev, /* 42 */
139: &tcpcdev, /* 43 */
140: NULL,
141: NULL,
142: NULL,
143: NULL,
144: NULL,
145: NULL,
146: &udpcdev, /* 50 */
147: NULL,
148: NULL,
149: NULL,
150: NULL,
151: NULL,
152: NULL,
153: NULL,
154: NULL,
155: &tacdev, /* 59 */
156: };
157: struct fstypsw *fstypsw[] = {
158: &fsfs, /* 0 */
159: &nafs, /* 1 */
160: &prfs, /* 2 */
161: &msfs, /* 3 */
162: &nbfs, /* 4 */
163: &erfs, /* 5 */
164: &pipfs, /* 6 */
165: };
166: struct streamtab *streamtab[] = {
167: &ttystream, /* 0 */
168: &cdkpstream, /* 1 */
169: &rdkstream, /* 2 */
170: NULL,
171: &msgstream, /* 4 */
172: &dkpstream, /* 5 */
173: NULL,
174: &bufldstream, /* 7 */
175: NULL,
176: &rmsgstream, /* 9 */
177: &ipstream, /* 10 */
178: &tcpstream, /* 11 */
179: NULL,
180: NULL,
181: &udpstream, /* 14 */
182: NULL,
183: NULL,
184: NULL,
185: &connstream, /* 18 */
186: };
187: int proccnt = 600;
188: struct proc proc[600];
189: int inodecnt = 1700;
190: struct inode inode[1700];
191: int calloutcnt = 50;
192: struct callout callout[50];
193: int textcnt = 120;
194: struct text text[120];
195: int argcnt = 16;
196: struct map argmap[16];
197: int swmapcnt = 600;
198: struct map swapmap[600];
199: int kernelcnt = 500;
200: struct map kernelmap[500];
201: int swbufcnt = 50;
202: struct buf swapbuf[50];
203: struct swapinfo swapinfo[50];
204: int bufhcnt = 599;
205: struct bufhd bufhash[599];
206: int streamcnt = 800;
207: struct stdata streams[800];
208: int blkcnt = 1600;
209: struct block cblock[1600];
210: int blkbcnt = 20;
211: struct buf *cblkbuf[20];
212: int dstflag = 1;
213: int timezone = 300;
214: int maxtsize = 12256;
215: int maxdsize = 204800;
216: int maxssize = 204800;
217:
218: struct nextab nextab[] = {
219: 2, 2,
220: 3, 2,
221: 2, 7,
222: 2, 5,
223: 3, 5,
224: 2, 0,
225: 2, 6,
226: -1
227: };
228: struct biaddr biaaddr[] = {
229: {-1},
230: {-1},
231: {0, 0x0, 0x400, 2},
232: {1, 0x0, 0x600, 3},
233: };
234: int biacnt = 4;
235: int bianode[4];
236: struct biaddr bnaaddr[] = {
237: {2, 0x40, 0x0, 2},
238: };
239: int bnacnt = 1;
240: struct bnactl bna[1];
241: struct bnabuf bnabuf[1];
242: struct biaddr bdaddr[] = {
243: {3, 0x10, 0x0, 2},
244: {4, 0x18, 0x0, 3},
245: };
246: int bdcnt = 2;
247: struct bd bd[2];
248: extern struct msportsw udport;
249: extern struct msportsw bdport;
250: int nmsport = 2;
251: struct msportsw *msportsw[] = {
252: &udport, /* 0 */
253: &bdport, /* 1 */
254: };
255: struct msaddr raaddr[] = {
256: {0, 1, 0},
257: {0, 1, 1},
258: {1, 1, 2},
259: {1, 1, 3},
260: {1, 1, 4},
261: {1, 1, 5},
262: {0, 1, 6},
263: {1, 0, 0},
264: };
265: int racnt = 8;
266: struct radisk radisk[8];
267: struct buf rabuf[8];
268: struct biaddr ubaaddr[] = {
269: {5, 0x20, 0x200, 2},
270: {6, 0x30, 0x800, 2},
271: };
272: int ubacnt = 2;
273: struct uba uba[2];
274: struct ubaddr udaddr[] = {
275: {0774500, 0300, 1},
276: {0772150, 0270, 0},
277: {0760404, 0310, 0},
278: };
279: int udcnt = 3;
280: struct ud ud[3];
281: struct msaddr taaddr[] = {
282: {0, 0, 0},
283: {2, 0, 0},
284: {2, 0, 1},
285: };
286: int tacnt = 3;
287: struct tatape tatape[3];
288: struct buf tabuf[3];
289: struct ubaddr dkaddr[] = {
290: {0767770, 0400, 0},
291: };
292: int dkcnt = 256;
293: struct dk dk[256];
294: char dkstate[256];
295: struct ubaddr kmcaddr[] = {
296: {0760200, 0600, 0},
297: {0760210, 0610, 0},
298: };
299: int kmccnt = 2;
300: struct kmc kmc[2];
301: int kdicnt = 2;
302: struct kdikmc kdikmc[2];
303: struct kmcdk k[2];
304: int cncnt = 0;
305: int ipcnt = 32;
306: struct ipif ipif[32];
307: struct ipif *ipifsort[32];
308: int udpcnt = 16;
309: struct udp udpconn[16];
310: int tcpcnt = 64;
311: struct tcpcb tcpcb[64];
312: int arpcnt = 128;
313: struct ip_arp ip_arps[128];
314: int ttycnt = 192;
315: struct ttyld ttyld[192];
316: int msgcnt = 256;
317: struct imesg mesg[256];
318: int rdkcnt = 0;
319: int dkpcnt = 96;
320: struct dkp dkp[96];
321: int cdkpcnt = 0;
322: int bufldcnt = 4;
323: struct bufld bufld[4];
324: int fscnt = 24;
325: struct mount fsmtab[24];
326: int filecnt = 1536;
327: struct file file[1536];
328: int queuecnt = 3072;
329: struct queue queue[3072];
330: int rootfstyp = 0;
331: dev_t rootdev = makedev(7, 64);
332: dev_t swapdev = makedev(4, 0);
333: struct swdevt swdevt[] = {
334: {makedev(7, 3), 249848L},
335: {makedev(7, 11), 249848L},
336: };
337: int nswdevt = 2;
338: extern int bddump();
339: int (*dumprout)() = bddump;
340: int dumpunit = 9473;
341: long dumplow = 530416;
342: long dumpsize = 249848;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.