svn commit: r284006 - stable/10/sys/dev/ahci
Alexander Motin
mav at FreeBSD.org
Fri Jun 5 00:35:18 UTC 2015
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" \
More information about the svn-src-all
mailing list