summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-12-11 05:10:51 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-12-11 05:10:51 +0000
commitffcbb98dc0abdf9593eba61127d5c376723e22a3 (patch)
tree154d1a71eb4ab4278d4c16100fc7fd23abe95b4a
parentc342a7043ff2e62d40e9717d3530fdafeda5bef2 (diff)
fix %b format string now that deraadt fixed printf
-rw-r--r--sys/dev/pci/ahci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c
index 101570d7d84..63ef8fcb6dd 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.11 2006/12/11 04:26:16 dlg Exp $ */
+/* $OpenBSD: ahci.c,v 1.12 2006/12/11 05:10:50 dlg Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -71,7 +71,7 @@ int ahcidebug = AHCI_D_VERBOSE;
"\016PSC" "\017SSC" "\020PMD" "\021FBSS" \
"\x12SPM" "\x13SAM" "\x14SNZO" "\x19SCLO" \
"\x1aSAL" "\x1bSALP" "\x1cSSS" "\x1dSMPS" \
- "\036SSNTF" "\037NCQ" "\040 S64A"
+ "\036SSNTF" "\037NCQ" "\040S64A"
#define AHCI_REG_GHC 0x004 /* Global HBA Control */
#define AHCI_REG_GHC_HR (1<<0) /* HBA Reset */