Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 1996 11:57:35 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/isa sio.c
Message-ID:  <199612231957.LAA19561@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/12/23 11:57:34

  Modified:    sys/i386/isa  sio.c
  Log:
  Use breakpoint() instead of Debugger() in siointr1().  Debugger() doesn't
  work in fast interrupt handlers because it calls db_printf() which uses
  %es for string stuff and %es isn't initialized.
  
  Revision  Changes    Path
  1.155     +2 -3      src/sys/i386/isa/sio.c



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