Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 00:30:31 -0700 (PDT)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata atapi-cd.c
Message-ID:  <200005010730.AAA13510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2000/05/01 00:30:31 PDT

  Modified files:
    sys/dev/ata          atapi-cd.c 
  Log:
  Fix for the HP burners (and possibly other broken drives to)
  that fails to proberly close the disk.
  The problem seems to be that the HP burners sometimes return
  ready when they actually are not, the solution is to not use
  immediate mode on the closing commands. This is suboptimal
  for real burners, in that they now hog the ATA bus for possibly
  minutes, where its really not nessesary, *sigh*.
  
  Revision  Changes    Path
  1.58      +6 -14     src/sys/dev/ata/atapi-cd.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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