From owner-cvs-all Mon Sep 21 21:56:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15878 for cvs-all-outgoing; Mon, 21 Sep 1998 21:56:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15862; Mon, 21 Sep 1998 21:56:39 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05753; Mon, 21 Sep 1998 21:56:09 -0700 (PDT) Date: Mon, 21 Sep 1998 21:56:09 -0700 (PDT) Message-Id: <199809220456.VAA05753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam.c cam_xpt.c src/sys/dev/dpt dpt.h dpt_scsi.c src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/21 21:56:09 PDT Modified files: sys/cam cam.c cam_xpt.c Log: cam.c: Clear up trailing NULs in cam_strvis. cam_xpt.c: Nuke an experimental quirk entry for the Toshiba 3401. The real problem with this device turned out to be a bug in the aic7xxx driver that was fixed months ago. Add a quirk entry to inhibit multiple lun scanning and serial number probing of DPT RAID volumes. My DPT controller hangs up solid when I do either of these things to a RAID 1 volume. Revision Changes Path 1.2 +4 -3 src/sys/cam/cam.c 1.10 +9 -9 src/sys/cam/cam_xpt.c Modified files: sys/dev/dpt dpt.h dpt_scsi.c Log: dpt.h: Bump the lun field in the eata ccb to 5 bits. We still only use 3 of them, but we may use the rest at a later date. dpt_scsi.c: Default to only 32 S/G segments. Bzero our CCB array after allocation. Revision Changes Path 1.4 +2 -6 src/sys/dev/dpt/dpt.h 1.16 +14 -12 src/sys/dev/dpt/dpt_scsi.c Modified files: sys/pci ncr.c Log: Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c. Noticed by: bde Revision Changes Path 1.132 +25 -23 src/sys/pci/ncr.c