Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2000 23:41:33 -0700 (PDT)
From:      Paul Saab <ps@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/i386/conf NOTES src/sys/isa sio.c
Message-ID:  <200006140641.XAA54816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ps          2000/06/13 23:41:33 PDT

  Modified files:
    sys/conf             options 
    sys/i386/conf        NOTES 
    sys/isa              sio.c 
  Log:
  Add option ALT_BREAK_TO_DEBUGGER.
  
  Implement the Solaris way to break into DDB over a serial console
  instead of sending a break.  Sending the character sequence
  CR ~ ^b will break the kernel into DDB (if DDB is enabled).
  
  Reviewed by:	peter
  
  Revision  Changes    Path
  1.207     +2 -1      src/sys/conf/options
  1.784     +6 -1      src/sys/i386/conf/NOTES
  1.301     +30 -1     src/sys/isa/sio.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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