tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
scsi
/
at
master
29 files
cd.c
Stop setting d_bbsize and d_sbsize. Nobody has paid any attention for some time.
3 years ago
cd.h
Add defines for changer mode page codes. Move AUDIO_PAGE define to nestle amoung its friends.
6 years ago
ch.c
spelling
4 years ago
files.scsi
cleanup unused headers generated by config
6 years ago
iscsi.h
Use consistent idiom/naming convention for the the #include guards. Spelunkers using grep are easily confused.
6 years ago
mpath.c
Remove unused device poll functions.
3 years ago
mpath_emc.c
Remove unused device poll functions.
3 years ago
mpath_hds.c
Remove unused device poll functions.
3 years ago
mpath_rdac.c
Remove unused device poll functions.
3 years ago
mpath_sym.c
Remove unused device poll functions.
3 years ago
mpathvar.h
Use consistent idiom/naming convention for the the #include guards. Spelunkers using grep are easily confused.
6 years ago
safte.c
Constify struct cfattach.
4 years ago
safte.h
No need to ask for extra INQUIRY data, all available data is already cached in scsi_link's inqdata.
5 years ago
scsi_all.h
spelling
4 years ago
scsi_base.c
Shuffle some SCSIDEBUG code to simplify code, tersify the emitted verbiage, and show INQUIRY header & vendor info early so humans can more easily determine what scsi_probe_link() will do.
4 years ago
scsi_changer.h
spelling
4 years ago
scsi_debug.h
Shuffle some SCSIDEBUG code to simplify code, tersify the emitted verbiage, and show INQUIRY header & vendor info early so humans can more easily determine what scsi_probe_link() will do.
4 years ago
scsi_disk.h
spelling
4 years ago
scsi_ioctl.c
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' member of 'struct scsi_xfer' has always been pointed at the 'struct scsi_generic cmdstore' member of the same instance. So nuke 'cmdstore' and remove the '*' from cmd. Take the address of cmd as required by the various casts.
5 years ago
scsi_message.h
Use consistent idiom/naming convention for the the #include guards. Spelunkers using grep are easily confused.
6 years ago
scsi_tape.h
Use consistent idiom/naming convention for the the #include guards. Spelunkers using grep are easily confused.
6 years ago
scsiconf.c
Avoid traversing SLIST twice to remove a link.
4 years ago
scsiconf.h
constify SCSI adapter entry points
4 years ago
sd.c
bzero(disklabel) or memset(disklabel,0) should be enough for anyone. No need to also set d_flags to 0.
3 years ago
sdvar.h
Remove 'void *sc_sdhook' member of sd_softc.
5 years ago
ses.c
Constify struct cfattach.
4 years ago
ses.h
Zap trailing whitespace.
20 years ago
st.c
SC_DEBUG() requires an initialized scsi_link. Shuffle code to make it so.
4 years ago
uk.c
Constify struct cfattach.
4 years ago