From owner-cvs-all Thu Oct 17 16:37:23 2002 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 5982C37B401; Thu, 17 Oct 2002 16:37:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D38A43E4A; Thu, 17 Oct 2002 16:37:22 -0700 (PDT) (envelope-from pirzyk@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 g9HNbBmV096758; Thu, 17 Oct 2002 16:37:11 -0700 (PDT) (envelope-from pirzyk@repoman.freebsd.org) Received: (from pirzyk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9HNbBBg096757; Thu, 17 Oct 2002 16:37:11 -0700 (PDT) Message-Id: <200210172337.g9HNbBBg096757@repoman.freebsd.org> From: Jim Pirzyk Date: Thu, 17 Oct 2002 16:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pirzyk 2002/10/17 16:37:09 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Changed the scsi mode command to use 10 bytes scsi commands instead of the 6 byte ones. This helps with using a IDE cdrom behind a USB interface. PR: kern/43885 Revision Changes Path 1.65 +11 -9 src/sys/cam/scsi/scsi_cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message