From owner-cvs-all@FreeBSD.ORG Thu Feb 24 16:56:37 2005 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 6570216A4DA; Thu, 24 Feb 2005 16:56:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1366843D5F; Thu, 24 Feb 2005 16:56:37 +0000 (GMT) (envelope-from harti@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 j1OGuaFl073450; Thu, 24 Feb 2005 16:56:36 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1OGuafR073449; Thu, 24 Feb 2005 16:56:36 GMT (envelope-from harti) Message-Id: <200502241656.j1OGuafR073449@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 24 Feb 2005 16:56:36 +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/conf files src/sys/dev/utopia idtphy.c suni.c utopia.c utopia.h utopia_priv.h 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: Thu, 24 Feb 2005 16:56:37 -0000 harti 2005-02-24 16:56:36 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/utopia utopia.c utopia.h Added files: sys/dev/utopia idtphy.c suni.c utopia_priv.h Log: Split the chip-specific code from the generic Utopia code. This simplifies adding of new physical chips. Now one just needs to add a .h and a .c file for the new chip and add one line to utopia.c for that chip. Revision Changes Path 1.998 +2 -0 src/sys/conf/files 1.1 +494 -0 src/sys/dev/utopia/idtphy.c (new) 1.1 +545 -0 src/sys/dev/utopia/suni.c (new) 1.9 +32 -922 src/sys/dev/utopia/utopia.c 1.5 +3 -1 src/sys/dev/utopia/utopia.h 1.1 +46 -0 src/sys/dev/utopia/utopia_priv.h (new)