Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2001 13:49:05 -0800 (PST)
From:      Cameron Grant <cg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/sound/driver Makefile.inc
Message-ID:  <200102242149.f1OLn6o00634@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102242149.f1OLn6o00634>