From owner-cvs-src@FreeBSD.ORG Thu May 12 12:47:41 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D093316A4CE; Thu, 12 May 2005 12:47:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE9F43D5A; Thu, 12 May 2005 12:47:41 +0000 (GMT) (envelope-from nyan@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 j4CClf0d070269; Thu, 12 May 2005 12:47:41 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4CClfgI070268; Thu, 12 May 2005 12:47:41 GMT (envelope-from nyan) Message-Id: <200505121247.j4CClfgI070268@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 12 May 2005 12:47:41 +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 options options.i386 options.pc98 src/sys/i386/include npx.h src/sys/i386/isa isa.h npx.c src/sys/pc98/cbus cbus.h src/sys/pc98/include npx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 12:47:42 -0000 nyan 2005-05-12 12:47:41 UTC FreeBSD src repository Modified files: sys/conf options options.i386 options.pc98 sys/i386/include npx.h sys/i386/isa isa.h npx.c sys/pc98/cbus cbus.h sys/pc98/include npx.h Log: - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h. - Move npx related defines to {i386,pc98}/include/npx.h to remove #include {isa,cbus}.h. Revision Changes Path 1.503 +0 -1 src/sys/conf/options 1.221 +1 -0 src/sys/conf/options.i386 1.185 +1 -0 src/sys/conf/options.pc98 1.29 +9 -0 src/sys/i386/include/npx.h 1.28 +0 -13 src/sys/i386/isa/isa.h 1.161 +0 -6 src/sys/i386/isa/npx.c 1.19 +0 -13 src/sys/pc98/cbus/cbus.h 1.2 +45 -2 src/sys/pc98/include/npx.h