From owner-cvs-all@FreeBSD.ORG Tue May 29 18:10:42 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA83116A400; Tue, 29 May 2007 18:10:42 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BB77B13C457; Tue, 29 May 2007 18:10:42 +0000 (UTC) (envelope-from jhay@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4TIAgxl076300; Tue, 29 May 2007 18:10:42 GMT (envelope-from jhay@repoman.freebsd.org) Received: (from jhay@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4TIAgGR076299; Tue, 29 May 2007 18:10:42 GMT (envelope-from jhay) Message-Id: <200705291810.l4TIAgGR076299@repoman.freebsd.org> From: John Hay Date: Tue, 29 May 2007 18:10:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/conf AVILA.hints src/sys/arm/xscale/ixp425 ixp425.c ixp425var.h uart_bus_ixp425.c uart_cpu_ixp425.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 29 May 2007 18:10:42 -0000 jhay 2007-05-29 18:10:42 UTC FreeBSD src repository Modified files: sys/arm/conf AVILA.hints sys/arm/xscale/ixp425 ixp425.c ixp425var.h uart_bus_ixp425.c uart_cpu_ixp425.c Log: Remove the hardcoded IXP425_UART?_VBASE values in the uart_ixp425_probe() and uart_cpu_getdev(). Change uart_cpu_getdev() to use hints to find the console. Reviewed by: marcel Revision Changes Path 1.2 +1 -1 src/sys/arm/conf/AVILA.hints 1.8 +1 -1 src/sys/arm/xscale/ixp425/ixp425.c 1.4 +2 -0 src/sys/arm/xscale/ixp425/ixp425var.h 1.3 +12 -3 src/sys/arm/xscale/ixp425/uart_bus_ixp425.c 1.3 +42 -13 src/sys/arm/xscale/ixp425/uart_cpu_ixp425.c