From owner-cvs-all@FreeBSD.ORG Sun Oct 28 17:31:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89AD416A419; Sun, 28 Oct 2007 17:31:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7644913C4B9; Sun, 28 Oct 2007 17:31:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9SHVqiX017126; Sun, 28 Oct 2007 17:31:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9SHVqu8017125; Sun, 28 Oct 2007 17:31:52 GMT (envelope-from marius) Message-Id: <200710281731.l9SHVqu8017125@repoman.freebsd.org> From: Marius Strobl Date: Sun, 28 Oct 2007 17:31:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src UPDATING src/sys/dev/pci pci_user.c src/sys/sys param.h pciio.h 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: Sun, 28 Oct 2007 17:31:52 -0000 marius 2007-10-28 17:31:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING sys/dev/pci pci_user.c sys/sys param.h pciio.h Log: MFC: UPDATING 1.511; sys/dev/pci/pci_user.c 1.23, 1.24; sys/sys/param.h 1.312, sys/sys/pciio.h 1.8 Add ABI backwards compatibility to the FreeBSD 4/5/6 versions of the PCIOCGETCONF, PCIOCREAD and PCIOCWRITE IOCTLs, which was broken with the introduction of PCI domain support. As the size of struct pci_conf_io wasn't changed with that commit, this unfortunately requires the ABI of PCIOCGETCONF to be broken again in order to be able to provide backwards compatibility to the old version of that IOCTL. Approved by: re (kensmith) Revision Changes Path 1.507.2.2 +13 -0 src/UPDATING 1.22.2.1 +284 -50 src/sys/dev/pci/pci_user.c 1.308.2.2 +1 -1 src/sys/sys/param.h 1.7.2.1 +1 -1 src/sys/sys/pciio.h