Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2000 14:08:53 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <200008022108.OAA41374@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/08/02 14:08:53 PDT

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Fix self referential dependencies.  eg: uhub was packaged along with
  usb, all in usb.ko.  uhub depends on usb.  The bug was that the preload
  processing only adds a module to the list once it's internal dependencies
  are resolved... Since it was not "seeing" the internal usb module it
  believed that uhub had a missing dependency.
  
  Revision  Changes    Path
  1.50      +14 -4     src/sys/kern/kern_linker.c



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?200008022108.OAA41374>