From owner-p4-projects@FreeBSD.ORG Fri Jun 28 15:34:56 2013 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E3E68AED; Fri, 28 Jun 2013 15:34:55 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A509BAEB for ; Fri, 28 Jun 2013 15:34:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [8.8.178.74]) by mx1.freebsd.org (Postfix) with ESMTP id 9600B12E6 for ; Fri, 28 Jun 2013 15:34:55 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SFYtHw023274 for ; Fri, 28 Jun 2013 15:34:55 GMT (envelope-from jhb@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.7/8.14.6/Submit) id r5SFYtgL023271 for perforce@freebsd.org; Fri, 28 Jun 2013 15:34:55 GMT (envelope-from jhb@freebsd.org) Date: Fri, 28 Jun 2013 15:34:55 GMT Message-Id: <201306281534.r5SFYtgL023271@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to jhb@freebsd.org using -f From: John Baldwin Subject: PERFORCE change 230266 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 15:34:56 -0000 http://p4web.freebsd.org/@@230266?ac=10 Change 230266 by jhb@jhb_jhbbsd on 2013/06/28 15:34:53 Remove comment as this is now done if this patch works. Affected files ... .. //depot/projects/pci/sys/dev/pci/pci_pci.c#35 edit Differences ... ==== //depot/projects/pci/sys/dev/pci/pci_pci.c#35 (text+ko) ==== @@ -111,14 +111,6 @@ "Clear firmware-assigned resources for PCI-PCI bridge I/O windows."); /* - * NEW_PCIB todo: - * - properly handle the ISA enable bit. If it is set, we should change - * the behavior of the I/O window resource and rman to not allocate the - * blocked ranges (upper 768 bytes of each 1K in the first 64k of the - * I/O port address space). - */ - -/* * Is a resource from a child device sub-allocated from one of our * resource managers? */