Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 23:38:45 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pccbb pccbb.c
Message-ID:  <200512292338.jBTNcjq6089688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-12-29 23:38:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pccbb        pccbb.c 
  Log:
  Simplify the opening of the resources for cardbus cards.  Before we'd
  try very hard to be perfect.  However, these attempts broke down when
  there were large numbers of resources.  We'd not be able to map them all.
  
  Instead, accept that we might pass more range to thse subbus than
  might be optimal be able to compute.  However, there's little harm in
  this and it allows us to pass greater resources through.
  
  # it has been suggested that we allocate a fixed amount of resources
  # on attach and give it out upon request.  This might not be a bad idea...
  
  Revision  Changes    Path
  1.136     +53 -102   src/sys/dev/pccbb/pccbb.c



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