Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 14:54:17 +0000 (UTC)
From:      "Kenneth D. Merry" <ken@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam/scsi scsi_cd.c
Message-ID:  <200503301454.j2UEsHDn040976@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         2005-03-30 14:54:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/cam/scsi         scsi_cd.c 
  Log:
  MFC, scsi_cd.c rev 1.93
  Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn't
  succeed if there was no media in the drive.
  
  This was broken in rev 1.72 when the media check was added to cdioctl().
  
  For now, check the ioctl group to decide whether to check for media or not.
  (We only need to check for media on CD-specific ioctls.)
  
  Reported by:    bland
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.89.2.3  +7 -1      src/sys/cam/scsi/scsi_cd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503301454.j2UEsHDn040976>