Date: Wed, 20 Dec 2000 12:42:01 -0700 From: Warner Losh <imp@village.org> To: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Cc: current@FreeBSD.ORG Subject: Re: Why 'lnc.ko' instead of 'if_lnc.ko' ? Message-ID: <200012201942.MAA10802@harmony.village.org> In-Reply-To: Your message of "Thu, 21 Dec 2000 03:28:46 %2B0900." <20001221032846U.matusita@jp.FreeBSD.org> References: <20001221032846U.matusita@jp.FreeBSD.org> <20001221021801G.matusita@jp.FreeBSD.org> <200012201805.eBKI5is41536@billy-club.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20001221032846U.matusita@jp.FreeBSD.org> Makoto MATSUSHITA writes: : imp> Typo, I think. The module needs to be named if_XXX.ko for the : imp> automatic kldload in ifconfig to work. : : OK, attached below is a (trivial) patch to fix this. This is a good start at a fix. However, all the attachments for the lnc device also need to be called if_lnc. And they need to share the same devclass_t so that unit numbers don't go wonky on you (eg, if you have a isa and a pci lnc card in the same system, you might get two lnc0's). The ed driver has this problem as well. The ep driver doesn't. The ep driver is wrong in that its name is ep rather than if_ep. The sn driver I think gets these both right, but I think its dependence on pcic is bogus. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012201942.MAA10802>