Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2007 04:33:25 +0000 (UTC)
From:      Hidetoshi Shimokawa <simokawa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/dcons dcons.h dcons_crom.c
Message-ID:  <200706080433.l584XP3e042061@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
simokawa    2007-06-08 04:33:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dcons        dcons.h dcons_crom.c 
  Log:
  Add the address of IDT in the configuration ROM. (i386/amd64 only)
  
  A change to dconschat(8) will follow so that it can bomb
  this address over FireWire to reset a wedged system.
  
  Though this method is just a hack and far from perfection,
  it should be useful if you don't want to go machine room
  just to reset or to power-cycle a machine without
  remote-managed power supply.  And much better than doing:
  # fwcontrol -m target-eui64
  # dd if=/dev/zero of=/dev/fwmem0.2 bs=1m
  
  Revision  Changes    Path
  1.6       +3 -0      src/sys/dev/dcons/dcons.h
  1.9       +24 -0     src/sys/dev/dcons/dcons_crom.c



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