From owner-cvs-sys Sun Jan 5 15:10:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19759 for cvs-sys-outgoing; Sun, 5 Jan 1997 15:10:29 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19752; Sun, 5 Jan 1997 15:10:27 -0800 (PST) Date: Sun, 5 Jan 1997 15:10:27 -0800 (PST) From: Stefan Esser Message-Id: <199701052310.PAA19752@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:10:26 Branch: sys/pci RELENG_2_2 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.82.2.4 +3 -3 src/sys/pci/ncr.c