From owner-cvs-sys Tue Dec 2 14:39:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10838 for cvs-sys-outgoing; Tue, 2 Dec 1997 14:39:00 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10811; Tue, 2 Dec 1997 14:38:45 -0800 (PST) (envelope-from se@FreeBSD.org) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA10447; Tue, 2 Dec 1997 14:37:59 -0800 (PST) Date: Tue, 2 Dec 1997 14:37:59 -0800 (PST) Message-Id: <199712022237.OAA10447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 1997/12/02 14:37:58 PST Modified files: sys/pci ncr.c Log: Fix size of start queue to 32 entries, independent of the default number of tags (NCR_SCSI_DFLT_TAGS), which is 0 in the FAILSAFE case. This should fix the incompatibility between kernel and ncrcontrol, which is the result of FAILSAFE being defined in the kernel config file, invisible to the build of ncrcontrol. (See kern/5133, which should be fixed by this change.) Revision Changes Path 1.113 +3 -3 src/sys/pci/ncr.c