Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!cmcl2!brl-adm!umd5!decuac!felix!zemon From: zemon@felix.UUCP Newsgroups: comp.unix.ultrix Subject: Re: UREP and ULTRIX V2 Message-ID: <11012@felix.UUCP> Date: Wed, 28-Oct-87 13:56:23 EST Article-I.D.: felix.11012 Posted: Wed Oct 28 13:56:23 1987 Date-Received: Sat, 31-Oct-87 10:30:58 EST References: <9988@felix.UUCP> Sender: zemon@felix.UUCP Organization: Columbia University Lines: 10 Approved: zemon@felix.UUCP Reply-Path: You probably can't use the DEC BSC driver. One thing to look out for in all Ultrix 2.0 drivers is the changes made to the way br and cvec get passed to/from the probe routine. They are now global variables instead of r11 and r15 magically hacked in by some assembler glue. The fix is simple, remove the "register int br,cvec" declaration in your probe routines. /a PS: If you get the BSC driver working (I assume you mean for a DMF?) please let me know. It is on our list.