Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2009 12:42:25 +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:  <200910211242.n9LCgeYD018444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mav         2009-10-21 12:42:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ahci         ahci.c ahci.h 
  Log:
  SVN rev 198319 on 2009-10-21 12:42:25Z by mav
  
  MFp4:
  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.8       +78 -36    src/sys/dev/ahci/ahci.c
  1.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?200910211242.n9LCgeYD018444>