Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2007 14:45:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c pcireg.h src/usr.sbin/pciconf cap.c
Message-ID:  <200704251445.l3PEjlt9078840@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-04-25 14:45:46 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c pcireg.h 
    usr.sbin/pciconf     cap.c 
  Log:
  - HT 2.00b added a new flag to the MSI mapping HT capability to indicate
    that the MSI mapping window is fixed at 0xfee00000 and the capability
    does not include two more dwords used to program the address.  Supporting
    this mostly results in quieting spurious warnings during boot about
    non-default MSI mapping windows.
  - HT 2.00b also added a new HT capability type, so support that in pciconf.
  
  MFC after:      3 days
  Tested by:      jmg
  
  Revision  Changes    Path
  1.349     +12 -8     src/sys/dev/pci/pci.c
  1.62      +2 -0      src/sys/dev/pci/pcireg.h
  1.2       +12 -7     src/usr.sbin/pciconf/cap.c



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