From owner-cvs-sys Sun Jan 5 15:08:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19602 for cvs-sys-outgoing; Sun, 5 Jan 1997 15:08:31 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19595; Sun, 5 Jan 1997 15:08:29 -0800 (PST) Date: Sun, 5 Jan 1997 15:08:29 -0800 (PST) From: Stefan Esser Message-Id: <199701052308.PAA19595@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 97/01/05 15:08:28 Modified: sys/pci ncr.c Log: Fix NetBSD pr kern/3067, which also applies to FreeBSD: NCR driver dies when "xmcd" accesses the CD-ROM drive Restrict cacheing of INQUIRY results to LUN 0. Thanks to Dave Huang for reporting the problem and suggesting a fix, though I chose a slightly different one. Revision Changes Path 1.92 +3 -3 src/sys/pci/ncr.c