svn commit: r283936 - head/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Tue Jun 2 23:11:13 UTC 2015


Author: mav
Date: Tue Jun  2 23:11:12 2015
New Revision: 283936
URL: https://svnweb.freebsd.org/changeset/base/283936

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

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

Modified: head/sys/dev/ahci/ahci.h
==============================================================================
--- head/sys/dev/ahci/ahci.h	Tue Jun  2 22:45:28 2015	(r283935)
+++ head/sys/dev/ahci/ahci.h	Tue Jun  2 23:11:12 2015	(r283936)
@@ -578,7 +578,7 @@ enum ahci_err_type {
 #define AHCI_Q_RESTORE_CAP	0x00080000
 
 #define AHCI_Q_BIT_STRING	\
-	"\021"			\
+	"\020"			\
 	"\001NOFORCE"		\
 	"\002NOPMP"		\
 	"\003NONCQ"		\


More information about the svn-src-head mailing list