cvs commit: src/sys/dev/pci pci_pci.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Apr 28 19:15:42 PDT 2005


marcel      2005-04-29 02:15:40 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci_pci.c 
  Log:
  In pcib_alloc_resource() check if the resource allocation request is
  for the VGA I/O or memory ranges, when it's not within the default
  ranges decoded by the bridge. When allocation for VGA addresses is
  attempted, check that the bridge has the VGA Enable bit set before
  allowing it.
  As such, newbusified VGA drivers can allocate their resources when
  the VGA adapter is behind a PCI-to-PCI bridge.
  
  Reviewed by: imp@, jhb@
  
  Revision  Changes    Path
  1.36      +16 -0     src/sys/dev/pci/pci_pci.c


More information about the cvs-all mailing list