From: utzoo!decvax!duke!mcnc!ncsu!msdc!paul
Newsgroups: net.unix-wizards
Title: VAX750 interrupt metering question
Article-I.D.: msdc.1015
Posted: Wed Mar 23 14:20:55 1983
Received: Fri Mar 25 08:13:34 1983



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!