From owner-cvs-src-old@FreeBSD.ORG Mon May 10 18:55:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 636F61065679 for ; Mon, 10 May 2010 18:55:22 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 388E38FC18 for ; Mon, 10 May 2010 18:55:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4AItMAa042665 for ; Mon, 10 May 2010 18:55:22 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4AItMMA042664 for cvs-src-old@freebsd.org; Mon, 10 May 2010 18:55:22 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201005101855.o4AItMMA042664@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 10 May 2010 18:54:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mpt mpt_cam.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, 10 May 2010 18:55:22 -0000 marius 2010-05-10 18:54:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mpt mpt_cam.c Log: SVN rev 207871 on 2010-05-10 18:54:58Z by marius MFC: r207286 Replace a magic value with the appropriate macro. Revision Changes Path 1.68.2.4 +3 -2 src/sys/dev/mpt/mpt_cam.c