From owner-cvs-all@FreeBSD.ORG Sat Oct 18 04:01:12 2003 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 31B4816A4B3; Sat, 18 Oct 2003 04:01:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D2D43FD7; Sat, 18 Oct 2003 04:01:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9IB1BXJ001435; Sat, 18 Oct 2003 04:01:11 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9IB1Ba2001434; Sat, 18 Oct 2003 04:01:11 -0700 (PDT) (envelope-from phk) Message-Id: <200310181101.h9IB1Ba2001434@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 Oct 2003 04:01:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam cam_periph.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: Sat, 18 Oct 2003 11:01:12 -0000 phk 2003/10/18 04:01:11 PDT FreeBSD src repository Modified files: sys/cam cam_periph.c Log: There is no need to muck about with the B_PHYS flag here. We never even get close to DEV_STRATEGY() which is the only place it is relevant. Revision Changes Path 1.54 +0 -8 src/sys/cam/cam_periph.c