Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 05:00:01 GMT
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/175793: modfind(2) doesn't understand modules with underscores
Message-ID:  <201302030500.r13501Xf007676@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/175793; it has been noted by GNATS.

From: Garrett Cooper <yaneurabeya@gmail.com>
To: Glen Barber <gjb@FreeBSD.org>
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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302030500.r13501Xf007676>