diff options
author | mav <mav@FreeBSD.org> | 2015-06-05 00:35:17 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2015-06-05 00:35:17 +0000 |
commit | ca4dbe2f75e746538b0739d923ac9fe5d962681b (patch) | |
tree | 47bdf1847b72ccde306b96f316e65515182d3798 | |
parent | cc30d76c8449362b3e9e978e40d184d85875f2bc (diff) | |
download | FreeBSD-src-ca4dbe2f75e746538b0739d923ac9fe5d962681b.zip FreeBSD-src-ca4dbe2f75e746538b0739d923ac9fe5d962681b.tar.gz |
MFC r283936: Restore AHCI quirks printing as base16.
smh@ at r278034 made it base17, that is somewhat odd. :)
-rw-r--r-- | sys/dev/ahci/ahci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci.h b/sys/dev/ahci/ahci.h index e953fa0..a243387 100644 --- a/sys/dev/ahci/ahci.h +++ b/sys/dev/ahci/ahci.h @@ -576,7 +576,7 @@ enum ahci_err_type { #define AHCI_Q_1MSI 0x00020000 #define AHCI_Q_BIT_STRING \ - "\021" \ + "\020" \ "\001NOFORCE" \ "\002NOPMP" \ "\003NONCQ" \ |