[net.unix-wizards] VAX750 interrupt metering question

paul (03/23/83)

A little while ago, Mike Hibler sent out an article to net.bugs.4bsd
(nmtvax.255) that described a fix for the interrupt counting problem
on UNIBUS-only Vax 750s and 730s. In our version of mkubglue, there
is a special case of the DZ transmitter interupt handling:

	if (strncmp(vector, "dzx", 3) == 0)
		fprintf(fp, "\tmovl ... jbr\t_dzdma\n\n");

Question: is there a particular reason why you would not want to
meter DZ transmitter interrupts? Why not here, too?

	Paul Manno
	Medical Systems Development Corp.
	(..decvax!duke!mcnc!msdc!paul)

P.S. Mike's changes do work just fine, otherwise. Thanks!