Subject: LKM's now work!
To: None <port-sparc64@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: port-sparc64
Date: 02/26/2001 04:48:50
hi folks.


i've just commited a tiny change to <sys/lkm.h> to fix LKM's on the
sparc64 port.  a pointer was being passed as an `int' via ioctl,
and is now passed as `u_long' (more consistent with the rest of the
interface.)


you will need to rebuild your kernel and modload(1), both with the
fixed <sys/lkm.h> for this change.

attempting to load a LKM on an old kernel will cause a panic, and
using an old modload(1) will return ENOTTY (Inappropriate ioctl for
device.)


.mrg.