Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 21:55:30 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 legacy.c
Message-ID:  <200408162155.i7GLtUJA037372@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2004-08-16 21:55:30 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        legacy.c 
  Log:
  Modify the "legacy bus" to pass all resource allocations through to its
  parent rather than track resources locally.  The original code
  was incomplete in that it would only honor requests for resources
  that already exist in its resource list.  This prevented many ISA
  identify routines from allocating temporary resources.  Passing
  the requests up to legacy's parent losing no functionality and
  allows these requests to succeed.
  
  Reviewed by: imp, jhb
  Approved by: RE
  
  Revision  Changes    Path
  1.56      +2 -92     src/sys/i386/i386/legacy.c



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