Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 1996 10:51:51 -0800
From:      Steven Wallace <swallace@ece.uci.edu>
To:        current@freebsd.org
Subject:   Re: 2.2-960323-SNAP: ibcs2 panic 
Message-ID:  <199603271852.KAA03062@imperial.ece.uci.edu>
In-Reply-To: Your message of "Mon, 25 Mar 1996 18:21:40 EST." <199603252321.SAA25594@davinci.isds.duke.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
I found the problem and just committed the fix.

Here is the patch:


*** ibcs2_sysvec.c.orig Sat Mar  2 11:37:43 1996
--- ibcs2_sysvec.c      Wed Mar 27 10:18:34 1996
***************
*** 32,37 ****
--- 32,38 ----
  
  #include <sys/param.h>
  #include <sys/sysent.h>
+ #include <sys/signalvar.h>
  #include <i386/ibcs2/ibcs2_syscall.h>
  
  extern int bsd_to_ibcs2_sig[];
***************
*** 49,55 ****
          ELAST,
          bsd_to_ibcs2_errno,
        0,              /* fixup */
!       0,              /* sendsig, ignore */
        sigcode,        /* use generic trampoline */
        &szsigcode,     /* use generic trampoline size */
        0               /* prepsyscall */
--- 50,56 ----
          ELAST,
          bsd_to_ibcs2_errno,
        0,              /* fixup */
!       sendsig,
        sigcode,        /* use generic trampoline */
        &szsigcode,     /* use generic trampoline size */
        0               /* prepsyscall */


BTW, you might want to define SPX_HACK when compiling the lkm so
you can set your DISPLAY to :0.0. Otherwise you must set it to localhost:0.0

Make sure your /compat/ibcs2/dev directory looks like:

lrwxr-xr-x  1 root  wheel         9 Oct 15 22:20 X0R@ -> /dev/null
lrwxr-xr-x  1 root  wheel         7 Oct 15 22:20 nfsd@ -> socksys
-rw-rw-r--  1 root  wheel         0 Mar 27 10:44 null
lrwxr-xr-x  1 root  wheel         9 Oct 15 22:20 socksys@ -> /dev/null
crw-rw-rw-  1 root  wheel   41,   1 Oct 15 22:14 spx


Have fun!  WP6.0 working fine again.

Steven




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603271852.KAA03062>