From owner-freebsd-current Sun Apr 6 04:33:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA17465 for current-outgoing; Sun, 6 Apr 1997 04:33:37 -0700 (PDT) Received: from hda.hda.com (hda-bicnet.bicnet.net [207.198.1.121]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA17459 for ; Sun, 6 Apr 1997 04:33:33 -0700 (PDT) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id HAA10282 for current@freebsd.org; Sun, 6 Apr 1997 07:31:08 -0400 (EDT) From: Peter Dufault Message-Id: <199704061131.HAA10282@hda.hda.com> Subject: LKM's DISPATCH source interface changed To: current@freebsd.org Date: Sun, 6 Apr 1997 07:31:07 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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