Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 1996 12:27:16 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/isa npx.c
Message-ID:  <199611152027.MAA13747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/11/15 12:27:15

  Modified:    sys/i386/isa  npx.c
  Log:
  Disabled i586-optimized copyin and copyout.  They usually panic if the
  user supplies a bad address, because they push a lot of stuff that the
  fault handler doesn't know about onto the stack.  This has been broken
  for more than half a year despite being tested for almost half a year
  in -current.
  
  Revision  Changes    Path
  1.33      +3 -1      src/sys/i386/isa/npx.c



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