From owner-cvs-all@FreeBSD.ORG Tue Dec 21 11:36:10 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 16ABC16A4CE; Tue, 21 Dec 2004 11:36:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E3343D46; Tue, 21 Dec 2004 11:36:09 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBLBa9LN041232; Tue, 21 Dec 2004 11:36:09 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBLBa9EP041231; Tue, 21 Dec 2004 11:36:09 GMT (envelope-from cognet) Message-Id: <200412211136.iBLBa9EP041231@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 21 Dec 2004 11:36:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/xscale/i80321 i80321_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: Tue, 21 Dec 2004 11:36:10 -0000 cognet 2004-12-21 11:36:09 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_pci.c Log: - The IQ80321 has a jumper which changes the PCI device id from 4 to 8 for the GigE controller, so handle this. - Use the outbound window 0 if the PCI mem requested is in its range, instead of inconditionally use the outbound window 1. This should be enough to get FreeBSD/arm to work on the IQ80321 board as well. Reported and tested by: Jia-Shiun Li Revision Changes Path 1.2 +13 -5 src/sys/arm/xscale/i80321/i80321_pci.c