is dev_ops_add() permanently removed ?

2009-08-13 Thread Naoya Sugioka
Hi, I have a question. By recent change (http://gitweb.dragonflybsd.org/dragonfly.git/commit/3e82b46c18bc48fdb3c1d60729c7661b3a0bf6bf) dev_ops_add() is no longer existing in sys/device.h. Can someone give me a clue what is a substitute, or any recovery plan it will be back soon ? I'm using

Re: is dev_ops_add() permanently removed ?

2009-08-13 Thread Matthew Dillon
:Hi, : :I have a question. : :By recent change :(http://gitweb.dragonflybsd.org/dragonfly.git/commit/3e82b46c18bc48fdb3c1d60729c7661b3a0bf6bf) :dev_ops_add() : is no longer existing in sys/device.h. :Can someone give me a clue what is a substitute, or any recovery plan :it will be back soon ? :

Re: is dev_ops_add() permanently removed ?

2009-08-13 Thread Alex
Hi, there's no direct substitute; instead just use make_dev properly :) No, there are no plans to bring it back ever, it is not needed anymore with devfs. If you need help fixing your kernel module(s) do not hesitate to contact me. Sincerely, Alex Hornung 2009/8/13 Naoya Sugioka