Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2015 00:35:18 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r284006 - stable/10/sys/dev/ahci
Message-ID:  <201506050035.t550ZICa023109@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Jun  5 00:35:17 2015
New Revision: 284006
URL: https://svnweb.freebsd.org/changeset/base/284006

Log:
  MFC r283936: Restore AHCI quirks printing as base16.
  
  smh@ at r278034 made it base17, that is somewhat odd. :)

Modified:
  stable/10/sys/dev/ahci/ahci.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/ahci/ahci.h
==============================================================================
--- stable/10/sys/dev/ahci/ahci.h	Fri Jun  5 00:28:38 2015	(r284005)
+++ stable/10/sys/dev/ahci/ahci.h	Fri Jun  5 00:35:17 2015	(r284006)
@@ -576,7 +576,7 @@ enum ahci_err_type {
 #define AHCI_Q_1MSI		0x00020000
 
 #define AHCI_Q_BIT_STRING	\
-	"\021"			\
+	"\020"			\
 	"\001NOFORCE"		\
 	"\002NOPMP"		\
 	"\003NONCQ"		\



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