Date: Fri, 1 Sep 1995 07:49:33 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, wollman@lcs.mit.edu Cc: freebsd-current@FreeBSD.org, jhay@mikom.csir.co.za Subject: Re: pseudo device lkm's broken Message-ID: <199508312149.HAA10464@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> This can probably be fixed by adding a dummy ((caddr_t)NULL) arg to >> init() in the lkm PSEUDO_SET(). The correct fix is probably to >> get rid of the deprecated kernel PSEUDO_SET() and remove all the >> dummy args. Even for boot-time sysinits, the args are almost >> always dummies. >Deprecated by whom? Certainly not me... By Terry. <sys/kernel.h> now says "To be deprecated after LKM is updated". I committed the fix. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508312149.HAA10464>