Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2009 19:40:39 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/ahci ahci.c ahci.h
Message-ID:  <200911171941.nAHJf0UM061026@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2009-11-17 19:40:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/ahci         ahci.c ahci.h 
  Log:
  SVN rev 199422 on 2009-11-17 19:40:39Z by mav
  
  MFC r198319:
  On error, freeze device queue, to allow periph driver to do proper recovery.
  Freeze SIM queue only in some cases, when it is needed to protect SIM.
  
  Implement better command timeout detection logic for non-queued commands.
  This fixes false positives when command with short timeout waiting for the
  long one. For example, when hald tastes CD during burning process.
  
  Read and clear SERR register on interrupt.
  
  Revision  Changes    Path
  1.1.2.7   +78 -36    src/sys/dev/ahci/ahci.c
  1.1.2.3   +1 -1      src/sys/dev/ahci/ahci.h



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