From owner-cvs-src@FreeBSD.ORG Fri Aug 22 09:35:55 2003 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 B96A916A4BF; Fri, 22 Aug 2003 09:35:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5512143F93; Fri, 22 Aug 2003 09:35:54 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7MGZs0U024099; Fri, 22 Aug 2003 09:35:54 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7MGZrhq024098; Fri, 22 Aug 2003 09:35:53 -0700 (PDT) Message-Id: <200308221635.h7MGZrhq024098@repoman.freebsd.org> From: Nate Lawson Date: Fri, 22 Aug 2003 09:35:53 -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/scsi scsi_da.c 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: Fri, 22 Aug 2003 16:35:56 -0000 njl 2003/08/22 09:35:53 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOW commands. Add a quirk for the Creative Nomad MuVo USB device that uses it as well as NO_SYNCHRONIZE_CACHE. PR: kern/53094 Submitted by: Richard Nyberg MFC after: 3 days Revision Changes Path 1.154 +15 -6 src/sys/cam/scsi/scsi_da.c