Date: Mon, 21 Sep 1998 21:56:09 -0700 (PDT) From: "Justin T. Gibbs" <gibbs@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 Message-ID: <199809220456.VAA05753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809220456.VAA05753>
