From owner-cvs-all Wed May 6 02:14:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17597 for cvs-all-outgoing; Wed, 6 May 1998 02:14:27 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17497; Wed, 6 May 1998 02:14:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA10075; Wed, 6 May 1998 02:11:21 -0700 (PDT) Date: Wed, 6 May 1998 02:11:21 -0700 (PDT) Message-Id: <199805060911.CAA10075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi ch.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/05/06 02:11:21 PDT Modified files: sys/scsi ch.c Log: The CHIOGSTATUS ioctl of the SCSI media changer driver (sys/scsi/ch.c) is broken. It omits the SCSI_DATA_IN flag in the SCSI READ ELEMENT STATUS command, which makes the 'chio status' command fail. PR: 6528 Reviewed by: phk Submitted by: Hans Huebner Revision Changes Path 1.45 +2 -2 src/sys/scsi/ch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message