cvs commit: src/sys/dev/pci pci.c pcireg.h src/usr.sbin/pciconf cap.c

John Baldwin jhb at FreeBSD.org
Wed Apr 25 14:45:47 UTC 2007


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


More information about the cvs-src mailing list