The following reply was made to PR bin/175793; it has been noted by GNATS. From: Garrett Cooper <yaneurab...@gmail.com> To: Glen Barber <g...@freebsd.org> Cc: bug-follo...@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= _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"