Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 20:47:14 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus_cis.c src/sys/dev/pci pci.c pci_private.h
Message-ID:  <200912302047.nBUKldHg040331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-12-30 20:47:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cardbus      cardbus_cis.c 
    sys/dev/pci          pci.c pci_private.h 
  Log:
  SVN rev 201279 on 2009-12-30 20:47:14Z by jhb
  
  Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove special
  handling for the PCIR_BIOS decoding enable bit from the cardbus driver.
  The PCIR_BIOS BAR does include type bits like other BARs.  Instead, it is
  always a 32-bit non-prefetchable memory BAR where the low bit is used as a
  flag to enable decoding.
  
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.68      +0 -6      src/sys/dev/cardbus/cardbus_cis.c
  1.394     +79 -4     src/sys/dev/pci/pci.c
  1.28      +2 -0      src/sys/dev/pci/pci_private.h



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