From owner-cvs-all Mon Dec 4 12:16:10 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 4 12:16:07 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE56637B401; Mon, 4 Dec 2000 12:16:07 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB4KG7i90025; Mon, 4 Dec 2000 12:16:07 -0800 (PST) (envelope-from joerg) Message-Id: <200012042016.eB4KG7i90025@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 4 Dec 2000 12:16:07 -0800 (PST) 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 X-Loop: FreeBSD.ORG joerg 2000/12/04 12:16:07 PST Modified files: sys/cam/scsi scsi_cd.c Log: Turn off the load_eject bit in cdstartunit(). It causes an `Invalid field in CDB' error when attempting to start a caddy-type CD drive, since those drives apparently in general refuse to load a medium. Since we never advertised the feature to load the medium upon calling cdstartunit() (i. e. upon receipt of a CDIOCSTART ioctl command), nobody should have relied on it. Besides, nobody noticed so far at all that this command is failing for caddy-type drives... Only few applications seem to use it at all (among them is workman, which made me notice it). Reviewed by: ken Revision Changes Path 1.44 +2 -2 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