From owner-cvs-all Sat Feb 24 13:49:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4299937B491; Sat, 24 Feb 2001 13:49:06 -0800 (PST) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1OLn6o00634; Sat, 24 Feb 2001 13:49:06 -0800 (PST) (envelope-from cg) Message-Id: <200102242149.f1OLn6o00634@freefall.freebsd.org> From: Cameron Grant Date: Sat, 24 Feb 2001 13:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound/driver Makefile.inc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/02/24 13:49:05 PST Modified files: (Branch: RELENG_4) sys/modules/sound/driver Makefile.inc Log: don't compile the initialised data generated by the kobj system into each module, otherwise each module gets its own copy of the method descriptors. this results in the upper layer code being unable to find the implementation of any method in any object, which is a bad thing. this commit makes newpcm drivers as modules actually work under 4.x Revision Changes Path 1.1.2.3 +1 -2 src/sys/modules/sound/driver/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message