From owner-cvs-src-old@FreeBSD.ORG Fri Feb 12 03:00:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56BC3106568B for ; Fri, 12 Feb 2010 03:00:41 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 446028FC16 for ; Fri, 12 Feb 2010 03:00:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1C30fYt020271 for ; Fri, 12 Feb 2010 03:00:41 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1C30fYf020270 for cvs-src-old@freebsd.org; Fri, 12 Feb 2010 03:00:41 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201002120300.o1C30fYf020270@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Fri, 12 Feb 2010 02:59:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.mips src/sys/mips/conf SWARM src/sys/mips/mips nexus.c src/sys/mips/sibyte sb_zbpci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 03:00:41 -0000 neel 2010-02-12 02:59:49 UTC FreeBSD src repository Modified files: sys/conf options.mips sys/mips/conf SWARM sys/mips/mips nexus.c sys/mips/sibyte sb_zbpci.c Log: SVN rev 203796 on 2010-02-12 02:59:49Z by neel Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implement this in the Sibyte PCI hostbridge driver instead. The nexus driver sees resource allocation requests for memory and irq resources only. These are legitimate resources on all MIPS platforms. Suggested by: imp Revision Changes Path 1.5 +0 -8 src/sys/conf/options.mips 1.5 +0 -3 src/sys/mips/conf/SWARM 1.4 +6 -30 src/sys/mips/mips/nexus.c 1.4 +126 -6 src/sys/mips/sibyte/sb_zbpci.c