From owner-cvs-all@FreeBSD.ORG Wed Apr 25 14:45:47 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FDC716A46B; Wed, 25 Apr 2007 14:45:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7326813C4AE; Wed, 25 Apr 2007 14:45:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3PEjlQS078841; Wed, 25 Apr 2007 14:45:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3PEjlt9078840; Wed, 25 Apr 2007 14:45:47 GMT (envelope-from jhb) Message-Id: <200704251445.l3PEjlt9078840@repoman.freebsd.org> From: John Baldwin Date: Wed, 25 Apr 2007 14:45:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pci pci.c pcireg.h src/usr.sbin/pciconf cap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 14:45:47 -0000 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