Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 1995 04:41:05 -0700
From:      Soren Schmidt <sos>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa atapi.c wcd.c
Message-ID:  <199509091141.EAA15279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         95/09/09 04:41:05

  Modified:    sys/i386/isa  atapi.c wcd.c
  Log:
  Patch to the atapi driver, by Serge V.Vakulenko, minor changes
  by me...
  
  Original message:
  
  This patch upgrades the ATAPI CD-ROM driver to version 1.3.
  
  It has three bugs fixed:
  
  1) The `controller not ready' message at startup and later.
     It was caused by staled media change bit.
  
  2) Incorrect shuffling of model string for some drives (NEC, Mitsumi).
  
  3) Handling of drives which report itself as been of direct-access type,
     instead of CD-ROM type.
  
  There is one known bug which is not fixed yet -- probing
  in absense of IDE disks. A work-around exists though (thanks Steve!).
  If you have no IDE disks attached, then remove them from the kernel
  config file to make the CD-ROM attach correctly.
  Unfortunately, there is no way to disable them from the kernel
  interactive config mode.
  
  Reviewed by:	sos (Soren Schmidt)
  Submitted by:	vak@gw.cronyx.msk.su (Serge V.Vakulenko)



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