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

John Baldwin jhb at FreeBSD.org
Thu Sep 11 18:34:36 UTC 2008


jhb         2008-09-11 18:33:57 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      vm_machdep.c 
    sys/i386/i386        vm_machdep.c 
  Log:
  SVN rev 182936 on 2008-09-11 18:33:57Z by jhb
  
  Update the comments above the 0xcf9 register reset attempt to match the
  code.  We only attempt a single reset using this method (a "hard" reset),
  and we use two writes to ensure there is a 0 -> 1 transition in bit 2 to
  force a reset.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.258     +7 -4      src/sys/amd64/amd64/vm_machdep.c
  1.290     +7 -4      src/sys/i386/i386/vm_machdep.c


More information about the cvs-src mailing list