Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!nsc!voder!wlbr!news From: sms@wlv.imsd.contel.com (Steven M. Schultz) Newsgroups: comp.bugs.2bsd Subject: /boot,/mdec,[T]MSCP (Part 3 of 22) Message-ID: <1991May18.060743.25144@wlbr.imsd.contel.com> Date: 18 May 91 06:07:43 GMT Sender: news@wlbr.imsd.contel.com (news) Organization: Contel Federal Systems Lines: 34 Nntp-Posting-Host: wlv.imsd.contel.com Subject: Part 3 of 22 /boot,/mdec,[T]MSCP updates Index: /sys/, /usr/src/etc/ 2.11BSD Description: Repeat-By: Fix: See part 0 (the README) for the Description, the Reason and the instructions on how update your system. This is part 3 of 22 The 'ubmap' variable has to be a "int" instead of "char" for the 'mfkd' routine used by the network to access 'ubmap' in the kernel's address space. *** /usr/src/sys/h/uba.h.old Fri Apr 29 21:33:44 1988 --- /usr/src/sys/h/uba.h Sat Apr 6 00:06:21 1991 *************** *** 70,76 **** } #ifdef KERNEL ! extern bool_t ubmap; /* Do we have UNIBUS registers? */ extern memaddr bpaddr; /* physical click-address of buffers */ #ifdef UNIBUS_MAP extern struct map ub_map[]; --- 70,76 ---- } #ifdef KERNEL ! extern short ubmap; /* Do we have UNIBUS registers? */ extern memaddr bpaddr; /* physical click-address of buffers */ #ifdef UNIBUS_MAP extern struct map ub_map[];