Date: Tue, 2 Jun 2015 23:11:13 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r283936 - head/sys/dev/ahci Message-ID: <201506022311.t52NBDNm017118@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022311.t52NBDNm017118>