Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2003 05:10:40 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_intr.c src/sys/dev/ata ata-all.c
Message-ID:  <200302141310.h1EDAega068830@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2003/02/14 05:10:40 PST

  Modified files:
    sys/kern             kern_intr.c 
    sys/dev/ata          ata-all.c 
  Log:
  Fix crash dumps on ata and scsi.
  
  To fix scsi, don't wait for ithreads if we're dumping, it makes the
  debugger sad.
  
  To fix ata, use what appears to be a polling method if we're dumping,
  I stole this from tmm but added code to ensure that this change is
  only in effect while dumping.
  
  Tested by: des
  
  Revision  Changes    Path
  1.165     +2 -1      src/sys/dev/ata/ata-all.c
  1.88      +2 -1      src/sys/kern/kern_intr.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?200302141310.h1EDAega068830>