cvs commit: src/sys/amd64/amd64 vm_machdep.c src/sys/i386/i386 vm_machdep.c

John Baldwin jhb at FreeBSD.org
Mon Apr 30 17:45:45 UTC 2007


jhb         2007-04-30 17:45:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/amd64      vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
  Log:
  MFC: Various fixes to cpu_reset_real()
  - Try to use the reset control register (I/O port 0xcf9) and the fast a20
    and init register (I/O port 0x92) if the keyboard reset fails.
  - Fix the triple fault to actually work when PGE is enabled.
  
  Revision   Changes    Path
  1.248.2.2  +38 -4     src/sys/amd64/amd64/vm_machdep.c
  1.259.2.6  +40 -6     src/sys/i386/i386/vm_machdep.c


More information about the cvs-all mailing list