Re: KLD-module(dir) naming conventions

2001-07-05 Thread Mike Smith
> On Fri, 6 Jul 2001, Bruce Evans wrote: > ... > > if_foo.c -> /sys/modules/foo -> foo.ko. There is no driver named if_foo. > > > that seems to be right. > No man if_ed(4) yust ed(4)... No. if_foo.c in /sys/modules/foo builds if_foo.ko. This was discussed a year or so back; it's a compromise d

Re: KLD-module(dir) naming conventions

2001-07-05 Thread Michael Reifenberger
On Fri, 6 Jul 2001, Bruce Evans wrote: ... > if_foo.c -> /sys/modules/foo -> foo.ko. There is no driver named if_foo. > that seems to be right. No man if_ed(4) yust ed(4)... Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: KLD-module(dir) naming conventions

2001-07-05 Thread Warner Losh
In message <[EMAIL PROTECTED]> Brooks Davis writes: : They should have been if_* or possiably if/*, but since current plans I think the current way that most of them are done (eg module/foo) is right. : are to take src/sys/modules out back and shoot it, there's probably no : point in fixing the

Re: KLD-module(dir) naming conventions

2001-07-05 Thread Warner Losh
In message <20010705100122.N1134-10@nihil> Michael Reifenberger writes: : Hi, : it seems to me that most existing if_* modul-directories : are named in an inconstant way. : FE: : if_ti.c -> /sys/modules/ti-> if_ti.ko : if_fxp.c -> /sys/modules/fxp -> if_fxp.ko : ... : but : ..

Re: KLD-module(dir) naming conventions

2001-07-05 Thread Bruce Evans
On Thu, 5 Jul 2001, Michael Reifenberger wrote: > Hi, > it seems to me that most existing if_* modul-directories > are named in an inconstant way. > FE: > if_ti.c -> /sys/modules/ti-> if_ti.ko > if_fxp.c -> /sys/modules/fxp -> if_fxp.ko > ... > but > ... > if_ef.c -> /sys/modu

Re: KLD-module(dir) naming conventions

2001-07-05 Thread Brooks Davis
On Thu, Jul 05, 2001 at 10:12:50AM +0200, Michael Reifenberger wrote: > Hi, > it seems to me that most existing if_* modul-directories > are named in an inconstant way. > FE: > if_ti.c -> /sys/modules/ti-> if_ti.ko > if_fxp.c -> /sys/modules/fxp -> if_fxp.ko > ... > but > ... >