Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 23:12:36 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci_pci.c
Message-ID:  <200111260712.fAQ7CaS36918@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/11/25 23:12:36 PST

  Modified files:
    sys/dev/pci          pci_pci.c 
  Log:
  Experimental patch to try to properly clip the range of the memory
  request to one that's supported by the bridge.  I'm not 100% sure this
  is correct, but it makes it easier for the cardbus bridge to allocate
  its memory.
  
  Similar code is needed for the I/O range.  Also, I'm not sure if I
  should be doing this based on memory or pmemory (but likely should do
  it based on some flag that tells us to prefetch or not).
  
  Talked about a long time ago with: msmith
  
  Revision  Changes    Path
  1.5       +5 -1      src/sys/dev/pci/pci_pci.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?200111260712.fAQ7CaS36918>