From owner-cvs-sys Sat Sep 9 04:41:10 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA15289 for cvs-sys-outgoing; Sat, 9 Sep 1995 04:41:10 -0700 Received: (from sos@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA15279 ; Sat, 9 Sep 1995 04:41:05 -0700 Date: Sat, 9 Sep 1995 04:41:05 -0700 From: Soren Schmidt Message-Id: <199509091141.EAA15279@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c wcd.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk 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)