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" \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"