From owner-cvs-src-old@FreeBSD.ORG Mon Aug 30 13:26:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBE0A106575E for ; Mon, 30 Aug 2010 13:26:27 +0000 (UTC) (envelope-from jchandra@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8E9B8FC24 for ; Mon, 30 Aug 2010 13:26:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7UDQRhJ080298 for ; Mon, 30 Aug 2010 13:26:27 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7UDQRMZ080297 for cvs-src-old@freebsd.org; Mon, 30 Aug 2010 13:26:27 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201008301326.o7UDQRMZ080297@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Mon, 30 Aug 2010 13:26:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi debug.h msgring.h src/sys/mips/rmi/dev/nlge if_nlge.c src/sys/mips/rmi/dev/xlr debug.h rge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2010 13:26:27 -0000 jchandra 2010-08-30 13:26:07 UTC FreeBSD src repository Modified files: sys/mips/rmi msgring.h sys/mips/rmi/dev/nlge if_nlge.c sys/mips/rmi/dev/xlr rge.c Added files: sys/mips/rmi/dev/xlr debug.h Removed files: sys/mips/rmi debug.h Log: SVN rev 211996 on 2010-08-30 13:26:07Z by jchandra Move debug.h to the the rge driver directory. rge.c is the only user of debug.h. Remove debug.h references from other files. Revision Changes Path 1.3 +0 -105 src/sys/mips/rmi/debug.h (dead) 1.3 +0 -1 src/sys/mips/rmi/dev/nlge/if_nlge.c 1.1 +105 -0 src/sys/mips/rmi/dev/xlr/debug.h (new) 1.13 +2 -1 src/sys/mips/rmi/dev/xlr/rge.c 1.4 +4 -16 src/sys/mips/rmi/msgring.h