Date: Sun, 25 Feb 2001 04:40:31 -0800 (PST) From: Noriaki Mitsunaga <non@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low.c scsi_low.h src/sys/dev/ncv ncr53c500.c ncr53c500var.h src/sys/dev/nsp nsp.c nspvar.h src/sys/dev/stg tmc18c30.c tmc18c30var.h Message-ID: <200102251240.f1PCeVs44901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
non 2001/02/25 04:40:30 PST Modified files: sys/cam/scsi scsi_low.c scsi_low.h sys/dev/ncv ncr53c500.c ncr53c500var.h sys/dev/nsp nsp.c nspvar.h sys/dev/stg tmc18c30.c tmc18c30var.h Log: o Support AUTO SENSE correctly. o Offset and period in synch messages and width negotiation should be done for per target not per lun. Move these from *lun_info to *targ_info. o Change in handling XPT_RESET_DEV and XPT_GET_TRAN_SETTINGS . o Change CAM_* xpt_done return values. o Busy loop did not timeout. Change this to timeout as original NetBSD/pc98. Reviewed by: bsd-nomads ML Revision Changes Path 1.8 +74 -67 src/sys/cam/scsi/scsi_low.c 1.3 +10 -15 src/sys/cam/scsi/scsi_low.h 1.3 +50 -79 src/sys/dev/ncv/ncr53c500.c 1.2 +8 -7 src/sys/dev/ncv/ncr53c500var.h 1.4 +50 -143 src/sys/dev/nsp/nsp.c 1.2 +7 -6 src/sys/dev/nsp/nspvar.h 1.4 +49 -129 src/sys/dev/stg/tmc18c30.c 1.2 +7 -5 src/sys/dev/stg/tmc18c30var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102251240.f1PCeVs44901>