OpenBSD CVS

CVS log for src/sys/scsi/Attic/cd_scsi.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Fri May 27 16:50:31 2005 UTC (19 years ago) by krw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

No longer used after merge of atapi/scsi cd code.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 23 07:06:16 2005 UTC (19 years ago) by krw
Branch: MAIN
Changes since 1.7: +1 -5 lines
Diff to previous 1.7 (colored)

Don't bzero() data before calling scsi_mode_sense[_big]() since
scsi_mode_sense[_big] bzero()'s it.

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 14 00:20:43 2005 UTC (19 years, 1 month ago) by krw
Branch: MAIN
Changes since 1.6: +31 -48 lines
Diff to previous 1.6 (colored)

Add scsi_mode_[sense|select]_big() and use it instead of
atapi_mode_[sense|select](). This will allow the removal of
atapi_base.c and atapi_all.h files, and sets the stage for better usb
mode sense handling amoung other things.

Remove cd_scsibus_[get|set]_mode() and
sd_scsibus_mode_sense() shims in favour of scsi_mode_[sense|select]().
Add zero'ing of reserved length field in scsi_mode_select(). Change
some uchar * type parameters to scsi_mode_header *.

No functional changes. Mostly from NetBSD.

ok dlg@.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 5 12:13:16 2005 UTC (19 years, 2 months ago) by krw
Branch: MAIN
Changes since 1.5: +5 -39 lines
Diff to previous 1.5 (colored)

Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.
Eliminate some duplicate structures and defines along the way. SCSI CD
drives will now pay attention to the 'flags' parameter for MODE SENSE
and MODE SELECT commands. No other functional change.

ok tdeval@

Revision 1.1.4.4 / (download) - annotate - [select for diffs], Sat Jun 5 23:13:08 2004 UTC (20 years ago) by niklas
Branch: SMP
Changes since 1.1.4.3: +0 -4 lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)

Merge with the trunk

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 9 14:08:11 2004 UTC (20 years, 1 month ago) by krw
Branch: MAIN
CVS Tags: SMP_SYNC_B, SMP_SYNC_A, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.4: +1 -5 lines
Diff to previous 1.4 (colored)

Remove some #ifndef __OpenBSD__/#endif sections that were intended to
make sync'ing with NetBSD easier. NetBSD has moved on, most of these
sections have not.

ok marco@ deraadt@ grange@ csapuntz@

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

Sync UBC branch to -current

Revision 1.1.4.3 / (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.1.4.2: +12 -12 lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)

Merge in -current from roughly a week ago

Revision 1.4 / (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_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.3: +12 -12 lines
Diff to previous 1.3 (colored)

First round of __P removal in sys

Revision 1.1.4.2 / (download) - annotate - [select for diffs], Wed Jul 4 11:00:00 2001 UTC (22 years, 11 months ago) by niklas
Branch: SMP
Changes since 1.1.4.1: +2 -2 lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (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.3 / (download) - annotate - [select for diffs], Fri Jun 22 14:35:42 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.2: +2 -2 lines
Diff to previous 1.2 (colored)

KNF

Revision 1.1.4.1 / (download) - annotate - [select for diffs], Mon May 14 22:44:58 2001 UTC (23 years, 1 month ago) by niklas
Branch: SMP
Changes since 1.1: +24 -3 lines
Diff to previous 1.1 (colored)

merge in approximately 2.9 into SMP branch

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 18 06:26:29 2000 UTC (23 years, 10 months ago) by csapuntz
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.1: +24 -3 lines
Diff to previous 1.1 (colored)



Thanks to miod@ for finding bug in cd_scsi_{get,set}mode

Pass length of mode page, not length of fixed header

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 20 06:21:59 1999 UTC (24 years, 10 months ago) by csapuntz
Branch: MAIN
CVS Tags: kame_19991208, SMP_BASE, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Branch point for: SMP



Make acd redundant.

Mostly based on NetBSD-current

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.