OpenBSD CVS

src/sys/scsi/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / scsi

Current tag: OPENBSD_6_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] cd.c  1.263   3 years  jsg   spelling
[TXT] cd.h  1.28   4 years  krw   Add defines for changer mode page codes. Move AUDIO_PAGE define to nestle amoung...
[TXT] ch.c  1.68   3 years  jsg   spelling
[TXT] files.scsi  1.26   4 years  jsg   cleanup unused headers generated by config ok tedu@ krw@ deraadt@
[TXT] iscsi.h  1.9   4 years  krw   Use consistent idiom/naming convention for the the #include guards. Spelunkers u...
[TXT] mpath.c  1.54   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] mpath_emc.c  1.23   3 years  krw   Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always points to...
[TXT] mpath_hds.c  1.24   3 years  krw   Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it t...
[TXT] mpath_rdac.c  1.25   3 years  krw   Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It always points to...
[TXT] mpath_sym.c  1.26   3 years  jsg   spelling
[TXT] mpathvar.h  1.10   4 years  krw   Use consistent idiom/naming convention for the the #include guards. Spelunkers u...
[TXT] safte.c  1.66   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] safte.h  1.9   3 years  krw   No need to ask for extra INQUIRY data, all available data is already cached in s...
[TXT] scsi_all.h  1.64   3 years  krw   If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync() w...
[TXT] scsi_base.c  1.278   3 years  krw   TL;DR -- don't configure devices that return insufficient INQUIRY data. Treat I...
[TXT] scsi_changer.h  1.9   3 years  jsg   spelling
[TXT] scsi_debug.h  1.22   3 years  krw   Refactor scsi_show_flags() to allow 32-bit flags. Display unnamed flags as one h...
[TXT] scsi_disk.h  1.42   3 years  jsg   spelling
[TXT] scsi_ioctl.c  1.67   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] scsi_message.h  1.10   4 years  krw   Use consistent idiom/naming convention for the the #include guards. Spelunkers u...
[TXT] scsi_tape.h  1.11   4 years  krw   Use consistent idiom/naming convention for the the #include guards. Spelunkers u...
[TXT] scsiconf.c  1.237   3 years  krw   TL;DR -- don't configure devices that return insufficient INQUIRY data. Treat I...
[TXT] scsiconf.h  1.200   3 years  krw   Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to a scsi...
[TXT] sd.c  1.329   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] sdvar.h  1.52   3 years  krw   Remove 'void *sc_sdhook' member of sd_softc. Unused since mpi@ removed sd_shutd...
[TXT] ses.c  1.63   3 years  krw   Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' membe...
[TXT] ses.h  1.10   18 years  krw   Zap trailing whitespace.
[TXT] st.c  1.186   3 years  jsg   spelling
[TXT] uk.c  1.25   3 years  krw   Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will do ...