summaryrefslogtreecommitdiffstats
path: root/sys/dev/hil
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-03-28 00:20:03 +0000
committermiod <miod@openbsd.org>2003-03-28 00:20:03 +0000
commit5908327910b2bf8b93fc6a1b863385b115b2f576 (patch)
tree892ee2c97786e4a4ae39cb8eb8fe4d56147c29ed /sys/dev/hil
parentFix REQUEST SENSE handling based on lessons learned struggling with (diff)
downloadwireguard-openbsd-5908327910b2bf8b93fc6a1b863385b115b2f576.tar.xz
wireguard-openbsd-5908327910b2bf8b93fc6a1b863385b115b2f576.zip
Better message to report an empty loop during probe.
Diffstat (limited to 'sys/dev/hil')
-rw-r--r--sys/dev/hil/hil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/hil.c b/sys/dev/hil/hil.c
index a13c2f175a2..3173d207988 100644
--- a/sys/dev/hil/hil.c
+++ b/sys/dev/hil/hil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hil.c,v 1.8 2003/03/16 02:01:15 miod Exp $ */
+/* $OpenBSD: hil.c,v 1.9 2003/03/28 00:20:03 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
* All rights reserved.
@@ -225,7 +225,7 @@ hil_attach_deferred(void *v)
}
if (tries == 0 || (db & LPS_CONFFAIL)) {
- printf("%s: loop failed to reconfigure\n", sc->sc_dev.dv_xname);
+ printf("%s: no devices\n", sc->sc_dev.dv_xname);
return;
}