From owner-cvs-all@FreeBSD.ORG Sat Jan 17 13:54:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8411416A4CE; Sat, 17 Jan 2004 13:54:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E490A43D4C; Sat, 17 Jan 2004 13:54:04 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0HLs40B021705; Sat, 17 Jan 2004 13:54:04 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0HLs4VD021704; Sat, 17 Jan 2004 13:54:04 -0800 (PST) (envelope-from imp) Message-Id: <200401172154.i0HLs4VD021704@repoman.freebsd.org> From: Warner Losh Date: Sat, 17 Jan 2004 13:54:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 17 Jan 2004 21:54:06 -0000 imp 2004/01/17 13:54:04 PST FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: It appears that the changes in the resources allocated is causing much pain and suffering. Attempt to back it out by removing the 'if the requested range is larger than the window, clip to the window' code. This is a band-aide until the issues are better understood and the issues with the lazy allocation patches are resolved. Revision Changes Path 1.30 +4 -1 src/sys/dev/pci/pci_pci.c