From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 3 05:00:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5133A82E for ; Sun, 3 Feb 2013 05:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45271708 for ; Sun, 3 Feb 2013 05:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r13501ad007677 for ; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r13501Xf007676; Sun, 3 Feb 2013 05:00:01 GMT (envelope-from gnats) Date: Sun, 3 Feb 2013 05:00:01 GMT Message-Id: <201302030500.r13501Xf007676@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Cooper Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Garrett Cooper List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 05:00:02 -0000 The following reply was made to PR bin/175793; it has been noted by GNATS. From: Garrett Cooper To: Glen Barber Cc: bug-followup@FreeBSD.org Subject: Re: bin/175793: modfind(2) doesn't understand modules with underscores Date: Sat, 2 Feb 2013 20:56:53 -0800 On Feb 2, 2013, at 8:50 PM, Glen Barber wrote: > On Sun, Feb 03, 2013 at 04:37:23AM +0000, Garrett Cooper wrote: >> I've seen similar issues with bge(4) on a work machine, so I don't = think it's isolated to re(4)... >=20 > Definitely not isolated to re(4), nor networking drivers alone. >=20 > gjb@nucleus:~ % kldstat -m acpi_asus > kldstat: can't find module acpi_asus: No such file or directory > gjb@nucleus:~ % kldstat -m geom_eli > kldstat: can't find module geom_eli: No such file or directory > gjb@nucleus:~ % kldstat | egrep "(acpi_asus|geom_eli)" > 4 1 0xffffffff81220000 1fc48 geom_eli.ko > 9 1 0xffffffff8138b000 8b10 acpi_asus.ko Yeah.. it's a bit unexpected. I would need to do more digging, = but my guess is that it's an inconsistency in module naming and = representation as the loop I showed in the original bug report is simple = enough >_>=85 Thanks for the info though! -Garrett=