From owner-cvs-sys Sun Jan 5 15:13:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA20010 for cvs-sys-outgoing; Sun, 5 Jan 1997 15:13:31 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA19988; Sun, 5 Jan 1997 15:13:27 -0800 (PST) Date: Sun, 5 Jan 1997 15:13:27 -0800 (PST) From: Stefan Esser Message-Id: <199701052313.PAA19988@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:13: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.76.2.8 +3 -3 src/sys/pci/ncr.c