summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2011-04-08 19:16:48 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2011-04-08 19:16:48 +0000
commit9cb8d98e16b8554b3786e16f7d9be2307bdf8510 (patch)
tree11295617e772955e9b320acd006a4cc1fd3e02f5 /sys/dev
parent0192fc2e8ca6dc44191bac34a8dbd099f7310dc0 (diff)
rename wiat channel to something less than 8 chars.
prompted by deraadt
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/mfi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c
index 795bf15c83d..3097cde0ca5 100644
--- a/sys/dev/ic/mfi.c
+++ b/sys/dev/ic/mfi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi.c,v 1.115 2011/04/08 19:15:35 marco Exp $ */
+/* $OpenBSD: mfi.c,v 1.116 2011/04/08 19:16:47 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -1234,7 +1234,7 @@ mfi_do_mgmt(struct mfi_softc *sc, struct mfi_ccb *ccb, uint32_t opc,
DNPRINTF(MFI_D_MISC, "%s: mfi_do_mgmt sleeping\n", DEVNAME(sc));
while (ccb->ccb_state != MFI_CCB_DONE)
- tsleep(ccb, PRIBIO, "mfi_do_mgmt", 0);
+ tsleep(ccb, PRIBIO, "mfimgmt", 0);
splx(s);
if (ccb->ccb_flags & MFI_CCB_F_ERR) {