KMC info wanted

lat at wbux5.UUCP lat at wbux5.UUCP
Fri Jul 8 22:56:22 AEST 1983


In kmc.c you have to make sure that the vector number and
the last three numbers of the address correspond to the
actual vector and address of your kmc(s).
Here is our config line:

device		kmc0	at uba? csr 0760200		vector kmcrint kmcxint

the vector for our kmc is 410 (you will find the address and vector numbers
inside the expansion cabinet) and here are the lines from our kmc.c:

	switch( reg )
		{
		case 020003400200:
			cvec = 0410;
			break;
		case 020003400060:
			cvec = 0340;
			break;
		case 020003400070:
			cvec = 0350;
			break;

		default:
			printf("bad kmc probe, reg=%o\n",reg);


Laurie
wbux5!lat



More information about the Comp.unix.wizards mailing list