From 44fa1b9b0c2eeb64dc61ff7e7cb0033d62159e2e Mon Sep 17 00:00:00 2001 From: raj Date: Sun, 13 Jun 2010 13:08:23 +0000 Subject: Improve style. --- sys/arm/arm/nexus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c index b78a7f2..5a29a6a 100644 --- a/sys/arm/arm/nexus.c +++ b/sys/arm/arm/nexus.c @@ -107,6 +107,7 @@ static devclass_t nexus_devclass; static int nexus_probe(device_t dev) { + device_quiet(dev); /* suppress attach message for neatness */ mem_rman.rm_start = 0; @@ -116,7 +117,7 @@ nexus_probe(device_t dev) if (rman_init(&mem_rman) || rman_manage_region(&mem_rman, 0, ~0u)) panic("nexus_probe mem_rman"); - return (0); + return (BUS_PROBE_DEFAULT); } static int -- cgit v1.1