Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!ron@brl-vgr From: ron%brl-vgr@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: uba_hd->lastiv Message-ID: <12947@sri-arpa.UUCP> Date: Mon, 31-Oct-83 23:31:48 EDT Article-I.D.: sri-arpa.12947 Posted: Mon Oct 31 23:31:48 1983 Date-Received: Thu, 27-Oct-83 22:12:06 EDT Lines: 12 From: Ron Natalie uba_hd->lastiv is the last allocated unibus interrupt vector. It is used for "smart" peripherals that you tell them where to interrupt to under program control. The way to use it is to decrement it by 4 (2 bytes for the PC, 2 bytes for the PS) and use the resulting number as the vector for that peripheral. It is just set in autoconf right before the ubaaccess call to some reasonable number (0x200 by default). -Ron