summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-22 03:49:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-22 03:49:32 +0000
commit9e77f501e1cf9aff281d63d41c644789c666f066 (patch)
tree5b6c75a957aba2e8039ef48c31873b8a40fd7f67 /sys/dev
parentba1e380da91e41a746b0dc7fd7f39cd787171b8f (diff)
prettier debug, if it is ever re-enabled, ok dlg
Diffstat (limited to 'sys/dev')
-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 abbbeba088d..a6a508dd8c4 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.113 2007/04/21 23:59:33 dlg Exp $ */
+/* $OpenBSD: ahci.c,v 1.114 2007/04/22 03:49:31 deraadt Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -654,7 +654,7 @@ ahci_attach(struct device *parent, struct device *self, void *aux)
break;
}
- printf("%s: capabilities: 0x%b ports: %d ncmds: %d gen: %s\n",
+ printf("%s: capabilities 0x%b, %d ports, %d cmds, gen %s\n",
DEVNAME(sc), cap, AHCI_FMT_CAP,
AHCI_REG_CAP_NP(cap), sc->sc_ncmds, gen);
}