The NetBSD Project

CVS log for src/sys/dev/scsipi/files.scsipi

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / scsipi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44 / (download) - annotate - [select for diffs], Thu Dec 22 11:05:55 2022 UTC (15 months ago) by nat
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.43: +5 -1 lines
Diff to previous 1.43 (colored) to selected 1.17 (colored)

Driver for DaynaPORT SCSI/Link (dse.4).

Written by Hiroshi Noguchi, of which an updated version was posted to
port-mac68k in 2001.

Attachments were added to kernel configs for platforms that already had
the Cabletron (se.4) driver added, although other platorms may benefit.

Reviewed on tech-net by Izumi Tsutsui.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Apr 14 16:50:26 2022 UTC (23 months, 2 weeks ago) by pgoyette
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored) to selected 1.17 (colored)

Split some common stuff into scsi_subr module.  This enables loading
of the iscsi module whether or not there are any scsi things built
into the kernel.

Addresses the iscsi portion of kern/56772

Revision 1.41.164.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:32 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.17 (colored)

Sync with HEAD

Revision 1.41.142.1 / (download) - annotate - [select for diffs], Thu Mar 7 16:51:50 2019 UTC (5 years ago) by martin
Branch: netbsd-7-0
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.17 (colored)

Pull up following revision(s) (requested by kardel in ticket #1682):

	sys/dev/scsipi/st.c: revision 1.236 (patch)
	sys/dev/scsipi/st.c: revision 1.237
	sys/dev/scsipi/files.scsipi: revision 1.42

Fix PR kern/53949:
Fix inconsistent/incomplete file mark handling to conform again
to mtio(4) at close(2) time. This was necessary as the PREVENT/ALLOW
bracket was reduced from a whole mount session to cover only the
open(2)/close(2) time on ~2002-03-22. The rationale was to allow
robots and humans to change the media during a mount session.

Unfortunately this lead to file marks being written to potentially other
media at the beginning on drives that used the two file marks as EOM
pattern. In order for that to happen the media had to be removed after
data and at most one file mark had been written before removal.

The mount error message has been clarified and a warning about
potential data/file mark lossage on UNIT ATTENTION
during an active mount session with unfinished file marks has been
added.

While there, fix, but disable the commented SUN compatibility to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.

It can now be enabled with options ST_SUNCOMPAT.

Additionally debug output coverage has been extended.

Correct printing type of b_blkno (int64_t) in st.c

Fixes build with kUBSan on NetBSD/i386.

Fix, but disable the commented SUN compatibility in st.c to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.
It can now be enabled with options ST_SUNCOMPAT.

Revision 1.41.150.1 / (download) - annotate - [select for diffs], Thu Mar 7 16:50:58 2019 UTC (5 years ago) by martin
Branch: netbsd-7-1
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.17 (colored)

Pull up following revision(s) (requested by kardel in ticket #1682):

	sys/dev/scsipi/st.c: revision 1.236 (patch)
	sys/dev/scsipi/st.c: revision 1.237
	sys/dev/scsipi/files.scsipi: revision 1.42

Fix PR kern/53949:
Fix inconsistent/incomplete file mark handling to conform again
to mtio(4) at close(2) time. This was necessary as the PREVENT/ALLOW
bracket was reduced from a whole mount session to cover only the
open(2)/close(2) time on ~2002-03-22. The rationale was to allow
robots and humans to change the media during a mount session.

Unfortunately this lead to file marks being written to potentially other
media at the beginning on drives that used the two file marks as EOM
pattern. In order for that to happen the media had to be removed after
data and at most one file mark had been written before removal.

The mount error message has been clarified and a warning about
potential data/file mark lossage on UNIT ATTENTION
during an active mount session with unfinished file marks has been
added.

While there, fix, but disable the commented SUN compatibility to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.

It can now be enabled with options ST_SUNCOMPAT.

Additionally debug output coverage has been extended.

Correct printing type of b_blkno (int64_t) in st.c

Fixes build with kUBSan on NetBSD/i386.

Fix, but disable the commented SUN compatibility in st.c to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.
It can now be enabled with options ST_SUNCOMPAT.

Revision 1.41.138.1 / (download) - annotate - [select for diffs], Thu Mar 7 16:49:10 2019 UTC (5 years ago) by martin
Branch: netbsd-7
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.17 (colored)

Pull up following revision(s) (requested by kardel in ticket #1682):

	sys/dev/scsipi/st.c: revision 1.236 (patch)
	sys/dev/scsipi/st.c: revision 1.237
	sys/dev/scsipi/files.scsipi: revision 1.42

Fix PR kern/53949:
Fix inconsistent/incomplete file mark handling to conform again
to mtio(4) at close(2) time. This was necessary as the PREVENT/ALLOW
bracket was reduced from a whole mount session to cover only the
open(2)/close(2) time on ~2002-03-22. The rationale was to allow
robots and humans to change the media during a mount session.

Unfortunately this lead to file marks being written to potentially other
media at the beginning on drives that used the two file marks as EOM
pattern. In order for that to happen the media had to be removed after
data and at most one file mark had been written before removal.

The mount error message has been clarified and a warning about
potential data/file mark lossage on UNIT ATTENTION
during an active mount session with unfinished file marks has been
added.

While there, fix, but disable the commented SUN compatibility to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.

It can now be enabled with options ST_SUNCOMPAT.

Additionally debug output coverage has been extended.

Correct printing type of b_blkno (int64_t) in st.c

Fixes build with kUBSan on NetBSD/i386.

Fix, but disable the commented SUN compatibility in st.c to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.
It can now be enabled with options ST_SUNCOMPAT.

Revision 1.41.156.1 / (download) - annotate - [select for diffs], Fri Mar 1 17:29:32 2019 UTC (5 years ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.17 (colored)

Pull up following revision(s) (requested by kardel in ticket #1197):

	sys/dev/scsipi/st.c: revision 1.236
	sys/dev/scsipi/st.c: revision 1.237
	sys/dev/scsipi/files.scsipi: revision 1.42

Fix PR kern/53949:

Fix inconsistent/incomplete file mark handling to conform again
to mtio(4) at close(2) time. This was necessary as the PREVENT/ALLOW
bracket was reduced from a whole mount session to cover only the
open(2)/close(2) time on ~2002-03-22. The rationale was to allow
robots and humans to change the media during a mount session.

Unfortunately this lead to file marks being written to potentially other
media at the beginning on drives that used the two file marks as EOM
pattern. In order for that to happen the media had to be removed after
data and at most one file mark had been written before removal.

The mount error message has been clarified and a warning about
potential data/file mark lossage on UNIT ATTENTION
during an active mount session with unfinished file marks has been
added.

While there, fix, but disable the commented SUN compatibility to write
final file marks by opening and immediately closing the device
in O_WRONLY mode. That code has not been working since around 1998.
It can now be enabled with options ST_SUNCOMPAT.
Additionally debug output coverage has been extended.

 -

Correct printing type of b_blkno (int64_t) in st.c

Fixes build with kUBSan on NetBSD/i386.
  Fix, but disable the commented SUN compatibility in st.c to write
  final file marks by opening and immediately closing the device
  in O_WRONLY mode. That code has not been working since around 1998.
  It can now be enabled with options ST_SUNCOMPAT.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Feb 12 13:49:13 2019 UTC (5 years, 1 month ago) by kardel
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.41: +3 -2 lines
Diff to previous 1.41 (colored) to selected 1.17 (colored)

 Fix, but disable the commented SUN compatibility in st.c to write
 final file marks by opening and immediately closing the device
 in O_WRONLY mode. That code has not been working since around 1998.
 It can now be enabled with options ST_SUNCOMPAT.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:50 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base11, yamt-nfs-mp-base10, yamt-nfs-mp-base, yamt-nfs-mp, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, tls-maxphys-base-20171202, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, thorpej-atomic-base, thorpej-atomic, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, post-newlock2-merge, phil-wifi-base, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, peter-altq-base, peter-altq, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, newlock2, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-premerge-20091211, matt-nb8-mediatek-base, matt-nb8-mediatek, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-premerge-20101231, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, localcount-20160914, khorben-n900, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, jruoho-x86intr-base, jruoho-x86intr, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-pm-base, jmcneill-pm, jmcneill-base, jmcneill-audiomp3-base, jmcneill-audiomp3, jdolecek-ncqfixes-base, jdolecek-ncqfixes, jdolecek-ncq-base, jdolecek-ncq, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, cube-autoconf-base, cube-autoconf, cherry-xenmp-base, cherry-xenmp, chap-midi-nbase, chap-midi-base, chap-midi, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: phil-wifi, netbsd-8, netbsd-7-1, netbsd-7-0, netbsd-7
Changes since 1.40: +1 -1 lines
Diff to previous 1.40 (colored) to selected 1.17 (colored)

merge ktrace-lwp.

Revision 1.33.6.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:07:47 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.6.5: +3 -3 lines
Diff to previous 1.33.6.5 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored) to selected 1.17 (colored)

Sync with HEAD. Here we go again...

Revision 1.38.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:16 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.17 (colored)

sync with -current

Revision 1.40 / (download) - annotate - [select for diffs], Fri Apr 15 19:20:24 2005 UTC (18 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-lazymbuf, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base, kent-audio2-base
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored) to selected 1.17 (colored)

make the scsibus target/lun and the atapibus drive locators optional
(they already had default values; we could kill the [...=N] syntax
completely or at least have config(8) assume that a locator with
a default is optional)

Revision 1.38.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:47 2005 UTC (19 years ago) by yamt
Branch: yamt-km
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) next main 1.39 (colored) to selected 1.17 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.33.6.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:50:33 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.6.4: +2 -2 lines
Diff to previous 1.33.6.4 (colored) to branchpoint 1.33 (colored) to selected 1.17 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.39 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:48 2005 UTC (19 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored) to selected 1.17 (colored)

nuke trailing whitespace

Revision 1.33.6.4 / (download) - annotate - [select for diffs], Tue Sep 21 13:33:21 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.6.3: +1 -1 lines
Diff to previous 1.33.6.3 (colored) to branchpoint 1.33 (colored) to selected 1.17 (colored)

Fix the sync with head I botched.

Revision 1.33.6.3 / (download) - annotate - [select for diffs], Sat Sep 18 14:51:24 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.6.2: +1 -1 lines
Diff to previous 1.33.6.2 (colored) to branchpoint 1.33 (colored) to selected 1.17 (colored)

Sync with HEAD.

Revision 1.33.6.2 / (download) - annotate - [select for diffs], Thu Aug 12 11:42:05 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33.6.1: +2 -2 lines
Diff to previous 1.33.6.1 (colored) to branchpoint 1.33 (colored) to selected 1.17 (colored)

Sync with HEAD.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Aug 12 04:23:02 2004 UTC (19 years, 7 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.17 (colored)

Don't assume wdc-specific ATA / ATAPI code should be brought in if atabus
or atapibus are configured; use a separate wdc_common attribute to indicate
that the shared wdc code is also present.

Revision 1.33.6.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:51:14 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.33: +7 -14 lines
Diff to previous 1.33 (colored) to selected 1.17 (colored)

Sync with HEAD

Revision 1.37 / (download) - annotate - [select for diffs], Wed Oct 8 10:58:13 2003 UTC (20 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.17 (colored)

Make the ATA mid-layer appears as atabus, as proposed in
http://mail-index.netbsd.org/tech-kern/2003/09/25/0006.html
This adds a device (atabus) between IDE controllers and wd or atapibus, to
have each ATA channel show up in the device tree. Later there will be atabus
devices in /dev, so that we can do IOCTL on them.
Each atabus has its own kernel thread, to handle operations that needs polling,
e.g. reset and others.

Device probing on each bus it defered to the atabus thread creation.
This allows to do the reset and basic device probes in parallel, which reduce
boot time on systems with several pciide controllers.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Sep 18 00:06:34 2003 UTC (20 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.35: +3 -6 lines
Diff to previous 1.35 (colored) to selected 1.17 (colored)

Merge the geometry and cache handling code for all direct access and optical
devices, as it's general to all SCSI MMC devices.  In the process, remove
PQUIRK_NO_FLEX_PAGE.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 8 01:56:34 2003 UTC (20 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.34: +3 -6 lines
Diff to previous 1.34 (colored) to selected 1.17 (colored)

Eliminate the separate ATAPI and SCSI attachments for "cd".

Revision 1.34 / (download) - annotate - [select for diffs], Mon Sep 8 01:26:41 2003 UTC (20 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored) to selected 1.17 (colored)

We only need a single attachment for uk at scsibus and atapibus.

Revision 1.25.2.4 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:15 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.25.2.3: +7 -7 lines
Diff to previous 1.25.2.3 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored) to selected 1.17 (colored)

Catch up to -current.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 9 20:23:56 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: ktrace-lwp
Changes since 1.32: +7 -7 lines
Diff to previous 1.32 (colored) to selected 1.17 (colored)

Define a "scsi_core" attribute.  Make the "scsi" attribute depend on
"scsi_core".  Make all the files previously selected by the "scsi"
attribute selected by the "scsi_core" attribute.  Give the "scsibus"
device the "scsi_core" attribute.

Revision 1.28.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:48:46 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.28.2.1: +1 -5 lines
Diff to previous 1.28.2.1 (colored) to branchpoint 1.28 (colored) next main 1.29 (colored) to selected 1.17 (colored)

catch up with -current on kqueue branch

Revision 1.25.2.3 / (download) - annotate - [select for diffs], Thu Jun 20 03:46:36 2002 UTC (21 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.25.2.2: +1 -5 lines
Diff to previous 1.25.2.2 (colored) to branchpoint 1.25 (colored) to selected 1.17 (colored)

Catch up to -current.

Revision 1.31.8.1 / (download) - annotate - [select for diffs], Thu May 30 14:47:18 2002 UTC (21 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.31: +1 -5 lines
Diff to previous 1.31 (colored) next main 1.32 (colored) to selected 1.17 (colored)

Catch up with -current.

Revision 1.32 / (download) - annotate - [select for diffs], Thu May 16 02:59:57 2002 UTC (21 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, kqueue-base, gehenna-devsw-base
Changes since 1.31: +1 -5 lines
Diff to previous 1.31 (colored) to selected 1.17 (colored)

Garbage-collect the empty-for-years "su" device.

Revision 1.28.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:58:19 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.28: +6 -5 lines
Diff to previous 1.28 (colored) to selected 1.17 (colored)

Sync kqueue branch with -current.

Revision 1.25.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 00:31:48 2002 UTC (22 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.25.2.1: +6 -5 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) to selected 1.17 (colored)

Catch up to -current.

Revision 1.31 / (download) - annotate - [select for diffs], Wed Nov 28 10:21:24 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base, newlock, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.30: +5 -5 lines
Diff to previous 1.30 (colored) to selected 1.17 (colored)

- convert usage of "defopt" to "defflag" where the relevant option does
  not support a value (e.g., it's to be used as "options FOO" instead of
  "options FOO=xxx"). options that take a value were converted to
  defparam recently.
- minor whitespace & formatting cleanups

Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 28 01:04:49 2001 UTC (22 years, 4 months ago) by fredette
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.17 (colored)

Added the new defopt SCSI_OLD_NOINQUIRY; this is used instead
of sun2 to wrap code that conjures up INQUIRY responses for
certain specific old devices.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Nov 20 14:34:27 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.28: +4 -4 lines
Diff to previous 1.28 (colored) to selected 1.17 (colored)

- replace "defopt" with "defparam" for options which must take a value,
  as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:05:47 2001 UTC (22 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.25: +17 -7 lines
Diff to previous 1.25 (colored) to selected 1.17 (colored)

Catch up to -current.

Revision 1.28 / (download) - annotate - [select for diffs], Tue May 22 18:58:15 2001 UTC (22 years, 10 months ago) by mjacob
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.17 (colored)

Add SDRETRIES and SD_IO_TIMEOUT option for sd.

Revision 1.27 / (download) - annotate - [select for diffs], Fri May 4 07:48:56 2001 UTC (22 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.26: +6 -3 lines
Diff to previous 1.26 (colored) to selected 1.17 (colored)

Add an ATAPI front-end to the st driver. Completely untested for now,
but st at scsi should still work :)

Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 25 17:53:39 2001 UTC (22 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.25: +11 -4 lines
Diff to previous 1.25 (colored) to selected 1.17 (colored)

Pull up the thorpej_scsipi branch to main branch.
This is a completely rewritten scsipi_xfer execution engine, and the
associated changes to HBA drivers. Overview of changes & features:
- All xfers are queued in the mid-layer, rather than doing so in an
  ad-hoc fashion in individual adapter drivers.
- Adapter/channel resource management in the mid-layer, avoids even trying
  to start running an xfer if the adapter/channel doesn't have the resources.
- Better communication between the mid-layer and the adapters.
- Asynchronous event notification mechanism from adapter to mid-layer and
  peripherals.
- Better peripheral queue management: freeze/thaw, sorted requeueing during
  recovery, etc.
- Clean separation of peripherals, adapters, and adapter channels (no more
  scsipi_link).
- Kernel thread for each scsipi_channel makes error recovery much easier
  (no more dealing with interrupt context when recovering from an error).
- Mid-layer support for tagged queueing: commands can have the tag type
  set explicitly, tag IDs are allocated in the mid-layer (thus eliminating
  the need to use buggy tag ID allocation schemes in many adapter drivers).
- support for QUEUE FULL and CHECK CONDITION status in mid-layer; the command
  will be requeued, or a REQUEST SENSE will be sent as appropriate.

Just before the merge syssrc has been tagged with thorpej_scsipi_beforemerge

Revision 1.20.8.3 / (download) - annotate - [select for diffs], Mon Mar 12 13:31:24 2001 UTC (23 years ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.20.8.2: +3 -3 lines
Diff to previous 1.20.8.2 (colored) to branchpoint 1.20 (colored) next main 1.21 (colored) to selected 1.17 (colored)

Sync with HEAD.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Feb 24 01:59:46 2001 UTC (23 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored) to selected 1.17 (colored)

whitespace police

Revision 1.20.8.2 / (download) - annotate - [select for diffs], Mon Nov 20 09:59:24 2000 UTC (23 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.20.8.1: +8 -2 lines
Diff to previous 1.20.8.1 (colored) to branchpoint 1.20 (colored) to selected 1.17 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Main changes to the scsipi code itself:
- add a scsipi_channel->type to allow umass to attach to both atapibus and
  scsibus. Will die when IDE is converted from ata_atapi_attach to
  scsipi_channel/scsipi_adapter
- Add a chan_defquirks to scsipi_channel so that adapters can pass a default
  set of quirks to be set for each device attached
- add adapt_getgeom and adapt_accesschk callbacks

Revision 1.24 / (download) - annotate - [select for diffs], Tue Feb 22 21:10:41 2000 UTC (24 years, 1 month ago) by tls
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.23: +4 -0 lines
Diff to previous 1.23 (colored) to selected 1.17 (colored)

revert previous change

Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 22 17:43:57 2000 UTC (24 years, 1 month ago) by mjacob
Branch: MAIN
Changes since 1.22: +1 -5 lines
Diff to previous 1.22 (colored) to selected 1.17 (colored)

remove SES driver

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 20 16:07:43 2000 UTC (24 years, 2 months ago) by mjacob
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.21: +6 -1 lines
Diff to previous 1.21 (colored) to selected 1.17 (colored)

add SES device

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 6 18:28:28 2000 UTC (24 years, 2 months ago) by mjacob
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.17 (colored)

add ST_MOUNT_DELAY options for st

Revision 1.20.8.1 / (download) - annotate - [select for diffs], Mon Nov 1 22:54:18 1999 UTC (24 years, 5 months ago) by thorpej
Branch: thorpej_scsipi
Changes since 1.20: +7 -1 lines
Diff to previous 1.20 (colored) to selected 1.17 (colored)

Fixup the SC_DEBUG() stuff for the new world order.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 7 22:58:43 1999 UTC (25 years, 1 month ago) by sommerfe
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base, chs-ubc2, bouyer-ide-last-dist
Branch point for: thorpej_scsipi
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored) to selected 1.17 (colored)

Don't bring scsi/atapi common files in under the "atapi" attribute.
Bring them in under atapibus since they're not needed unless something
attached to an atapibus is also attached.
Tested on i386 and arm32.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 17 14:38:42 1998 UTC (25 years, 4 months ago) by bouyer
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.17 (colored)

Rename scsi_interpret_sense() to scsipi_interpret_sense() and move it from
scsi_base.c to scsipi_base.c. Rename the functions from scsi_verbose.c
too, and rename the file itself. Cleaup includes too (scsi_*.h should not
be #included in scsipi_*.h files, which are supposed to be
common to atapi and scsi).

Revision 1.18 / (download) - annotate - [select for diffs], Mon Oct 19 12:28:52 1998 UTC (25 years, 5 months ago) by bouyer
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Allow uk to attach at atapibus.

Revision 1.17 / (download) - annotate - [selected], Mon Oct 12 16:09:24 1998 UTC (25 years, 5 months ago) by bouyer
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Merge bouyer-ide

Revision 1.15.2.2 / (download) - annotate - [select for diffs], Thu Aug 13 14:27:52 1998 UTC (25 years, 7 months ago) by bouyer
Branch: bouyer-ide
CVS Tags: bouyer-ide-merge
Changes since 1.15.2.1: +3 -3 lines
Diff to previous 1.15.2.1 (colored) next main 1.16 (colored) to selected 1.17 (colored)

 - sync with HEAD
 - better error detection and report for wd drives
 - better wddump() support
 - wdcwait() now takes a timout argument, so that we can honnor the
   timeout argument of scsipi cmds.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Thu Jul 30 00:49:20 1998 UTC (25 years, 8 months ago) by mjacob
Branch: eeh-paddr_t
Changes since 1.16.2.1: +62 -0 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored)

opt_scsiverbose.h now is opt_scsi.h and contains the defopted
SCSIVERBOSE and the new ST_ENABLE_EARLYWARN.

Revision 1.16.2.1, Thu Jul 30 00:49:19 1998 UTC (25 years, 8 months ago) by mjacob
Branch: eeh-paddr_t
Changes since 1.16: +0 -62 lines
FILE REMOVED

file files.scsipi was added on branch eeh-paddr_t on 1998-07-30 00:49:20 +0000

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jul 30 00:49:19 1998 UTC (25 years, 8 months ago) by mjacob
Branch: MAIN
CVS Tags: eeh-paddr_t-base, bouyer-ide-base
Branch point for: eeh-paddr_t
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.17 (colored)

opt_scsiverbose.h now is opt_scsi.h and contains the defopted
SCSIVERBOSE and the new ST_ENABLE_EARLYWARN.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Thu Jun 4 16:53:08 1998 UTC (25 years, 10 months ago) by bouyer
Branch: bouyer-ide
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored) to selected 1.17 (colored)

Commit changes to the IDE system in a branch. This allows a better separation
between higth-level and low-level (i.e. registers read/write) and generalize
the queue for all commands. This also add supports for IDE DMA.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 28 21:57:08 1998 UTC (26 years ago) by christos
Branch: MAIN
Branch point for: bouyer-ide
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.17 (colored)

Split out the verbose printing of scsi messages, so that user programs
can use the printing routines.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 16 22:12:49 1998 UTC (26 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.13: +11 -11 lines
Diff to previous 1.13 (colored) to selected 1.17 (colored)

Remove "class" declarations, and add "devclass" declarations where
appropriate.  Fix several inconsistencies between device class and
attributes.  Mostly from Chris Demetriou.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 15 02:21:35 1998 UTC (26 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.12: +6 -3 lines
Diff to previous 1.12 (colored) to selected 1.17 (colored)

add support for an ATAPI attachment for 'sd'.
fix 'cd' driver's NCD_SCSI bogosity (was using testing wrong macro!)
clean up in various ways:
* make common atapi_mode_{sense,select}() functions.
* put ATAPI data structures in more sensible headers, split up by
  device type.
* include headers a bit more carefully.
* pass flags to attachment-specific cd functions, and use them.
* get rid of SCSI bits in scsipi_base.h's scsipi_make_xs(), move
  them into the correct place in scsi_base.c.
* fix minor typo in struct name in scsipiconf.h (which was apparently
  never used except in a #define later in the same file).
* use __attribute__ to force 4-byte alignment for xs command store,
  so that architectures trying to bus_space_write_multi_N() (where
  N > 1) that data to a controller won't lose.
* clean up a few comments in typos, and make a few #defines easier to
  understand/maintain.
* rename cd_link.h to cdvar.h (via repository copy).  This is exactly
  what a 'var' file is supposed to be.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 12 09:49:13 1998 UTC (26 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.11: +11 -11 lines
Diff to previous 1.11 (colored) to selected 1.17 (colored)

Adjust for changes to config.

Revision 1.9.2.4 / (download) - annotate - [select for diffs], Tue Oct 14 10:24:56 1997 UTC (26 years, 5 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.9.2.3: +16 -16 lines
Diff to previous 1.9.2.3 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.17 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 1 01:18:51 1997 UTC (26 years, 6 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3, marc-pcmcia-base
Changes since 1.10: +16 -16 lines
Diff to previous 1.10 (colored) to selected 1.17 (colored)

Cosmetic changes to keep coding style consistency in this directory;

- Indent with tab of width 8.
- Use four column to indent continuation line.
- Fold long line if possible.
- Use return (xx) instead of return xx.
- Compare pointer against NULL instead of testing like boolean.
- Delete whitespace at the end of line.
- Delete whitespace in front of function call operator.
- Delete whitespace after cast.
- Dereference a pointer to function explicitly.
- Add an empty line after local variable declaration.
- Use NULL instead of (char *)0.
- Dont use block for single statement.

Revision 1.9.2.3 / (download) - annotate - [select for diffs], Tue Sep 16 03:50:50 1997 UTC (26 years, 6 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.9.2.2: +3 -1 lines
Diff to previous 1.9.2.2 (colored) to branchpoint 1.9 (colored) to selected 1.17 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 13 08:51:15 1997 UTC (26 years, 6 months ago) by enami
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored) to selected 1.17 (colored)

Declare SCSIVERBOSE by defopt in files.scsipi.  Include opt_scsiverbose.h
in scsi_base.c and st.c.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Wed Aug 27 23:33:06 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.9.2.1: +56 -0 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) to selected 1.17 (colored)

Update marc-pcmcia branch from trunk.

Revision 1.9.2.1, Wed Aug 27 11:26:27 1997 UTC (26 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.9: +0 -56 lines
FILE REMOVED

file files.scsipi was added on branch marc-pcmcia on 1997-08-27 23:33:06 +0000

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 27 11:26:27 1997 UTC (26 years, 7 months ago) by bouyer
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal
Branch point for: marc-pcmcia
Changes since 1.8: +25 -15 lines
Diff to previous 1.8 (colored) to selected 1.17 (colored)

Merge scsipi branch in the mainline. This add support for ATAPI devices
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and atapibus). This needed to
change some include files and structure names in the low level scsi drivers.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Jul 20 20:33:08 1997 UTC (26 years, 8 months ago) by pk
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.17 (colored)

config.new => config

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 21 08:55:09 1997 UTC (27 years ago) by matthias
Branch: MAIN
CVS Tags: bouyer-scsipi
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.17 (colored)

Add missing arp tag for se driver.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 18 01:31:17 1997 UTC (27 years ago) by thorpej
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5 (colored) to selected 1.17 (colored)

Driver for the Cabletron EA41x SCSI Ethernet Adaptor, written by
Ian Dall <ian.dall@dsto.defence.gov.au>.  Converted to "new arp"
and some other (very) minor changes by me.

Revision 1.4.8.1 / (download) - annotate - [select for diffs], Wed Mar 12 21:25:44 1997 UTC (27 years ago) by is
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored) to selected 1.17 (colored)

Merge in changes from Trunk

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 21 07:14:21 1997 UTC (27 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.17 (colored)

Fix typo in comment.

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 16 04:01:08 1996 UTC (27 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored) to selected 1.17 (colored)

Slight adjustments for new version of ahc driver.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 17 00:59:45 1996 UTC (28 years ago) by thorpej
Branch: MAIN
Changes since 1.2: +23 -10 lines
Diff to previous 1.2 (colored) to selected 1.17 (colored)

New device attachment scheme:

	- split softc size and match/attach out from cfdriver into
	  a new struct cfattach.

	- new "attach" directive for files.*.  May specify the name of
	  the cfattach structure, so that devices may be easily attached
	  to parents with different autoconfiguration semantics.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 18 20:32:40 1996 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored) to selected 1.17 (colored)

Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes,
hacked a bit.  Needs more work.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 17 07:15:40 1995 UTC (28 years, 11 months ago) by cgd
Branch: MAIN
Diff to selected 1.17 (colored)

config.new description of SCSI mi files.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>