Date: Sun, 6 Apr 1997 07:31:07 -0400 (EDT) From: Peter Dufault <dufault@hda.com> To: current@freebsd.org Subject: LKM's DISPATCH source interface changed Message-ID: <199704061131.HAA10282@hda.hda.com>
next in thread | raw e-mail | index | archive | help
The DISPATCH macro in lkm.h is now MOD_DISPATCH and you must pass in the name as the first argument: DISPATCH(lkmtp, cmd, ver, joy_load, joy_unload, joy_stat); is now: MOD_DISPATCH(joy, lkmtp, cmd, ver, joy_load, joy_unload, joy_stat); This is a source-only incompatability. I fixed the system files. Peter -- Peter Dufault (dufault@hda.com) Realtime Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704061131.HAA10282>