Date: Sat, 6 Mar 1999 16:42:45 -0800 (PST) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/share/examples/scsi_target scsi_target.c src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_da.c scsi_targ_bh.c scsi_target.c scsi_targetio.h src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq ... Message-ID: <199903070042.QAA01552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 1999/03/06 16:42:45 PST
Modified files: (Branch: RELENG_3)
etc/etc.i386 MAKEDEV
Log:
MFC: Add targ.ctl.
Revision Changes Path
1.183.2.5 +2 -1 src/etc/etc.i386/MAKEDEV
Modified files: (Branch: RELENG_3)
share/examples/scsi_target scsi_target.c
Log:
MFC: Add target control device.
Revision Changes Path
1.2.2.1 +79 -16 src/share/examples/scsi_target/scsi_target.c
Modified files: (Branch: RELENG_3)
sys/cam cam_ccb.h cam_xpt.c
Log:
MFC: Add XPT group code macros and #defines.
Use splcam() protection on the EDT.
Revision Changes Path
1.3.2.1 +9 -1 src/sys/cam/cam_ccb.h
1.42.2.2 +95 -34 src/sys/cam/cam_xpt.c
Modified files: (Branch: RELENG_3)
sys/cam/scsi scsi_da.c scsi_targ_bh.c scsi_target.c
scsi_targetio.h
Log:
MFC: Add target control device. Fix bugs. Silence SYNC CACHE illegal
request errors.
Revision Changes Path
1.19.2.2 +33 -5 src/sys/cam/scsi/scsi_da.c
1.1.2.1 +11 -4 src/sys/cam/scsi/scsi_targ_bh.c
1.7.2.2 +239 -80 src/sys/cam/scsi/scsi_target.c
1.1.2.1 +17 -1 src/sys/cam/scsi/scsi_targetio.h
Modified files: (Branch: RELENG_3)
sys/dev/aic7xxx aic7xxx.c aic7xxx.h aic7xxx.reg
aic7xxx.seq
Log:
MFC: Fix MULTI TID support.
Revision Changes Path
1.16.2.2 +584 -218 src/sys/dev/aic7xxx/aic7xxx.c
1.5.2.1 +39 -35 src/sys/dev/aic7xxx/aic7xxx.h
1.12.2.1 +8 -3 src/sys/dev/aic7xxx/aic7xxx.reg
1.84.2.2 +36 -20 src/sys/dev/aic7xxx/aic7xxx.seq
Modified files: (Branch: RELENG_3)
sys/i386/eisa ahb.c ahc_eisa.c
Log:
MFC: ahb.c - poll for scsi bus reset completion.
ahc_eisa.c - Adjust for changes in negotiation parameter layout in softc.
Revision Changes Path
1.4.2.2 +7 -2 src/sys/i386/eisa/ahb.c
1.4.2.1 +6 -4 src/sys/i386/eisa/ahc_eisa.c
Modified files: (Branch: RELENG_3)
sys/i386/isa ipl_funcs.c
Log:
MFC: Add cam_imask to splvm().
Revision Changes Path
1.14.2.1 +4 -4 src/sys/i386/isa/ipl_funcs.c
Modified files: (Branch: RELENG_3)
sys/pci ahc_pci.c
Log:
MFC: Add untested 2930U2W support. Adjust for changes in negotiation
parameter layout in softc.
Revision Changes Path
1.5.2.2 +25 -16 src/sys/pci/ahc_pci.c
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?199903070042.QAA01552>
