Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 1995 08:15:03 -0700
From:      Joerg Wunsch <joerg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/scsi scsi_base.c scsiconf.c worm.c
Message-ID:  <199510091515.IAA13333@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       95/10/09 08:15:02

  Modified:    sys/scsi  scsi_base.c scsiconf.c worm.c
  Log:
  Some bug fixes for the worm driver:
  
  o  don't use polled mode after the device probe phase
  o  don't biodone() a NULL buffer pointer
  o  increase the timeout for scsi_read_capacity(); WORMs are slooow
  o  make WORMMs known to scsiconf at all
  
  This brings the driver in a state where it at least doesn't
  immediately panic, nor hangs the controller any more.  Unfortunately,
  at least the YAMAHA CDR100 i've been testing with answered my write
  attempts with an "Incorrect command sequence" response.  Perhaps other
  CD burners might work however.
  
  Reviewed by:	dufault



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