Ok, I found several smaller bugs while hunting down the "corrupt asssembler"
problem, but the real fix is to change the call in src/srv/vstafs/main.c:
init_buf(__fd_port(blkdev), CORESEC);
to
init_buf(clone(__fd_port(blkdev)), CORESEC);
The actual change in the next release has more error checking, but that's
the basic fix, and should fix the basic problem.
Ironically, DOS already did this technique. I can't even remember doing
this, but it's certainly present!
Now there's just SCSI CAM with > 16 meg configs to get running, then I can
freeze for the next version.
Andy
Received on Thu Dec 10 16:13:50 1998
This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:12:56 PDT