Date: Sat, 22 May 1999 15:59:15 -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_ccb.h cam_periph.c cam_periph.h cam_xpt.c src/sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Message-ID: <199905222259.PAA62535@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1999/05/22 15:59:15 PDT Modified files: (Branch: RELENG_3) sys/cam cam_ccb.h cam_periph.c cam_periph.h cam_xpt.c Log: MFC: Better bus settle and reset behavior. XPT_PATH/GDEV_STATS. Suport scanning without an initial bus reset. Revision Changes Path 1.3.2.3 +32 -1 src/sys/cam/cam_ccb.h 1.9.2.3 +77 -1 src/sys/cam/cam_periph.c 1.3.2.1 +9 -1 src/sys/cam/cam_periph.h 1.42.2.12 +162 -111 src/sys/cam/cam_xpt.c Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_all.h scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_target.c Log: MFC: Use cam_periph_async for default async event handling. Fix a few target mode bugs related to userland command handling. Revision Changes Path 1.6.2.2 +28 -1 src/sys/cam/scsi/scsi_all.h 1.14.2.6 +3 -8 src/sys/cam/scsi/scsi_cd.c 1.9.2.3 +2 -9 src/sys/cam/scsi/scsi_ch.c 1.19.2.5 +3 -8 src/sys/cam/scsi/scsi_da.c 1.5.2.4 +2 -9 src/sys/cam/scsi/scsi_pass.c 1.4.2.3 +3 -10 src/sys/cam/scsi/scsi_pt.c 1.16.2.5 +2 -9 src/sys/cam/scsi/scsi_sa.c 1.7.2.4 +3 -1 src/sys/cam/scsi/scsi_target.c Modified files: (Branch: RELENG_3) sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.seq Log: MFC: Fix minor negotiation bug on U2 chips. Honor 'no initial reset' option. Revision Changes Path 1.16.2.10 +5 -14 src/sys/dev/aic7xxx/aic7xxx.c 1.5.2.3 +2 -2 src/sys/dev/aic7xxx/aic7xxx.h 1.84.2.5 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq 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?199905222259.PAA62535>