From owner-cvs-all@FreeBSD.ORG Thu May 24 16:25:50 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 33DCE16A46B; Thu, 24 May 2007 16:25:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0A5DC13C4C2; Thu, 24 May 2007 16:25:50 +0000 (UTC) (envelope-from sam@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 l4OGPnWf010334; Thu, 24 May 2007 16:25:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4OGPnQk010333; Thu, 24 May 2007 16:25:49 GMT (envelope-from sam) Message-Id: <200705241625.l4OGPnQk010333@repoman.freebsd.org> From: Sam Leffler Date: Thu, 24 May 2007 16:25:49 +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/xscale/ixp425 ixp425.c ixp425var.h 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: Thu, 24 May 2007 16:25:50 -0000 sam 2007-05-24 16:25:49 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425.c ixp425var.h Log: Move to hints for configuring numerous devices so we can eliminate various quirky code: uarts, led, cf/ide, ixpqmgr, npe are now specified with hints. May want to put some of these devices back in the code and just use hints to override/specify configuration. MFC after: 1 month Revision Changes Path 1.6 +96 -50 src/sys/arm/xscale/ixp425/ixp425.c 1.3 +11 -0 src/sys/arm/xscale/ixp425/ixp425var.h