From 86428491f0dba017754b7e0facb5af6c571117cb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 30 May 2007 05:36:37 +0000 Subject: the (root) stuff is ugly, so print "at root", so it looks more like regular things. everyone here buys it, and i'm 90% sure miod will be ok with it --- sys/kern/subr_autoconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/subr_autoconf.c') diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index a6080ab3ac9..f19835b4275 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_autoconf.c,v 1.51 2007/05/15 01:56:47 deraadt Exp $ */ +/* $OpenBSD: subr_autoconf.c,v 1.52 2007/05/30 05:36:36 deraadt Exp $ */ /* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */ /* @@ -366,7 +366,7 @@ config_attach(struct device *parent, void *match, void *aux, cfprint_t print) device_ref(dev); if (parent == ROOT) - printf("%s (root)", dev->dv_xname); + printf("%s at root", dev->dv_xname); else { printf("%s at %s", dev->dv_xname, parent->dv_xname); if (print) -- cgit v1.2.3