OpenBSD CVS

CVS log for src/sys/scsi/Attic/ssvar.h


[BACK] Up to [local] / src / sys / scsi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19, Fri Apr 29 23:08:24 2011 UTC (13 years, 1 month ago) by matthew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
FILE REMOVED

ss(4) is gone; no need for ssvar.h.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Jun 30 00:02:00 2010 UTC (13 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

switch ss over to using xshandlers for queuing io. this brings it into line
with sd/cd/st.

largely a mechanical change, untested due to a complete lack of hardware
anywhere.

ok krw@ matthew@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jun 1 15:27:16 2010 UTC (14 years ago) by thib
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

move cd, st & ss over to bufq's again.

Tested by myself and krw.
ok krw@

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 15 05:50:31 2010 UTC (14 years, 4 months ago) by krw
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.15: +2 -6 lines
Diff to previous 1.15 (colored)

Abstract and merge the manual buf queue manipulating functions into
one place for easier debugging and maintenance. No intended functional
changes.

ok dlg@

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jan 11 08:56:17 2010 UTC (14 years, 5 months ago) by krw
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

Bring mutex protections to ststart, cdstart and ssstart, as already
done in sd. Make names consistant across all three.

ok dlg@ tested (cd) & ok beck@

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 9 21:12:06 2010 UTC (14 years, 5 months ago) by dlg
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

dont try to prevent multiple concurrent runs of a devices start routine
by setting flags around the loop. there is a race which can prevent
necessary work being completed by any of the currently running instances
of xxstart.

the caveat with the removal of this code is because multiple xxstarts can
be running at the same time they can cause io reordering, but that is less
of a problem than no io.

found by and fix tested by claudio@
debugged with krw@ claudio@ beck@ deraadt@

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 2 23:28:51 2010 UTC (14 years, 5 months ago) by dlg
Branch: MAIN
Changes since 1.12: +11 -2 lines
Diff to previous 1.12 (colored)

move the buf handling from using scsi_scsi_cmd over to scsi_xs_exec. i
think this is the last chunk of code using a buf pointer in the scsi_xfer
now.

this has not been tested due to a lack of hardware anywhere. if there are
problems please report them as soon as possible.

ok krw@ miod@

Revision 1.12 / (download) - annotate - [select for diffs], Mon Nov 10 18:04:41 2008 UTC (15 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

clean namespace a fair bit; wrap kernel-use-only structures and gunk in
#ifdef _KERNEL

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 28 16:56:50 2006 UTC (17 years, 6 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

rename scsibus_attach_args to scsi_attach_args. this can help avoid
confusing when trying to attach scsibus to a hba, since it is really meant
for attaching scsi devices to scsibus.

ok deraadt@ marco@

Revision 1.7.14.3 / (download) - annotate - [select for diffs], Sat Jun 7 11:07:44 2003 UTC (21 years ago) by ho
Branch: SMP
Changes since 1.7.14.2: +2 -2 lines
Diff to previous 1.7.14.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Sync SMP branch to -current

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 18 16:06:35 2003 UTC (21 years ago) by mickey
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

constify the quirck tables and fix the scsi_inqmatch() proto accordingly; krw@ ok

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Tue Jun 11 03:32:14 2002 UTC (22 years ago) by art
Branch: UBC
Changes since 1.8: +11 -11 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

Sync UBC branch to -current

Revision 1.7.14.2 / (download) - annotate - [select for diffs], Thu Mar 28 14:52:01 2002 UTC (22 years, 2 months ago) by niklas
Branch: SMP
Changes since 1.7.14.1: +11 -11 lines
Diff to previous 1.7.14.1 (colored) to branchpoint 1.7 (colored)

Merge in -current from roughly a week ago

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 14 01:27:13 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: UBC_SYNC_B, UBC_SYNC_A, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.8: +11 -11 lines
Diff to previous 1.8 (colored)

First round of __P removal in sys

Revision 1.7.14.1 / (download) - annotate - [select for diffs], Wed Jul 4 11:00:10 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Merge in -current from two days ago in the SMP branch.
As usual with merges, they do not indicate progress, so do not hold
your breath for working SMP, and do not mail me and ask about the
state of it.  It has not changed.  There is work ongoing, but very, very
slowly.  The commit is done in parts as to not lock up the tree in too
big chunks at a time.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 22 14:35:43 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: UBC_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: UBC
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

KNF

Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 10 02:29:41 1997 UTC (27 years, 3 months ago) by kstailey
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Branch point for: SMP
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

do GET_BUFFER_STATUS in special minphys

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 8 05:39:01 1997 UTC (27 years, 3 months ago) by kstailey
Branch: MAIN
Changes since 1.5: +5 -9 lines
Diff to previous 1.5 (colored)

generic set_window via quirk table

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 8 03:06:51 1997 UTC (27 years, 3 months ago) by kstailey
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4 (colored)

remove unused struct member

Revision 1.4 / (download) - annotate - [select for diffs], Tue May 7 09:34:35 1996 UTC (28 years, 1 month ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +1 -80 lines
Diff to previous 1.3 (colored)

Remove erroneously doubled text (patch can do that when a new file
comes into existence simultaneously from two directions).

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 21 22:31:18 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +14 -10 lines
Diff to previous 1.2 (colored)

partial sync with netbsd 960418, more to come

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 19 16:10:26 1996 UTC (28 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.1: +80 -0 lines
Diff to previous 1.1 (colored)

NetBSD 960317 merge

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 20 02:28:56 1996 UTC (28 years, 3 months ago) by briggs
Branch: MAIN

Sync. with NetBSD:
- scsi prototypes.
- Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes,
  hacked a but.  Needs more work.
ss.c:
- Truncate to the window size in ssminphys(), not ssread().
- Missed some prototyping foo.
- Minor tweak; make sure window size is 0 on close.
- Change variable name to avoid GCC warning.
- Handle EOF a little differently.

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.