From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 21:04:04 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 892E816A419 for ; Wed, 24 Oct 2007 21:04:04 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 231C113C480 for ; Wed, 24 Oct 2007 21:04:03 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id l9OL3sAl056107 for ; Wed, 24 Oct 2007 23:03:54 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id l9OL3s57056106 for current@freebsd.org; Wed, 24 Oct 2007 23:03:54 +0200 (CEST) (envelope-from marius) Date: Wed, 24 Oct 2007 23:03:54 +0200 From: Marius Strobl To: current@freebsd.org Message-ID: <20071024210354.GA52933@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: HEADS UP: [marius@freebsd.org: cvs commit: src UPDATING src/sys/dev/pci pci_user.c src/sys/sys param.h pciio.h] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 21:04:04 -0000 FYI, the hal port needs to be recompiled again... marius 2007-10-24 20:51:44 UTC FreeBSD src repository Modified files: . UPDATING sys/dev/pci pci_user.c sys/sys param.h pciio.h Log: 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. Requested by: imp Discussed with: re (kensmith) Reviewed by: PCI maintainers (imp, jhb) MFC after: 5 days Revision Changes Path 1.511 +13 -0 src/UPDATING 1.23 +294 -50 src/sys/dev/pci/pci_user.c 1.312 +1 -1 src/sys/sys/param.h 1.8 +1 -1 src/sys/sys/pciio.h