From owner-cvs-all Sun Nov 24 12:18:34 2002 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 D9B6037B401; Sun, 24 Nov 2002 12:18:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86F7043E4A; Sun, 24 Nov 2002 12:18:33 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAOKF8mV000207; Sun, 24 Nov 2002 12:15:08 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAOKF8pF000206; Sun, 24 Nov 2002 12:15:08 -0800 (PST) Message-Id: <200211242015.gAOKF8pF000206@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 24 Nov 2002 12:15:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/24 12:15:08 PST Modified files: sys/ia64/ia64 machdep.c sys/ia64/include cpu.h Log: MFp4: Add function map_port_space() to map the memory mapped I/O port range as uncacheable virtual memory and call it prior to probing for a console. This removes the dependency on the loader to have done this for us. Note that this change does not include doing the same for APs. Approved by: re (blanket) Revision Changes Path 1.123 +37 -3 src/sys/ia64/ia64/machdep.c 1.28 +1 -0 src/sys/ia64/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message