Thanks to (those dec guys):
Matt Thomas <thomas_at_lkg.dec.com>
Tom Blinn <tpb_at_zk3.dec.com>
Jim Lawton <jim_at_ilo.dec.com>
The solution was the following:
in the /sys/BINARY I did a
>nm -B -o *.o | grep U_ADDRESS and found nothing
in the /sys/SYSNAME I did the same command and found
av.o: U U_ADDRESS
jv2_audio.o: 0x00000000000000 N U_ADDRESS
jv2_video.o: U U_ADDRESS
>grep av.o /usr/.smdb./*.inv
/usr/.smdb./MMEDRV110.inv:0 117888 05932 3 4 100444
3/10/941
10 f ./usr/opt/MMEDRV110/driver/av.o none MMEDRV110
/usr/.smdb./OSFBINCOM305.inv:0 2245 47348 3 4 100444
11/16/93
05 f ./usr/sys/include/mach/vm_behavior.h none OSFBINCOM305
/usr/.smdb./OSFMANOP305.inv:0 1590 06556 0 0 100644
11/2/943
05 f ./usr/share/man/man3/leaveok.3 none OSFMANOP305
>grep jv2_audio.o /usr/.smdb./*.inv
/usr/.smdb./MMEDRV110.inv:0 123840 37444 3 4 100444
3/10/941
10 f ./usr/opt/MMEDRV110/driver/jv2_audio.o none MMEDRV110
>grep jv2_video.o /usr/.smdb./*.inv
/usr/.smdb./MMEDRV110.inv:0 120696 19169 3 4 100444
3/10/941
10 f ./usr/opt/MMEDRV110/driver/jv2_video.o none MMEDRV110
To remove the subset I did a
>setld -d MMEDRV110
Immediately after this I was prompted to rebuild the kernel. The build
worked.
then I,
>cp /vmunix /usr/vmunix.save
>mv /sys/SYSNAME/vmunix /vmunix
>shutdown -r +2
After booting up
>strsetup -ic
That's all.
Thanks,
Greg
Greg Siekas
Department of Biomedical Engineering
Tulane University
email: siekas_at_mailhost.tcs.tulane.edu
url:
http://tatanka.bmen.tulane.edu/~siekas
Received on Wed Jul 05 1995 - 19:50:55 NZST