From owner-cvs-all@FreeBSD.ORG Thu Apr 1 11:25:56 2004 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 5CDAA16A4CE; Thu, 1 Apr 2004 11:25:56 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D569043D1D; Thu, 1 Apr 2004 11:25:54 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i31JPmkj045949; Thu, 1 Apr 2004 12:25:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 01 Apr 2004 12:26:07 -0700 (MST) Message-Id: <20040401.122607.116626211.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040401064241.GA18644@ip.net.ua> References: <20040331211028.37B5016A4E2@hub.freebsd.org> <20040331134609.N90425@root.org> <20040401064241.GA18644@ip.net.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/pci if_ste.c 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, 01 Apr 2004 19:25:56 -0000 In message: <20040401064241.GA18644@ip.net.ua> Ruslan Ermilov writes: : Seems I followed the bad practice from dc(4) and fxp(4). I will : move it to hw.ste, thanks. We should fix those :-) Warner