Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2010 11:12:58 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/i386/i386 vm_machdep.c src/sys/i386/include npx.h pcb.h src/sys/i386/isa npx.c src/sys/kern subr_trap.c src/sys/pc98/include npx.h
Message-ID:  <201006231113.o5NBDJg5093206@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-06-23 11:12:58 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        vm_machdep.c 
    sys/i386/include     npx.h pcb.h 
    sys/i386/isa         npx.c 
    sys/kern             subr_trap.c 
    sys/pc98/include     npx.h 
  Log:
  SVN rev 209461 on 2010-06-23 11:12:58Z by kib
  
  Remove the support for int13 FPU exception reporting on i386. It is
  believed that all 486-class CPUs FreeBSD is capable to run on, either
  have no FPU and cannot use external coprocessor, or have FPU on the
  package and can use #MF.
  
  Reviewed by:    bde
  Tested by:      pho (previous version)
  
  Revision  Changes    Path
  1.302     +1 -1      src/sys/i386/i386/vm_machdep.c
  1.35      +0 -8      src/sys/i386/include/npx.h
  1.59      +0 -1      src/sys/i386/include/pcb.h
  1.183     +31 -132   src/sys/i386/isa/npx.c
  1.314     +0 -21     src/sys/kern/subr_trap.c
  1.3       +2 -45     src/sys/pc98/include/npx.h



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