From owner-cvs-all@FreeBSD.ORG Wed Oct 13 09:31:04 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 E5C6F16A4CE; Wed, 13 Oct 2004 09:31:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C35EF43D53; Wed, 13 Oct 2004 09:31:04 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9D9V4Hn091823; Wed, 13 Oct 2004 09:31:04 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9D9V4n7091822; Wed, 13 Oct 2004 09:31:04 GMT (envelope-from bms) Message-Id: <200410130931.i9D9V4n7091822@repoman.freebsd.org> From: Bruce M Simpson Date: Wed, 13 Oct 2004 09:31:04 +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/cam/scsi scsi_da.h 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: Wed, 13 Oct 2004 09:31:05 -0000 bms 2004-10-13 09:31:04 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.h Log: Remove references to the second byte of a CCB containing the LUN, as this is valid only for SCSI-2 and older devices. Rename the second byte of the VERIFY CCB from 'lun' to 'byte2'. Submitted by: ken MFC after: 2 weeks Revision Changes Path 1.7 +4 -4 src/sys/cam/scsi/scsi_da.h