Date: Thu, 5 Sep 1996 23:37:20 -0700 (PDT) From: "Justin T. Gibbs" <gibbs> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/i386/scsi aic7xxx.c aic7xxx.h bt.c btreg.h src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/eisa aha1742.c src/sys/i386/isa aha1542.c aic6360.c bt5xx-445.c ncr5380.c seagate.c ultra14f.c wd7000.c src/sys/pci aic7870.c ncr.c src/sys/scsi scsi_base.h scsi_ioctl.h scsi_message.h scsi_queue.c scsi_queue.h scsi_sense.h README cd.c ch.c od.c pt.c scsi_all.h scsi_base.c scsi_changer.h scsi_debug.h scsi_driver.c scsi_ioctl.c scsi_sense.c scsiconf.c scsiconf.h sctarg.c sd.c st.c su.c uk.c worm.c src/sys/sys chio.h Message-ID: <199609060637.XAA29494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 96/09/05 23:37:20
Branch: sys/conf SCSI
sys/dev/aic7xxx SCSI
sys/i386/eisa SCSI
sys/i386/isa SCSI
sys/i386/scsi SCSI
sys/pci SCSI
Modified: sys/conf files
sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h
sys/i386/eisa aha1742.c
sys/i386/isa aha1542.c aic6360.c bt5xx-445.c ncr5380.c
seagate.c ultra14f.c wd7000.c
sys/i386/scsi aic7xxx.c aic7xxx.h bt.c btreg.h
sys/pci aic7870.c ncr.c
Log:
Bring my SCSI WIP in on a the 'SCSI' branch. Full details of this checkin
can be found in the sys/scsi/README file.
Revision Changes Path
1.76.2.1 +1 -0 src/sys/conf/files
1.42.2.1 +17 -15 src/sys/dev/aic7xxx/aic7xxx.seq
1.12.2.1 +1 -18 src/sys/dev/aic7xxx/aic7xxx_reg.h
1.54.2.1 +75 -131 src/sys/i386/eisa/aha1742.c
1.60.2.1 +98 -138 src/sys/i386/isa/aha1542.c
1.21.2.1 +80 -76 src/sys/i386/isa/aic6360.c
1.3.4.1 +15 -8 src/sys/i386/isa/bt5xx-445.c
1.11.4.1 +131 -149 src/sys/i386/isa/ncr5380.c
1.17.4.1 +133 -156 src/sys/i386/isa/seagate.c
1.47.2.1 +67 -130 src/sys/i386/isa/ultra14f.c
1.14.2.1 +82 -83 src/sys/i386/isa/wd7000.c
1.75.2.1 +165 -158 src/sys/i386/scsi/aic7xxx.c
1.28.2.1 +21 -17 src/sys/i386/scsi/aic7xxx.h
1.10.2.1 +86 -134 src/sys/i386/scsi/bt.c
1.3.4.1 +3 -4 src/sys/i386/scsi/btreg.h
1.37.2.1 +5 -4 src/sys/pci/aic7870.c
1.76.2.1 +101 -78 src/sys/pci/ncr.c
Branch: sys/scsi SCSI
Modified: sys/scsi README cd.c ch.c od.c pt.c scsi_all.h scsi_base.c
scsi_changer.h scsi_debug.h scsi_driver.c
scsi_ioctl.c scsi_sense.c scsiconf.c scsiconf.h
sctarg.c sd.c st.c su.c uk.c worm.c
Added: sys/scsi scsi_base.h scsi_ioctl.h scsi_message.h
scsi_queue.c scsi_queue.h scsi_sense.h
Log:
Bring my SCSI WIP in on a the 'SCSI' branch. Full details of this checkin
can be found in the sys/scsi/README file.
Some portions of this code were obtained from NetBSD
Revision Changes Path
1.9.8.1 +120 -0 src/sys/scsi/README
1.72.2.1 +440 -382 src/sys/scsi/cd.c
1.33.2.1 +723 -425 src/sys/scsi/ch.c
1.21.2.1 +187 -190 src/sys/scsi/od.c
1.17.2.1 +64 -86 src/sys/scsi/pt.c
1.13.8.1 +12 -6 src/sys/scsi/scsi_all.h
1.39.2.1 +217 -482 src/sys/scsi/scsi_base.c
1.7.8.1 +373 -71 src/sys/scsi/scsi_changer.h
1.3.2.1 +15 -16 src/sys/scsi/scsi_debug.h
1.17.2.1 +10 -7 src/sys/scsi/scsi_driver.c
1.22.2.1 +25 -17 src/sys/scsi/scsi_ioctl.c
1.6.2.1 +1 -1 src/sys/scsi/scsi_sense.c
1.61.2.1 +165 -128 src/sys/scsi/scsiconf.c
1.44.2.1 +245 -205 src/sys/scsi/scsiconf.h
1.16.2.1 +87 -104 src/sys/scsi/sctarg.c
1.93.2.1 +221 -236 src/sys/scsi/sd.c
1.72.2.1 +492 -444 src/sys/scsi/st.c
1.14.2.1 +3 -4 src/sys/scsi/su.c
1.14.4.1 +4 -2 src/sys/scsi/uk.c
1.28.2.1 +267 -253 src/sys/scsi/worm.c
Branch: sys/sys SCSI
Modified: sys/sys chio.h
Log:
Bring my SCSI WIP in on a the 'SCSI' branch. Full details of this checkin
can be found in the sys/scsi/README file.
Obtain from: NetBSD
Revision Changes Path
1.6.4.1 +137 -78 src/sys/sys/chio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609060637.XAA29494>
