Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2017 12:18:21 +0000 (UTC)
From:      Wojciech Macek <wma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312751 - head/sys/dev/ahci
Message-ID:  <201701251218.v0PCILVp091300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wma
Date: Wed Jan 25 12:18:21 2017
New Revision: 312751
URL: https://svnweb.freebsd.org/changeset/base/312751

Log:
  Extend AHCI_Q_BIT_STRING after adding new quirk for soft
   reset delay
  
  Adding new quirk (AHCI_Q_MRVL_SR_DEL) requires according extention
  of AHCI_Q_BIT_STRING.
  
  Submitted by:  Marcin Wojtas <mw@semihalf.com>
  Obtained from: Semihalf
  Sponsored by:  Stormshield
  Reviewed by:   wma

Modified:
  head/sys/dev/ahci/ahci.h

Modified: head/sys/dev/ahci/ahci.h
==============================================================================
--- head/sys/dev/ahci/ahci.h	Wed Jan 25 11:47:16 2017	(r312750)
+++ head/sys/dev/ahci/ahci.h	Wed Jan 25 12:18:21 2017	(r312751)
@@ -622,7 +622,8 @@ enum ahci_err_type {
 	"\0221MSI"              \
 	"\023FORCE_PI"          \
 	"\024RESTORE_CAP"	\
-	"\025NOMSIX"
+	"\025NOMSIX"		\
+	"\026MRVL_SR_DEL"
 
 int ahci_attach(device_t dev);
 int ahci_detach(device_t dev);



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