History log of /netbsd-src/sys/dev/scsipi/scsi_disk.h (Results 1 – 25 of 35)
Revision Date Author Comments
# 7e8680fa 07-Dec-2023 andvar <andvar@NetBSD.org>

s/multiplcation/multiplication/ in comment.


# a396010d 10-Nov-2021 msaitoh <msaitoh@NetBSD.org>

s/desciptor/descriptor/ in comment.


# a0403cde 27-Dec-2019 msaitoh <msaitoh@NetBSD.org>

s/transfered/transferred/


# b0be1b67 19-Nov-2016 flxd <flxd@NetBSD.org>

Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation
parameters/enables for error recovery, similar to {get,set}cache.
Many old SCSI disks shipped with reallocation disabled,

Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation
parameters/enables for error recovery, similar to {get,set}cache.
Many old SCSI disks shipped with reallocation disabled, albeit supporting it.
Minor (cosmetic) fixup of scsi_disk_pages while there.
Based upon code in PR bin/29165 by Greg A. Woods.
OK christos@

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f323bc53 01-Feb-2005 reinoud <reinoud@NetBSD.org>

Backing out changes to clean up scsipi. I was pointed out there were
problems i hadn't seen. To prevent lossage i'd decided to back off all
changes and let them be reviewed on tech-kern.


# b220d67a 31-Jan-2005 reinoud <reinoud@NetBSD.org>

Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
uint* and change the u_long's to uint32_t's where possible. Note that the
iocl definitions/hooks have to be ulong (or u_long) or

Part of the cleanup of sys/scsipi's use of types; rename all u_int* to
uint* and change the u_long's to uint32_t's where possible. Note that the
iocl definitions/hooks have to be ulong (or u_long) or they'll bomb out.

show more ...


# 661eb28d 07-Jan-2005 ginsbach <ginsbach@NetBSD.org>

Add command to read the defect data from a direct access device.


# 4127c591 07-Dec-2004 thorpej <thorpej@NetBSD.org>

Define SYNCHRONIZE CACHE (16).


# 6ad79ad7 07-Dec-2004 thorpej <thorpej@NetBSD.org>

SYNCHRONIZE_CACHE -> SYNCHRONIZE_CACHE_10


# ce91ac7d 07-Dec-2004 thorpej <thorpej@NetBSD.org>

USe more appropriate macro/struct names for READ/WRITE (6) and
READ/WRITE (10).


# 677da668 05-Sep-2003 mycroft <mycroft@NetBSD.org>

Forgot to commit this. Add the "rpm" field to the flex geometry page.


# 28a2da88 04-Feb-2003 wrstuden <wrstuden@NetBSD.org>

Add defines and structure for control mode page.


# 5d09a845 06-Jan-2003 matt <matt@NetBSD.org>

Add multiple inclusion protection.


# 0bf3a738 24-Jul-2002 mjacob <mjacob@NetBSD.org>

Fixes kern/17573: correctly describe the bfi && physical sector defect list
formats.

Obtained from PR submitter.


# f7a403a4 03-Sep-2001 thorpej <thorpej@NetBSD.org>

Define more caching parameters from SCSI-3.


# d737e7fd 02-Sep-2001 thorpej <thorpej@NetBSD.org>

Oops, name the caching parameters page structure member.


# 2cf76387 01-Sep-2001 thorpej <thorpej@NetBSD.org>

Add the caching parameters mode page.


# ed473183 30-Oct-1998 thorpej <thorpej@NetBSD.org>

Define the FORMAT UNIT command, and several related structures.


# a3db0f91 09-Jun-1998 thorpej <thorpej@NetBSD.org>

Define the SYNCHRONIZE CACHE command.


# d0ad49a0 13-Feb-1998 enami <enami@NetBSD.org>

Backout previous change, and rather, remove all protection but the one
actually currently required. Suggested by Charles M. Hannum.


# ef09ae65 13-Feb-1998 enami <enami@NetBSD.org>

Fix or add protection for mutiple inclusion.


# 7b3dd7f5 03-Oct-1997 thorpej <thorpej@NetBSD.org>

Define the REZERO UNIT command.


# d7d845c3 01-Oct-1997 enami <enami@NetBSD.org>

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) inst

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.

show more ...


# 6f3bab1f 27-Aug-1997 bouyer <bouyer@NetBSD.org>

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 at

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.

show more ...


12